2#include <bugui/io/painter.hpp>
3#include <bugui/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
Adds 2D information on top of a base_painter. The painter is used in user defined paint funcions to d...
Definition painter.hpp:17
Adds 2D information on top of a button_presser. Meant to traverse the entire widget tree,...
Definition presser.hpp:16
Provides the geometric structure of widgets.
Definition rectangle.hpp:8