Public Member Functions | |
| MessageBoxView (Window *pParent, const Rect &rFrame, const String &szText, Image *pImage, unsigned int uiFlags, va_list valButtons) | |
| ~MessageBoxView () | |
| void | Sized (const Point &pDelta) |
| void | ReLayout () |
| Point | GetSizeHint (enumSizeHint nSizeHint) |
| void | Paint (const Rect &rDirty) |
| void | OnCommand (const MessageCommand *pMessage) |
| Button * | GetButton (int iCommandID) |
| MessageBoxView::MessageBoxView | ( | Window * | pParent, | |
| const Rect & | rFrame, | |||
| const String & | szText, | |||
| Image * | pImage, | |||
| unsigned int | uiFlags, | |||
| va_list | valButtons | |||
| ) |
| MessageBoxView::~MessageBoxView | ( | ) |
| void MessageBoxView::Sized | ( | const Point & | pDelta | ) | [virtual] |
Called when window is resized
| pDelta | - Size the window was resized |
Reimplemented from SkyGI::Window.
| void MessageBoxView::ReLayout | ( | ) |
| Point MessageBoxView::GetSizeHint | ( | enumSizeHint | nSizeHint | ) | [virtual] |
Get size hint
Reimplemented from SkyGI::Window.
| void MessageBoxView::Paint | ( | const Rect & | rDirty | ) | [virtual] |
Paint window content
| rDirty | - Dirty rectangular region which has to be redrawn. Prior entering this function the painters clip region is automatically set to this dirty region. |
Reimplemented from SkyGI::View.
| void MessageBoxView::OnCommand | ( | const MessageCommand * | pMessage | ) | [virtual] |
Called when a command occured
Reimplemented from SkyGI::Window.
| Button * MessageBoxView::GetButton | ( | int | iCommandID | ) |
1.5.1-p1