Cleanup widgets
This commit is contained in:
parent
9e7704a446
commit
15127c5122
19 changed files with 455 additions and 221 deletions
|
|
@ -38,6 +38,8 @@ void Widget::drawWrapper(Canvas& canvas) {
|
|||
child->data->drawWrapper(canvas);
|
||||
}
|
||||
canvas.popClamp();
|
||||
|
||||
eventDrawOver(canvas);
|
||||
}
|
||||
|
||||
void Widget::updateConfigWrapper(WidgetManager& wm) {
|
||||
|
|
@ -52,6 +54,7 @@ void Widget::updateConfigWrapper(WidgetManager& wm) {
|
|||
|
||||
void Widget::eventProcess(const Events& events) {}
|
||||
void Widget::eventDraw(Canvas& canvas) {}
|
||||
void Widget::eventDrawOver(Canvas& canvas) {}
|
||||
void Widget::eventUpdateConfiguration(WidgetManager& wm) {}
|
||||
|
||||
void Widget::eventVisible(const Events& events) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue