wxlua_bind.cpp File Reference

#include "wx/wxprec.h"
#include "wx/wx.h"
#include "wxlua/include/wxlstate.h"
#include "wxlua/include/wxlua_bind.h"
Include dependency graph for wxlua_bind.cpp:

Go to the source code of this file.

Functions

static int LUACALL wxLua_wxLuaObject_GetAllocationFlag (lua_State *L)
static int LUACALL wxLua_wxLuaObject_GetObject (lua_State *L)
static int LUACALL wxLua_wxLuaObject_SetObject (lua_State *L)
static int LUACALL wxLua_wxLuaObject_constructor (lua_State *L)
wxLuaBindEventwxLuaGetEventList_wxlua (size_t &count)
wxLuaBindNumberwxLuaGetDefineList_wxlua (size_t &count)
wxLuaBindStringwxLuaGetStringList_wxlua (size_t &count)
wxLuaBindObjectwxLuaGetObjectList_wxlua (size_t &count)
static int LUACALL wxLua_function_CompileLuaScript (lua_State *L)
int LUACALL wxluabind_wxLuaBinding__index (lua_State *L)
static int LUACALL wxLua_function_GetBindings (lua_State *L)
int LUACALL wxluabind_wxLuaBindClass__index (lua_State *L)
int LUACALL wxluabind_wxLuaBindCFunc__index (lua_State *L)
int LUACALL wxluabind_wxLuaBindMethod__index (lua_State *L)
static int LUACALL wxLua_function_GetGCUserdataInfo (lua_State *L)
static int LUACALL wxLua_function_GetTrackedEventCallbackInfo (lua_State *L)
static int LUACALL wxLua_function_GetTrackedObjectInfo (lua_State *L)
static int LUACALL wxLua_function_GetTrackedWinDestroyCallbackInfo (lua_State *L)
static int LUACALL wxLua_function_GetTrackedWindowInfo (lua_State *L)
static int LUACALL wxLua_function_isgcobject (lua_State *L)
static int LUACALL wxLua_function_isrefed (lua_State *L)
static int LUACALL wxLua_function_istrackedobject (lua_State *L)
static int LUACALL wxLua_function_iswxluatype (lua_State *L)
static int LUACALL wxLua_function_type (lua_State *L)
static int LUACALL wxLua_function_typename (lua_State *L)
static int LUACALL wxLua_function_ungcobject (lua_State *L)
static int LUACALL wxLua_function_wxLUA_CHECK_VERSION (lua_State *L)
static int LUACALL wxLua_function_wxLUA_CHECK_VERSION_FULL (lua_State *L)
wxLuaBindMethodwxLuaGetFunctionList_wxlua (size_t &count)
wxLuaBindClasswxLuaGetClassList_wxlua (size_t &count)
bool wxLuaBinding_wxlua_init ()

Variables

int wxluatype_wxLuaState = 0
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaState_delete [] = { &wxluatype_wxLuaState, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaState_delete [1] = {{ wxlua_userdata_delete, WXLUAMETHOD_METHOD|WXLUAMETHOD_DELETE, 1, 1, s_wxluatypeArray_wxLua_wxLuaState_delete }}
wxLuaBindMethod wxLuaState_methods []
int wxLuaState_methodCount = sizeof(wxLuaState_methods)/sizeof(wxLuaBindMethod) - 1
int wxluatype_wxLuaObject = 0
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaObject_GetAllocationFlag [] = { &wxluatype_wxLuaObject, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaObject_GetAllocationFlag [1] = {{ wxLua_wxLuaObject_GetAllocationFlag, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaObject_GetAllocationFlag }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaObject_GetObject [] = { &wxluatype_wxLuaObject, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaObject_GetObject [1] = {{ wxLua_wxLuaObject_GetObject, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaObject_GetObject }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaObject_SetObject [] = { &wxluatype_wxLuaObject, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaObject_SetObject [1] = {{ wxLua_wxLuaObject_SetObject, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaObject_SetObject }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaObject_delete [] = { &wxluatype_wxLuaObject, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaObject_delete [1] = {{ wxlua_userdata_delete, WXLUAMETHOD_METHOD|WXLUAMETHOD_DELETE, 1, 1, s_wxluatypeArray_wxLua_wxLuaObject_delete }}
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaObject_constructor [1] = {{ wxLua_wxLuaObject_constructor, WXLUAMETHOD_CONSTRUCTOR, 0, 0, g_wxluaargtypeArray_None }}
wxLuaBindMethod wxLuaObject_methods []
int wxLuaObject_methodCount = sizeof(wxLuaObject_methods)/sizeof(wxLuaBindMethod) - 1
static wxLuaArgType s_wxluatypeArray_wxLua_function_CompileLuaScript [] = { &wxluatype_TSTRING, &wxluatype_TSTRING, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_CompileLuaScript [1] = {{ wxLua_function_CompileLuaScript, WXLUAMETHOD_CFUNCTION, 2, 2, s_wxluatypeArray_wxLua_function_CompileLuaScript }}
static wxLuaBindCFunc s_wxluafunc_wxLua_function_GetBindings [1] = {{ wxLua_function_GetBindings, WXLUAMETHOD_CFUNCTION, 0, 0, g_wxluaargtypeArray_None }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_GetGCUserdataInfo [] = { &wxluatype_TBOOLEAN, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_GetGCUserdataInfo [1] = {{ wxLua_function_GetGCUserdataInfo, WXLUAMETHOD_CFUNCTION, 0, 1, s_wxluatypeArray_wxLua_function_GetGCUserdataInfo }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_GetTrackedEventCallbackInfo [] = { &wxluatype_TBOOLEAN, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_GetTrackedEventCallbackInfo [1] = {{ wxLua_function_GetTrackedEventCallbackInfo, WXLUAMETHOD_CFUNCTION, 0, 1, s_wxluatypeArray_wxLua_function_GetTrackedEventCallbackInfo }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_GetTrackedObjectInfo [] = { &wxluatype_TBOOLEAN, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_GetTrackedObjectInfo [1] = {{ wxLua_function_GetTrackedObjectInfo, WXLUAMETHOD_CFUNCTION, 0, 1, s_wxluatypeArray_wxLua_function_GetTrackedObjectInfo }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_GetTrackedWinDestroyCallbackInfo [] = { &wxluatype_TBOOLEAN, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_GetTrackedWinDestroyCallbackInfo [1] = {{ wxLua_function_GetTrackedWinDestroyCallbackInfo, WXLUAMETHOD_CFUNCTION, 0, 1, s_wxluatypeArray_wxLua_function_GetTrackedWinDestroyCallbackInfo }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_GetTrackedWindowInfo [] = { &wxluatype_TBOOLEAN, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_GetTrackedWindowInfo [1] = {{ wxLua_function_GetTrackedWindowInfo, WXLUAMETHOD_CFUNCTION, 0, 1, s_wxluatypeArray_wxLua_function_GetTrackedWindowInfo }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_isgcobject [] = { &wxluatype_TLIGHTUSERDATA, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_isgcobject [1] = {{ wxLua_function_isgcobject, WXLUAMETHOD_CFUNCTION, 1, 1, s_wxluatypeArray_wxLua_function_isgcobject }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_isrefed [] = { &wxluatype_TLIGHTUSERDATA, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_isrefed [1] = {{ wxLua_function_isrefed, WXLUAMETHOD_CFUNCTION, 1, 1, s_wxluatypeArray_wxLua_function_isrefed }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_istrackedobject [] = { &wxluatype_TLIGHTUSERDATA, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_istrackedobject [1] = {{ wxLua_function_istrackedobject, WXLUAMETHOD_CFUNCTION, 1, 1, s_wxluatypeArray_wxLua_function_istrackedobject }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_iswxluatype [] = { &wxluatype_TNUMBER, &wxluatype_TNUMBER, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_iswxluatype [1] = {{ wxLua_function_iswxluatype, WXLUAMETHOD_CFUNCTION, 2, 2, s_wxluatypeArray_wxLua_function_iswxluatype }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_type [] = { &wxluatype_TLIGHTUSERDATA, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_type [1] = {{ wxLua_function_type, WXLUAMETHOD_CFUNCTION, 1, 1, s_wxluatypeArray_wxLua_function_type }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_typename [] = { &wxluatype_TNUMBER, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_typename [1] = {{ wxLua_function_typename, WXLUAMETHOD_CFUNCTION, 1, 1, s_wxluatypeArray_wxLua_function_typename }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_ungcobject [] = { &wxluatype_TLIGHTUSERDATA, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_ungcobject [1] = {{ wxLua_function_ungcobject, WXLUAMETHOD_CFUNCTION, 1, 1, s_wxluatypeArray_wxLua_function_ungcobject }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_wxLUA_CHECK_VERSION [] = { &wxluatype_TNUMBER, &wxluatype_TNUMBER, &wxluatype_TNUMBER, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_wxLUA_CHECK_VERSION [1] = {{ wxLua_function_wxLUA_CHECK_VERSION, WXLUAMETHOD_CFUNCTION, 3, 3, s_wxluatypeArray_wxLua_function_wxLUA_CHECK_VERSION }}
static wxLuaArgType s_wxluatypeArray_wxLua_function_wxLUA_CHECK_VERSION_FULL [] = { &wxluatype_TNUMBER, &wxluatype_TNUMBER, &wxluatype_TNUMBER, &wxluatype_TNUMBER, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_function_wxLUA_CHECK_VERSION_FULL [1] = {{ wxLua_function_wxLUA_CHECK_VERSION_FULL, WXLUAMETHOD_CFUNCTION, 4, 4, s_wxluatypeArray_wxLua_function_wxLUA_CHECK_VERSION_FULL }}
static const char * wxluaclassname_wxLuaObject = "wxLuaObject"
static const char * wxluaclassname_wxLuaState = "wxLuaState"
static const char * wxluaclassname_wxObject = "wxObject"
static const char * wxluabaseclassnames_wxLuaObject [] = { wxluaclassname_wxObject, NULL }
static wxLuaBindClasswxluabaseclassbinds_wxLuaObject [] = { NULL }
static const char * wxluabaseclassnames_wxLuaState [] = { wxluaclassname_wxObject, NULL }
static wxLuaBindClasswxluabaseclassbinds_wxLuaState [] = { NULL }

Function Documentation

static int LUACALL wxLua_function_CompileLuaScript ( lua_State *  L  )  [static]
static int LUACALL wxLua_function_GetBindings ( lua_State *  L  )  [static]
static int LUACALL wxLua_function_GetGCUserdataInfo ( lua_State *  L  )  [static]
static int LUACALL wxLua_function_GetTrackedEventCallbackInfo ( lua_State *  L  )  [static]
static int LUACALL wxLua_function_GetTrackedObjectInfo ( lua_State *  L  )  [static]
static int LUACALL wxLua_function_GetTrackedWinDestroyCallbackInfo ( lua_State *  L  )  [static]
static int LUACALL wxLua_function_GetTrackedWindowInfo ( lua_State *  L  )  [static]
static int LUACALL wxLua_function_isgcobject ( lua_State *  L  )  [static]
static int LUACALL wxLua_function_isrefed ( lua_State *  L  )  [static]

Definition at line 1014 of file wxlua_bind.cpp.

References wxlua_lreg_refs_key, and wxluaR_isrefed().

static int LUACALL wxLua_function_istrackedobject ( lua_State *  L  )  [static]
static int LUACALL wxLua_function_iswxluatype ( lua_State *  L  )  [static]

Definition at line 1046 of file wxlua_bind.cpp.

References wxlua_getnumbertype(), and wxlua_iswxluatype().

static int LUACALL wxLua_function_type ( lua_State *  L  )  [static]

Definition at line 1064 of file wxlua_bind.cpp.

References wx2lua(), wxluaT_type(), and wxluaT_typename().

static int LUACALL wxLua_function_typename ( lua_State *  L  )  [static]

Definition at line 1087 of file wxlua_bind.cpp.

References wxlua_getnumbertype(), wxlua_pushwxString(), and wxluaT_typename().

static int LUACALL wxLua_function_ungcobject ( lua_State *  L  )  [static]
static int LUACALL wxLua_function_wxLUA_CHECK_VERSION ( lua_State *  L  )  [static]

Definition at line 1128 of file wxlua_bind.cpp.

References wxLUA_CHECK_VERSION, and wxlua_getnumbertype().

static int LUACALL wxLua_function_wxLUA_CHECK_VERSION_FULL ( lua_State *  L  )  [static]

Definition at line 1147 of file wxlua_bind.cpp.

References wxLUA_CHECK_VERSION_FULL, and wxlua_getnumbertype().

static int LUACALL wxLua_wxLuaObject_constructor ( lua_State *  L  )  [static]

Definition at line 112 of file wxlua_bind.cpp.

References wxluaO_addgcobject(), and wxluaT_pushuserdatatype().

static int LUACALL wxLua_wxLuaObject_GetAllocationFlag ( lua_State *  L  )  [static]

Definition at line 60 of file wxlua_bind.cpp.

References wxluaT_getuserdatatype().

static int LUACALL wxLua_wxLuaObject_GetObject ( lua_State *  L  )  [static]

Definition at line 77 of file wxlua_bind.cpp.

References wxluaT_getuserdatatype().

static int LUACALL wxLua_wxLuaObject_SetObject ( lua_State *  L  )  [static]

Definition at line 94 of file wxlua_bind.cpp.

References wxluaT_getuserdatatype().

int LUACALL wxluabind_wxLuaBindCFunc__index ( lua_State *  L  ) 
int LUACALL wxluabind_wxLuaBindClass__index ( lua_State *  L  ) 
int LUACALL wxluabind_wxLuaBinding__index ( lua_State *  L  ) 
int LUACALL wxluabind_wxLuaBindMethod__index ( lua_State *  L  ) 
bool wxLuaBinding_wxlua_init (  ) 

Definition at line 1271 of file wxlua_bind.cpp.

References wxLuaBinding::GetBindingList().

wxLuaBindClass* wxLuaGetClassList_wxlua ( size_t &  count  ) 
wxLuaBindNumber* wxLuaGetDefineList_wxlua ( size_t &  count  ) 
wxLuaBindEvent* wxLuaGetEventList_wxlua ( size_t &  count  ) 

Definition at line 156 of file wxlua_bind.cpp.

Referenced by wxLuaBinding_wxlua::wxLuaBinding_wxlua().

wxLuaBindMethod* wxLuaGetFunctionList_wxlua ( size_t &  count  ) 

Definition at line 1170 of file wxlua_bind.cpp.

References WXLUAMETHOD_CFUNCTION.

Referenced by wxLuaBinding_wxlua::wxLuaBinding_wxlua().

wxLuaBindObject* wxLuaGetObjectList_wxlua ( size_t &  count  ) 

Definition at line 243 of file wxlua_bind.cpp.

Referenced by wxLuaBinding_wxlua::wxLuaBinding_wxlua().

wxLuaBindString* wxLuaGetStringList_wxlua ( size_t &  count  ) 

Definition at line 227 of file wxlua_bind.cpp.

References wxLUA_VERSION_STRING.

Referenced by wxLuaBinding_wxlua::wxLuaBinding_wxlua().


Variable Documentation

wxLuaBindCFunc s_wxluafunc_wxLua_function_CompileLuaScript[1] = {{ wxLua_function_CompileLuaScript, WXLUAMETHOD_CFUNCTION, 2, 2, s_wxluatypeArray_wxLua_function_CompileLuaScript }} [static]

Definition at line 279 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_GetBindings[1] = {{ wxLua_function_GetBindings, WXLUAMETHOD_CFUNCTION, 0, 0, g_wxluaargtypeArray_None }} [static]

Definition at line 909 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_GetGCUserdataInfo[1] = {{ wxLua_function_GetGCUserdataInfo, WXLUAMETHOD_CFUNCTION, 0, 1, s_wxluatypeArray_wxLua_function_GetGCUserdataInfo }} [static]

Definition at line 925 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_GetTrackedEventCallbackInfo[1] = {{ wxLua_function_GetTrackedEventCallbackInfo, WXLUAMETHOD_CFUNCTION, 0, 1, s_wxluatypeArray_wxLua_function_GetTrackedEventCallbackInfo }} [static]

Definition at line 942 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_GetTrackedObjectInfo[1] = {{ wxLua_function_GetTrackedObjectInfo, WXLUAMETHOD_CFUNCTION, 0, 1, s_wxluatypeArray_wxLua_function_GetTrackedObjectInfo }} [static]

Definition at line 958 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_GetTrackedWinDestroyCallbackInfo[1] = {{ wxLua_function_GetTrackedWinDestroyCallbackInfo, WXLUAMETHOD_CFUNCTION, 0, 1, s_wxluatypeArray_wxLua_function_GetTrackedWinDestroyCallbackInfo }} [static]

Definition at line 975 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_GetTrackedWindowInfo[1] = {{ wxLua_function_GetTrackedWindowInfo, WXLUAMETHOD_CFUNCTION, 0, 1, s_wxluatypeArray_wxLua_function_GetTrackedWindowInfo }} [static]

Definition at line 991 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_isgcobject[1] = {{ wxLua_function_isgcobject, WXLUAMETHOD_CFUNCTION, 1, 1, s_wxluatypeArray_wxLua_function_isgcobject }} [static]

Definition at line 1009 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_isrefed[1] = {{ wxLua_function_isrefed, WXLUAMETHOD_CFUNCTION, 1, 1, s_wxluatypeArray_wxLua_function_isrefed }} [static]

Definition at line 1022 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_istrackedobject[1] = {{ wxLua_function_istrackedobject, WXLUAMETHOD_CFUNCTION, 1, 1, s_wxluatypeArray_wxLua_function_istrackedobject }} [static]

Definition at line 1042 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_iswxluatype[1] = {{ wxLua_function_iswxluatype, WXLUAMETHOD_CFUNCTION, 2, 2, s_wxluatypeArray_wxLua_function_iswxluatype }} [static]

Definition at line 1059 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_type[1] = {{ wxLua_function_type, WXLUAMETHOD_CFUNCTION, 1, 1, s_wxluatypeArray_wxLua_function_type }} [static]

Definition at line 1082 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_typename[1] = {{ wxLua_function_typename, WXLUAMETHOD_CFUNCTION, 1, 1, s_wxluatypeArray_wxLua_function_typename }} [static]

Definition at line 1099 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_ungcobject[1] = {{ wxLua_function_ungcobject, WXLUAMETHOD_CFUNCTION, 1, 1, s_wxluatypeArray_wxLua_function_ungcobject }} [static]

Definition at line 1124 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_wxLUA_CHECK_VERSION[1] = {{ wxLua_function_wxLUA_CHECK_VERSION, WXLUAMETHOD_CFUNCTION, 3, 3, s_wxluatypeArray_wxLua_function_wxLUA_CHECK_VERSION }} [static]

Definition at line 1143 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_function_wxLUA_CHECK_VERSION_FULL[1] = {{ wxLua_function_wxLUA_CHECK_VERSION_FULL, WXLUAMETHOD_CFUNCTION, 4, 4, s_wxluatypeArray_wxLua_function_wxLUA_CHECK_VERSION_FULL }} [static]

Definition at line 1164 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaObject_constructor[1] = {{ wxLua_wxLuaObject_constructor, WXLUAMETHOD_CONSTRUCTOR, 0, 0, g_wxluaargtypeArray_None }} [static]

Definition at line 109 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaObject_delete[1] = {{ wxlua_userdata_delete, WXLUAMETHOD_METHOD|WXLUAMETHOD_DELETE, 1, 1, s_wxluatypeArray_wxLua_wxLuaObject_delete }} [static]

Definition at line 106 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaObject_GetAllocationFlag[1] = {{ wxLua_wxLuaObject_GetAllocationFlag, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaObject_GetAllocationFlag }} [static]

Definition at line 58 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaObject_GetObject[1] = {{ wxLua_wxLuaObject_GetObject, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaObject_GetObject }} [static]

Definition at line 74 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaObject_SetObject[1] = {{ wxLua_wxLuaObject_SetObject, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaObject_SetObject }} [static]

Definition at line 91 of file wxlua_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaState_delete[1] = {{ wxlua_userdata_delete, WXLUAMETHOD_METHOD|WXLUAMETHOD_DELETE, 1, 1, s_wxluatypeArray_wxLua_wxLuaState_delete }} [static]

Definition at line 36 of file wxlua_bind.cpp.

Definition at line 258 of file wxlua_bind.cpp.

Definition at line 911 of file wxlua_bind.cpp.

Definition at line 927 of file wxlua_bind.cpp.

Definition at line 944 of file wxlua_bind.cpp.

Definition at line 960 of file wxlua_bind.cpp.

Definition at line 977 of file wxlua_bind.cpp.

Definition at line 993 of file wxlua_bind.cpp.

Definition at line 1011 of file wxlua_bind.cpp.

Definition at line 1024 of file wxlua_bind.cpp.

Definition at line 1044 of file wxlua_bind.cpp.

Definition at line 1061 of file wxlua_bind.cpp.

Definition at line 1084 of file wxlua_bind.cpp.

Definition at line 1101 of file wxlua_bind.cpp.

Definition at line 1126 of file wxlua_bind.cpp.

Definition at line 1145 of file wxlua_bind.cpp.

Definition at line 105 of file wxlua_bind.cpp.

Definition at line 56 of file wxlua_bind.cpp.

Definition at line 72 of file wxlua_bind.cpp.

Definition at line 89 of file wxlua_bind.cpp.

Definition at line 35 of file wxlua_bind.cpp.

Definition at line 1208 of file wxlua_bind.cpp.

Definition at line 1210 of file wxlua_bind.cpp.

const char* wxluabaseclassnames_wxLuaObject[] = { wxluaclassname_wxObject, NULL } [static]

Definition at line 1207 of file wxlua_bind.cpp.

const char* wxluabaseclassnames_wxLuaState[] = { wxluaclassname_wxObject, NULL } [static]

Definition at line 1209 of file wxlua_bind.cpp.

const char* wxluaclassname_wxLuaObject = "wxLuaObject" [static]

Definition at line 1203 of file wxlua_bind.cpp.

const char* wxluaclassname_wxLuaState = "wxLuaState" [static]

Definition at line 1204 of file wxlua_bind.cpp.

const char* wxluaclassname_wxObject = "wxObject" [static]

Definition at line 1205 of file wxlua_bind.cpp.

Definition at line 140 of file wxlua_bind.cpp.

Initial value:

Definition at line 131 of file wxlua_bind.cpp.

Definition at line 46 of file wxlua_bind.cpp.

Initial value:
 {
    { "delete", WXLUAMETHOD_METHOD|WXLUAMETHOD_DELETE, s_wxluafunc_wxLua_wxLuaState_delete, 1, NULL },
    { 0, 0, 0, 0 },
}

Definition at line 41 of file wxlua_bind.cpp.

Definition at line 54 of file wxlua_bind.cpp.

Definition at line 33 of file wxlua_bind.cpp.

Referenced by wxLuaGetClassList_wxlua().

Generated on Tue Jul 13 10:30:39 2010 for wxLua by  doxygen 1.6.3