Public Member Functions | |
| MessageBox (const String &szTitle, const String &szText, unsigned int uiFlags=MESSAGEBOX_FLAG_OK,...) | |
| MessageBox (const String &szTitle, const String &szText, Image *pImage, unsigned int uiFlags=MESSAGEBOX_FLAG_OK,...) | |
| virtual void | OnCommand (const MessageCommand *pMessage) |
| virtual void | Instance () |
| MessageBoxView * | GetView () |
| virtual void | SetFocus (int iCommandID) |
| MessageBox::MessageBox | ( | const String & | szTitle, | |
| const String & | szText, | |||
| unsigned int | uiFlags = MESSAGEBOX_FLAG_OK, |
|||
| ... | ||||
| ) |
| MessageBox::MessageBox | ( | const String & | szTitle, | |
| const String & | szText, | |||
| Image * | pImage, | |||
| unsigned int | uiFlags = MESSAGEBOX_FLAG_OK, |
|||
| ... | ||||
| ) |
| void MessageBox::OnCommand | ( | const MessageCommand * | pMessage | ) | [virtual] |
Called when a command occured
Reimplemented from SkyGI::Window.
| void MessageBox::Instance | ( | ) | [virtual] |
Reimplemented from SkyGI::Dialog.
| MessageBoxView * MessageBox::GetView | ( | ) |
Get the associated View
Reimplemented from SkyGI::FrameWindow.
| void MessageBox::SetFocus | ( | int | iCommandID | ) | [virtual] |
1.5.1-p1