|
Blender
V2.93
|
#include <GHOST_EventString.h>
Inherits GHOST_Event.
Public Member Functions | |
| GHOST_EventString (GHOST_TUns64 msec, GHOST_TEventType type, GHOST_IWindow *window, GHOST_TEventDataPtr data_ptr) | |
| ~GHOST_EventString () | |
Public Member Functions inherited from GHOST_Event | |
| GHOST_Event (GHOST_TUns64 msec, GHOST_TEventType type, GHOST_IWindow *window) | |
| GHOST_TEventType | getType () |
| GHOST_TUns64 | getTime () |
| GHOST_IWindow * | getWindow () |
| GHOST_TEventDataPtr | getData () |
Public Member Functions inherited from GHOST_IEvent | |
| virtual | ~GHOST_IEvent () |
Additional Inherited Members | |
Protected Attributes inherited from GHOST_Event | |
| GHOST_TEventType | m_type |
| GHOST_TUns64 | m_time |
| GHOST_IWindow * | m_window |
| GHOST_TEventDataPtr | m_data |
Generic class for events with string data
Definition at line 32 of file GHOST_EventString.h.
|
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 (un-formatted) data associated with the event. |
Definition at line 41 of file GHOST_EventString.h.
References GHOST_Event::m_data.
|
inline |
Definition at line 50 of file GHOST_EventString.h.
References free(), and GHOST_Event::m_data.