Public Member Functions | |
| InputBox (const String &szTitle, const String &szText, const String &szInput, unsigned int uiFlags,...) | |
| InputBox (const String &szTitle, const String &szText, const String &szInput, Image *pImage, unsigned int uiFlags,...) | |
| virtual void | OnCommand (const MessageCommand *pMessage) |
| TextView * | GetTextView () |
| String | GetString () |
| InputBoxView * | GetView () |
| virtual void | SetFocus (int iCommandID) |
| InputBox::InputBox | ( | const String & | szTitle, | |
| const String & | szText, | |||
| const String & | szInput, | |||
| unsigned int | uiFlags, | |||
| ... | ||||
| ) |
| InputBox::InputBox | ( | const String & | szTitle, | |
| const String & | szText, | |||
| const String & | szInput, | |||
| Image * | pImage, | |||
| unsigned int | uiFlags, | |||
| ... | ||||
| ) |
| void InputBox::OnCommand | ( | const MessageCommand * | pMessage | ) | [virtual] |
Called when a command occured
Reimplemented from SkyGI::Window.
| TextView * InputBox::GetTextView | ( | ) |
| String InputBox::GetString | ( | ) |
| InputBoxView * InputBox::GetView | ( | ) |
Get the associated View
Reimplemented from SkyGI::FrameWindow.
| void InputBox::SetFocus | ( | int | iCommandID | ) | [virtual] |
1.5.1-p1