4#include <alicorn/boost/filesystem.forward.hpp>
5#include <Covellite/Events/IEvents.hpp>
6#include <Covellite/Gui/External.hpp>
33 using Document_t = CovelliteGui::ElementDocument;
34 using DocumentPtr_t = ::std::unique_ptr<Document_t, void(*)(Document_t *)>;
35 using PathToFile_t = ::boost::filesystem::path;
38 virtual DocumentPtr_t LoadDocument(
const PathToFile_t &) = 0;
Класс входит в проект Covellite.Events Интерфейсный класс для классов, которые должны использовать ...
Definition IEvents.hpp:33
Класс входит в проект Covellite.Gui Интерфесный класс окна, отображающего элементы GUI.
Definition IWindow.hpp:31