Public Member Functions | |
| TitleWindow (Window *pParent, const Rect &rFrame, const String &szTitle, unsigned int nWindowLayoutFlags, unsigned int uiFlags=0) | |
| void | MouseDown (const InputEvent &nInputEvent) |
| void | MouseUp (const InputEvent &nInputEvent) |
| void | MouseMove (const InputEvent &nInputEvent) |
| void | MouseEnter (const InputEvent &nInputEvent) |
| void | MouseLeave (const InputEvent &nInputEvent) |
| void | Attached () |
| void | Paint (const Rect &rDirty) |
| Point | GetSizeHint (enumSizeHint nSizeHint) |
| void | SetFlags (TitleWindowFlags nTitleWindowFlags) |
| TitleWindowFlags | GetFlags () |
| TitleWindow::TitleWindow | ( | Window * | pParent, | |
| const Rect & | rFrame, | |||
| const String & | szTitle, | |||
| unsigned int | nWindowLayoutFlags, | |||
| unsigned int | uiFlags = 0 | |||
| ) |
| void TitleWindow::MouseDown | ( | const InputEvent & | nInputEvent | ) | [virtual] |
Mouse pressed
| nButton | - MouseButton which was pressed | |
| nMouseButtonMask | - Mask showing which mouse buttons were pressed when the mouse press occured | |
| nInputEvent | - INPUT_EVENT_MOUSE_PRESS for a single and INPUTE_EVENT_MOUSE_DOUBLECLICK for a doubleclick |
Reimplemented from SkyGI::Window.
| void TitleWindow::MouseUp | ( | const InputEvent & | nInputEvent | ) | [virtual] |
Mouse release
| nButton | - MouseButton which was released | |
| nMouseButtonMask | - Mask showing which additional mouse buttons were pressed when the mouse release occured | |
| nInputEvent | - INPUT_EVENT_MOUSE_RELEASE |
Reimplemented from SkyGI::Window.
| void TitleWindow::MouseMove | ( | const InputEvent & | nInputEvent | ) | [virtual] |
Mouse move
| pNewPosition | - Current mouse cursor position | |
| pOldPosition | - Old mouse cursor position | |
| nMouseButtonMask | - Mask showing which mouse buttons were pressed when the mouse move occured |
Reimplemented from SkyGI::Window.
| void TitleWindow::MouseEnter | ( | const InputEvent & | nInputEvent | ) | [virtual] |
Mouse enter
| pPosEnter | - Position the mouse cursor entered the window | |
| nMouseButtonMask | - Mask showing which mouse buttons were pressed when the mouse enter occured |
Reimplemented from SkyGI::Window.
| void TitleWindow::MouseLeave | ( | const InputEvent & | nInputEvent | ) | [virtual] |
Mouse leave
| pPosLeave | - Position the mouse cursor leaved the window at | |
| nMouseButtonMask | - Mask showing which mouse buttons were pressed when the mouse leave occured |
Reimplemented from SkyGI::Window.
| void SkyGI::TitleWindow::Attached | ( | ) |
| void TitleWindow::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::Window.
| Point TitleWindow::GetSizeHint | ( | enumSizeHint | nSizeHint | ) | [virtual] |
Get size hint
Reimplemented from SkyGI::Window.
| void TitleWindow::SetFlags | ( | TitleWindowFlags | nTitleWindowFlags | ) |
| TitleWindowFlags TitleWindow::GetFlags | ( | ) |
1.5.1-p1