22 #ifndef GUI_ONSCREENDIALOG_H 23 #define GUI_ONSCREENDIALOG_H 25 #include "gui/dialog.h" 26 #include "gui/widget.h" 40 bool isMouseOver(
int x,
int y);
45 void close()
override;
46 bool isVisible()
const override;
47 void reflowLayout()
override;
49 void setReplayedTime(uint32 newTime);
51 void handleMouseMoved(
int x,
int y,
int button)
override;
52 void handleMouseDown(
int x,
int y,
int button,
int clickCount)
override;
53 void handleMouseUp(
int x,
int y,
int button,
int clickCount)
override;
54 void handleCommand(
CommandSender *sender, uint32 cmd, uint32 data)
override;
57 bool isEditDlgVisible();
60 void releaseFocus()
override;
Definition: onscreendialog.h:30