xoreos  0.0.5
Static Public Member Functions | Static Private Member Functions | List of all members
Engines::Witcher::LuaBindings::CGUIPanel Class Reference

Static Public Member Functions

static void registerLuaBindings ()
 
static Common::UString getLuaType ()
 

Static Private Member Functions

static int luaNew (lua_State *state)
 
static int luaSetModel (lua_State *state)
 
static int luaSetName (lua_State *state)
 
static int luaActivate (lua_State *state)
 
static int luaDeactivate (lua_State *state)
 
static int luaRenderSceneViewFirst (lua_State *state)
 
static int luaToggleOff (lua_State *state)
 

Detailed Description

Definition at line 88 of file bindings.h.

Member Function Documentation

◆ getLuaType()

Common::UString Engines::Witcher::LuaBindings::CGUIPanel::getLuaType ( )
static

Definition at line 435 of file bindings.cpp.

Referenced by Engines::Witcher::LuaBindings::CGUIModalPanel::registerLuaBindings().

Here is the caller graph for this function:

◆ luaActivate()

int Engines::Witcher::LuaBindings::CGUIPanel::luaActivate ( lua_State *  state)
staticprivate

Definition at line 456 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaDeactivate()

int Engines::Witcher::LuaBindings::CGUIPanel::luaDeactivate ( lua_State *  state)
staticprivate

Definition at line 461 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaNew()

int Engines::Witcher::LuaBindings::CGUIPanel::luaNew ( lua_State *  state)
staticprivate

Definition at line 439 of file bindings.cpp.

References Engines::Witcher::pushFakeObject(), and Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaRenderSceneViewFirst()

int Engines::Witcher::LuaBindings::CGUIPanel::luaRenderSceneViewFirst ( lua_State *  state)
staticprivate

Definition at line 466 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaSetModel()

int Engines::Witcher::LuaBindings::CGUIPanel::luaSetModel ( lua_State *  state)
staticprivate

Definition at line 446 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaSetName()

int Engines::Witcher::LuaBindings::CGUIPanel::luaSetName ( lua_State *  state)
staticprivate

Definition at line 451 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaToggleOff()

int Engines::Witcher::LuaBindings::CGUIPanel::luaToggleOff ( lua_State *  state)
staticprivate

Definition at line 471 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ registerLuaBindings()

void Engines::Witcher::LuaBindings::CGUIPanel::registerLuaBindings ( )
static

Definition at line 417 of file bindings.cpp.

References LuaScriptMan.

Referenced by Engines::Witcher::LuaBindings::registerBindings().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: