ui: implemented gui abstraction and dummy view
- added abstract class tree for gui elements. - implemented concrete gui classes that wrap the qt specific content. - implemented first DummyView which plays nice with the ViewManager. review id = 12
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
class Application
|
||||
{
|
||||
public:
|
||||
static std::shared_ptr<Application> create(std::shared_ptr<GuiElementFactory> guiElementFactory);
|
||||
static std::shared_ptr<Application> create(std::shared_ptr<GuiElementFactory> guiElementFactory, std::shared_ptr<GuiWindow> window);
|
||||
|
||||
~Application();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user