22 #ifndef GUI_WIDGETS_SCROLLCONTAINER_H 23 #define GUI_WIDGETS_SCROLLCONTAINER_H 25 #include "gui/widget.h" 26 #include "common/str.h" 27 #include "gui/widgets/scrollbar.h" 33 int16 _scrolledX, _scrolledY;
48 void handleCommand(
CommandSender *sender, uint32 cmd, uint32 data)
override;
49 void reflowLayout()
override;
51 bool containsWidget(
Widget *)
const override;
55 void handleMouseWheel(
int x,
int y,
int direction)
override;
59 int16 getChildX()
const override;
60 int16 getChildY()
const override;
61 uint16 getWidth()
const override;
62 uint16 getHeight()
const override;
68 void drawWidget()
override;
70 Widget *findWidget(
int x,
int y)
override;
WidgetBackground
Widget background type.
Definition: ThemeEngine.h:226