Crazy Eddie's GUI System  ${CEGUI_VERSION}
RenderingContext_wrapper Struct Reference
+ Inheritance diagram for RenderingContext_wrapper:
+ Collaboration diagram for RenderingContext_wrapper:

Public Member Functions

 RenderingContext_wrapper (CEGUI::RenderingContext const &arg)
 

Static Public Member Functions

::CEGUI::Window const * get_owner (CEGUI::RenderingContext const &inst)
 
static void set_owner (CEGUI::RenderingContext &inst, ::CEGUI::Window const *new_value)
 
::CEGUI::RenderingSurfaceget_surface (CEGUI::RenderingContext const &inst)
 
static void set_surface (CEGUI::RenderingContext &inst, ::CEGUI::RenderingSurface *new_value)
 

Additional Inherited Members

- Public Attributes inherited from CEGUI::RenderingContext
RenderingSurfacesurface
 RenderingSurface to be used for drawing.
 
const Windowowner
 The Window object that owns the RenederingSurface (0 for default root)
 
Vector2f offset
 The offset of the owning window on the root RenderingSurface.
 
RenderQueueID queue
 The queue that rendering should be added to.