cRenderGroup2D_L Class Reference
List of all members.
Detailed Description
Definition at line 7202 of file lua_pseudo_code.cpp.
Member Function Documentation
| static mixed cRenderGroup2D_L::CreateRenderGroup2D |
( |
|
... |
) |
[inline, static] |
static methods exported to lua creates a new group, needs to be attached to a chain connected to a root group of a RenderQueue2D to be visible, see CreateRenderManager2D() for lua : renderGroup2D CreateRenderGroup2D (pParentGroup2d=nil)
Definition at line 7207 of file lua_pseudo_code.cpp.
| mixed cRenderGroup2D_L::Destroy |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::SetParent |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::BringToFront |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::SendToBack |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::InsertBefore |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::InsertAfter |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::GetHandle |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::GetChildListHandles |
( |
|
... |
) |
[inline] |
returns a table with all the childs in draw order, index starting from 1 for lua : table GetChildListHandles ()
Definition at line 7233 of file lua_pseudo_code.cpp.
| mixed cRenderGroup2D_L::GetChildListRevision |
( |
|
... |
) |
[inline] |
incremented each time a change is done to the childlist, for keeping (lua) copies in sync (_L.cpp:GetChildListHandles) for lua : int GetChildListRevision ()
Definition at line 7237 of file lua_pseudo_code.cpp.
| mixed cRenderGroup2D_L::GetDerivedPos |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::GetPos |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::SetPos |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::GetVisible |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::SetVisible |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::SetClip |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::SetForcedMinSize |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::GetEffectiveClipAbs |
( |
|
... |
) |
[inline] |
returns the effective (intersected with parent : might be smaller than the rect that was set) cliprect in absolute coords for lua : l,t,r,b GetEffectiveClipAbs ()
Definition at line 7263 of file lua_pseudo_code.cpp.
| mixed cRenderGroup2D_L::GetEffectiveClipRel |
( |
|
... |
) |
[inline] |
returns the effective (intersected with parent : might be smaller than the rect that was set) cliprect in relative coords for lua : l,t,r,b GetEffectiveClipRel ()
Definition at line 7267 of file lua_pseudo_code.cpp.
| mixed cRenderGroup2D_L::ClearClip |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::GetRelBounds |
( |
|
... |
) |
[inline] |
| mixed cRenderGroup2D_L::CalcAbsBounds |
( |
|
... |
) |
[inline] |
in absolute coords, not clipped for lua : l,t,r,b CalcAbsBounds ()
Definition at line 7278 of file lua_pseudo_code.cpp.
The documentation for this class was generated from the following file: