![]() |
Blender V2.61 - r43446
|
#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 44 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 54 of file GHOST_EventString.h.
References GHOST_Event::m_data.
| GHOST_EventString::~GHOST_EventString | ( | ) | [inline] |
Definition at line 59 of file GHOST_EventString.h.
References addon::engine::free(), and GHOST_Event::m_data.