31 #include "view_tree.h"
32 #include "../../Display/Window/display_window.h"
33 #include "../../Display/Window/keys.h"
53 class TopLevelWindow_Impl;
73 std::shared_ptr<TopLevelWindow_Impl> impl;
2D (x,y) point structure - Float
Definition: point.h:68
DisplayWindowPtr display_window() override
void set_needs_render() override
Signals that the root view needs to be rendered again.
WindowShowType
Definition: top_level_window.h:37
Base class for managing a tree of views.
Definition: view_tree.h:42
std::shared_ptr< DisplayWindow > DisplayWindowPtr
Definition: canvas.h:41
CanvasPtr canvas() const override
Gets the current canvas used to render.
Pointf screen_to_client_pos(const Pointf &pos) override
Map from screen to client coordinates.
Pointf client_to_screen_pos(const Pointf &pos) override
Map from client to screen coordinates.
TopLevelWindow(const DisplayWindowDescription &desc)
void show(WindowShowType type=WindowShowType::show)
friend class TopLevelWindow_Impl
Definition: top_level_window.h:75
Display window description class.
Definition: display_window_description.h:47
std::shared_ptr< Canvas > CanvasPtr
Definition: canvas.h:126
Definition: Application/application.h:35
Definition: top_level_window.h:55