|
Blender
V2.59
|
#include <GHOST_EventString.h>

Public Member Functions | |
| GHOST_EventString (GHOST_TUns64 msec, GHOST_TEventType type, GHOST_IWindow *window, GHOST_TEventDataPtr data_ptr) | |
| ~GHOST_EventString () | |
Generic class for events with string data
Definition at line 45 of file GHOST_EventString.h.
| GHOST_EventString::GHOST_EventString | ( | GHOST_TUns64 | msec, |
| GHOST_TEventType | type, | ||
| GHOST_IWindow * | window, | ||
| GHOST_TEventDataPtr | data_ptr | ||
| ) | [inline] |
Constructor.
| msec | The time this event was generated. |
| type | The type of this event. |
| window | The generating window (or NULL if system event). |
| data_ptr | Pointer to the (unformatted) data associated with the event |
Definition at line 55 of file GHOST_EventString.h.
References GHOST_Event::m_data.
| GHOST_EventString::~GHOST_EventString | ( | ) | [inline] |
Definition at line 60 of file GHOST_EventString.h.
References GHOST_Event::m_data.