|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Inheritance diagram for MouseCursorEventArgs_wrapper:
Collaboration diagram for MouseCursorEventArgs_wrapper:Public Member Functions | |
| MouseCursorEventArgs_wrapper (CEGUI::MouseCursorEventArgs const &arg) | |
| MouseCursorEventArgs_wrapper (::CEGUI::MouseCursor *cursor) | |
Public Member Functions inherited from CEGUI::MouseCursorEventArgs | |
| MouseCursorEventArgs (MouseCursor *cursor) | |
| MouseCursorEventArgs (MouseCursor *cursor) | |
Static Public Member Functions | |
| ::CEGUI::Image const * | get_image (CEGUI::MouseCursorEventArgs const &inst) |
| static void | set_image (CEGUI::MouseCursorEventArgs &inst,::CEGUI::Image const *new_value) |
| ::CEGUI::MouseCursor * | get_mouseCursor (CEGUI::MouseCursorEventArgs const &inst) |
| static void | set_mouseCursor (CEGUI::MouseCursorEventArgs &inst,::CEGUI::MouseCursor *new_value) |
Additional Inherited Members | |
Public Attributes inherited from CEGUI::MouseCursorEventArgs | |
| MouseCursor * | mouseCursor |
| pointer to a MouseCursor object of relevance to the event. | |
| const Image * | image |
| pointer to an Image object of relevance to the event. | |
Public Attributes inherited from CEGUI::EventArgs | |
| uint | handled |
| handlers should increment this if they handled the event. | |