RenderPacket Class Reference

#include <MercuryDisplay.h>

List of all members.

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


Detailed Description

Definition at line 54 of file MercuryDisplay.h.


Member Enumeration Documentation

enum RenderPacket::Type

Enumerator:
OBJECT 
SETVIEW 
SWAPBUFFER 
INVALID 

Definition at line 57 of file MercuryDisplay.h.


Constructor & Destructor Documentation

RenderPacket::RenderPacket ( Type  type = INVALID,
void *  data = NULL 
) [inline]

Definition at line 65 of file MercuryDisplay.h.


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
Hosted by SourceForge.net Logo