#include <Dialog.h>
Inheritance diagram for gui::Dialog:


Public Member Functions | |
| Dialog (Surface *, coord_t x, coord_t y, coord_t w, coord_t h, SurfaceHelper *=NULL) | |
| ~Dialog () | |
| void | Draw () |
| void | AddChild (Surface *) |
| void | OnRightClick (coord_t, coord_t) |
Private Attributes | |
| Hotspot | m_movespot |
|
||||||||||||||||||||||||||||
|
Definition at line 54 of file Dialog.cpp. References AddChild(), gui::coord_t, DIALOG_DEFAULT_BG_B, DIALOG_DEFAULT_BG_G, DIALOG_DEFAULT_BG_R, DIALOG_DEFAULT_FC_B, DIALOG_DEFAULT_FC_G, DIALOG_DEFAULT_FC_R, DIALOG_DEFAULT_FW, m_movespot, SBSIZE, gui::Surface::SetAnchorDown(), gui::Surface::SetAnchorRight(), gui::Surface::SetFrameWidth(), and gui::Surface::SetResizeArea().
|
|
|
Definition at line 70 of file Dialog.cpp.
|
|
|
Reimplemented from gui::Surface. Definition at line 84 of file Dialog.cpp. References gui::Surface::BringToTop(), and m_movespot. Referenced by Dialog().
|
|
|
Reimplemented from gui::Surface. Definition at line 75 of file Dialog.cpp. References gui::Surface::GetBgColor(), and gui::Surface::GetClientRectPtr().
|
|
||||||||||||
|
Reimplemented from gui::Surface. Definition at line 93 of file Dialog.cpp. References gui::Surface::OnClose().
|
|
|
Definition at line 39 of file Dialog.h. Referenced by AddChild(), and Dialog(). |
1.3.6
|
|