Public Member Functions | |
| FavoritesViewEntry (FavoritesView *pParent, const String &szLocation, const Rect rFrame, const String &pLabel, unsigned int nWindowLayoutFlags) | |
| void | MouseMove (const InputEvent &nInputEvent) |
| void | MouseUp (const InputEvent &nInputEvent) |
| void | OnCommand (const MessageCommand *pMessage) |
Public Attributes | |
| String | m_szName |
| String | m_szLocation |
| FavoritesViewEntry::FavoritesViewEntry | ( | FavoritesView * | pParent, | |
| const String & | szLocation, | |||
| const Rect | rFrame, | |||
| const String & | pLabel, | |||
| unsigned int | nWindowLayoutFlags | |||
| ) |
| void FavoritesViewEntry::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 FavoritesViewEntry::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 FavoritesViewEntry::OnCommand | ( | const MessageCommand * | pMessage | ) | [virtual] |
Called when a command occured
Reimplemented from SkyGI::Window.
1.5.1-p1