2#include <io/painter.hpp>
3#include <io/presser.hpp>
16 virtual void update() = 0;
19 virtual bool handle_Delete() = 0;
37 base_controller* root{
nullptr};
Serves as the root of the widget tree. Also provides access to buttons componnents.
Definition base_controller.hpp:10
The painter class.
Definition painter.hpp:12
Definition presser.hpp:14
Provides the geometric structure of widgets.
Definition rectangle.hpp:8