Crazy Eddie's GUI System  ${CEGUI_VERSION}
CEGUI::RenderQueueEventArgs Class Reference

EventArgs based class that is passed to handlers subcribed to hear about begin/end events on rendering queues that are part of a RenderingSurface object. More...

+ Inheritance diagram for CEGUI::RenderQueueEventArgs:
+ Collaboration diagram for CEGUI::RenderQueueEventArgs:

Public Member Functions

 RenderQueueEventArgs (const RenderQueueID id)
 Constructor for RenderQueueEventArgs objects. More...
 
 RenderQueueEventArgs (const RenderQueueID id)
 Constructor for RenderQueueEventArgs objects. More...
 

Public Attributes

RenderQueueID queueID
 ID of the queue that this event has been fired for.
 
- Public Attributes inherited from CEGUI::EventArgs
uint handled
 handlers should increment this if they handled the event.
 

Detailed Description

EventArgs based class that is passed to handlers subcribed to hear about begin/end events on rendering queues that are part of a RenderingSurface object.

Constructor & Destructor Documentation

CEGUI::RenderQueueEventArgs::RenderQueueEventArgs ( const RenderQueueID  id)

Constructor for RenderQueueEventArgs objects.

Parameters
idRenderQueueID value indicating the queue that the event is being generated for.

References CEGUI::RenderingSurface::EventNamespace, CEGUI::RenderingSurface::EventRenderQueueEnded, and CEGUI::RenderingSurface::EventRenderQueueStarted.

CEGUI::RenderQueueEventArgs::RenderQueueEventArgs ( const RenderQueueID  id)

Constructor for RenderQueueEventArgs objects.

Parameters
idRenderQueueID value indicating the queue that the event is being generated for.