Public Member Functions | |
| InputBoxView (Window *pParent, const Rect &rFrame, const String &szText, const String &szInput, Image *pImage, unsigned int uiFlags, va_list valButtons) | |
| void | Sized (const Point &pDelta) |
| void | ReLayout () |
| Point | GetSizeHint (enumSizeHint nSizeHint) |
| void | Paint (const Rect &rDirty) |
| void | OnCommand (const MessageCommand *pMessage) |
| TextView * | GetTextView () |
| Button * | GetButton (int iCommandID) |
| InputBoxView::InputBoxView | ( | Window * | pParent, | |
| const Rect & | rFrame, | |||
| const String & | szText, | |||
| const String & | szInput, | |||
| Image * | pImage, | |||
| unsigned int | uiFlags, | |||
| va_list | valButtons | |||
| ) |
| void InputBoxView::Sized | ( | const Point & | pDelta | ) | [virtual] |
Called when window is resized
| pDelta | - Size the window was resized |
Reimplemented from SkyGI::Window.
| void InputBoxView::ReLayout | ( | ) |
| Point InputBoxView::GetSizeHint | ( | enumSizeHint | nSizeHint | ) | [virtual] |
Get size hint
Reimplemented from SkyGI::Window.
| void InputBoxView::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 InputBoxView::OnCommand | ( | const MessageCommand * | pMessage | ) | [virtual] |
Called when a command occured
Reimplemented from SkyGI::Window.
| TextView * InputBoxView::GetTextView | ( | ) |
| Button * InputBoxView::GetButton | ( | int | iCommandID | ) |
1.5.1-p1