| GlsRSOLoader API
    | 
#include <rso_interface_1.h>
 
  
 | Public Member Functions | |
| const char * | Initiator () const | 
| Get the initiator name. | |
| virtual void | Initiator (const char *value) | 
| Set the initiator name. | |
| const char * | EventName () const | 
| Get the event name. | |
| virtual void | EventName (const char *value) | 
| Set the event name. | |
| const char * | EventData () const | 
| Get the event data. | |
| virtual void | EventData (const char *value) | 
| Set the event data. | |
| Public Attributes | |
| char * | _initiator | 
| char * | _eventName | 
| char * | _eventData | 
|  Public Attributes inherited from RSOInterface1::Event | |
| unsigned short | _eventType | 
| unsigned short | _eventSubtype | 
| Additional Inherited Members | |
|  Public Types inherited from RSOInterface1::Event | |
| enum | EventTypeEnum { EVENT_MOUSE = 0, EVENT_KEYBOARD, EVENT_TIMER, EVENT_OBJECT, EVENT_KEYBOARD_UP } | 
| enum | EventSubtypeEnum { MOUSE_DOWN = 0, MOUSE_UP, MOUSE_MOVE, MOUSE_DRAG, MOUSE_LEAVE, MOUSE_ENTER, MOUSE_WHEEL_MINUS, MOUSE_WHEEL_PLUS } | 
| enum | SpecialKeyState | 
An event that is emitted from a simulation object
| char* _eventData | 
Any additional data for this event. A NULL terminated string
| char* _eventName | 
String event name
| char* _initiator | 
The qualified name of the object that initiated the event
 1.8.10
 1.8.10