3#include "structure/system/event/spk_paint_event.hpp"
5#include "structure/widget/spk_widget.hpp"
Forwards paint events to the bound widget.
Definition spk_paint_module.hpp:17
void paint(spk::PaintEvent p_event)
Dispatches a paint event to the widget if present.
Definition spk_paint_module.cpp:12
void setWidget(spk::Widget *p_widget)
Associates the module with a widget.
Definition spk_paint_module.cpp:7
Event emitted when a drawable region needs repainting.
Definition spk_paint_event.hpp:19