Blender V2.61 - r43446
Public Member Functions

GHOST_EventString Class Reference

#include <GHOST_EventString.h>

Inheritance diagram for GHOST_EventString:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 GHOST_EventString (GHOST_TUns64 msec, GHOST_TEventType type, GHOST_IWindow *window, GHOST_TEventDataPtr data_ptr)
 ~GHOST_EventString ()

Detailed Description

Generic class for events with string data

Author:
Damien Plisson
Date:
Feb 1, 2010

Definition at line 44 of file GHOST_EventString.h.


Constructor & Destructor Documentation

GHOST_EventString::GHOST_EventString ( GHOST_TUns64  msec,
GHOST_TEventType  type,
GHOST_IWindow window,
GHOST_TEventDataPtr  data_ptr 
) [inline]

Constructor.

Parameters:
msecThe time this event was generated.
typeThe type of this event.
windowThe generating window (or NULL if system event).
data_ptrPointer 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.


The documentation for this class was generated from the following file: