22 #ifndef ABOUT_DIALOG_H 23 #define ABOUT_DIALOG_H 25 #include "gui/dialog.h" 26 #include "common/str.h" 27 #include "common/ustr.h" 28 #include "common/array.h" 29 #include "common/keyboard.h" 34 class ScrollBarWidget;
60 EEHandler *_eeHandler;
67 void close()
override;
68 void drawDialog(DrawLayer layerToDraw)
override;
69 void handleTickle()
override;
70 void handleMouseDown(
int x,
int y,
int button,
int clickCount)
override;
71 void handleMouseUp(
int x,
int y,
int button,
int clickCount)
override;
72 void handleMouseMoved(
int x,
int y,
int button)
override;
73 void handleMouseWheel(
int x,
int y,
int direction)
override;
76 void handleCommand(
CommandSender *sender, uint32 cmd, uint32 data)
override;
78 void reflowLayout()
override;
Definition: printman.h:30
void drawDialog(DrawLayer layerToDraw) override
Definition: keyboard.h:294