#include <MercuryDisplay.h>
Public Types | |
enum | Type { OBJECT, SETVIEW, SWAPBUFFER, INVALID } |
Public Member Functions | |
RenderPacket (Type type=INVALID, void *data=NULL) | |
Type | GetType () const |
void * | GetData () |
Private Attributes | |
Type | m_type |
void * | m_data |
Definition at line 54 of file MercuryDisplay.h.
enum RenderPacket::Type |
RenderPacket::RenderPacket | ( | Type | type = INVALID , |
|
void * | data = NULL | |||
) | [inline] |
Definition at line 65 of file MercuryDisplay.h.
Type RenderPacket::GetType | ( | ) | const [inline] |
Definition at line 69 of file MercuryDisplay.h.
void* RenderPacket::GetData | ( | ) | [inline] |
Definition at line 70 of file MercuryDisplay.h.
Type RenderPacket::m_type [private] |
Definition at line 72 of file MercuryDisplay.h.
void* RenderPacket::m_data [private] |
Definition at line 73 of file MercuryDisplay.h.