#include <widgetevent.h>
Inheritance diagram for WidgetEvent:
Public Member Functions | |
WidgetEvent (Camera *, const char *, BaseSceneNode *) | |
bool | is_type (const char *) |
Use this as follows: is_type( MouseMoveEvent::type ). | |
BaseSceneNode * | get_sender (void) |
Static Public Attributes | |
const char * | type = "WidgetEvent" |
Protected Attributes | |
BaseSceneNode * | sender |
|
|
|
Use this as follows: is_type( MouseMoveEvent::type ).
Reimplemented from Event. |
|
|
|
|
|
Reimplemented in CheckboxToggledEvent, and SelectionChangedEvent. |