Crazy Eddie's GUI System
${CEGUI_VERSION}
|
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::RenderingSurface * | get_surface (CEGUI::RenderingContext const &inst) |
static void | set_surface (CEGUI::RenderingContext &inst, ::CEGUI::RenderingSurface *new_value) |
Additional Inherited Members | |
![]() | |
RenderingSurface * | surface |
RenderingSurface to be used for drawing. | |
const Window * | owner |
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. | |