, including all inherited members.
AddGCObject(wxObject *wxobj) | wxLuaState | |
AddGCObject(void *obj_ptr, wxObject *wxobj) | wxLuaState | |
AddLuaPath(const wxPathList &pathlist) | wxLuaState | |
AddLuaPath(const wxFileName &filename) | wxLuaState | |
AddTrackedEventCallback(wxLuaEventCallback *callback) | wxLuaState | |
AddTrackedWinDestroyCallback(wxLuaWinDestroyCallback *callback) | wxLuaState | |
AddTrackedWindow(wxObject *win) | wxLuaState | |
ClearDebugHookBreak() | wxLuaState | |
CloseLuaState(bool force) | wxLuaState | |
CompileBuffer(const char buf[], size_t size, const wxString &name=wxEmptyString, wxString *errMsg=NULL, int *line_num=NULL) | wxLuaState | |
CompileString(const wxString &script, const wxString &name=wxEmptyString, wxString *errMsg=NULL, int *line_num=NULL) | wxLuaState | |
Create(const wxLuaState &wxlState) | wxLuaState | |
Create(wxEvtHandler *handler=NULL, wxWindowID id=wxID_ANY) | wxLuaState | |
Create(lua_State *L, int state_type=wxLUASTATE_GETSTATE) | wxLuaState | |
CreateRefData() const | wxLuaState | [private, virtual] |
DebugHookBreak(const wxString &message=wxT("Lua interpreter stopped")) | wxLuaState | |
DeleteGCObject(void *udata, void *obj_ptr, int flags) | wxLuaState | |
Destroy() | wxLuaState | |
GarbageCollectWindows(bool closeWindows) | wxLuaState | |
GetBindClass(int iClassTag) const | wxLuaState | |
GetBindClass(const char *className) const | wxLuaState | |
GetBindClass(const wxLuaBindMethod *wxlMethod) const | wxLuaState | |
GetBindClass(const wxLuaBindCFunc *wxlCFunc) const | wxLuaState | |
GetBindEvent(wxEventType eventType) const | wxLuaState | |
GetBooleanType(int stack_idx) | wxLuaState | |
GetCallBaseClassFunction() | wxLuaState | |
GetCharArray(int stack_idx, int &count) | wxLuaState | |
GetDebugHookBreak() const | wxLuaState | |
GetDebugHookBreakMessage() const | wxLuaState | |
GetDerivedMethodState(void *obj_ptr, const char *method_name) | wxLuaState | [static] |
GetEventHandler() const | wxLuaState | |
GetGCObjectInfo() const | wxLuaState | |
GetGlobals() | wxLuaState | |
GetId() const | wxLuaState | |
GetInEventType() const | wxLuaState | |
GetIntArray(int stack_idx, int &count) | wxLuaState | |
GetIntegerType(int stack_idx) | wxLuaState | |
GetLastLuaDebugHookTime() const | wxLuaState | |
GetLuaBinding(const wxString &bindingName) const | wxLuaState | |
GetLuaDebugHook() const | wxLuaState | |
GetLuaDebugHookCount() const | wxLuaState | |
GetLuaDebugHookSendEvt() const | wxLuaState | |
GetLuaDebugHookYield() const | wxLuaState | |
GetLuaPath() | wxLuaState | |
GetLuaState() const | wxLuaState | |
GetLuaStateData() const | wxLuaState | |
GetLuaStateRefData() const | wxLuaState | |
GetNumberType(int stack_idx) | wxLuaState | |
GetStringType(int stack_idx) | wxLuaState | |
GetTrackedEventCallbackInfo() const | wxLuaState | |
GetTrackedWinDestroyCallbackInfo() const | wxLuaState | |
GetTrackedWindowInfo() const | wxLuaState | |
GetUserDataType(int stack_idx, int iTag) const | wxLuaState | |
GetwxArrayInt(int stack_idx) | wxLuaState | |
GetwxArrayString(int stack_idx) | wxLuaState | |
GetwxLuaState(lua_State *L) | wxLuaState | [static] |
GetwxLuaTypeName(int wxl_type) const | wxLuaState | |
GetwxStringArray(int stack_idx, int &count) | wxLuaState | |
GetwxStringType(int stack_idx) | wxLuaState | |
HasDerivedMethod(void *obj_ptr, const char *method_name, bool push_method) const | wxLuaState | |
IsBooleanType(int stack_idx) const | wxLuaState | |
IsClosing() const | wxLuaState | |
IsDerivedType(int wxl_type, int base_wxl_type) const | wxLuaState | |
IsGCObject(void *obj_ptr) const | wxLuaState | |
IsIntegerType(int stack_idx) const | wxLuaState | |
IsNumberType(int stack_idx) const | wxLuaState | |
IsRunning() const | wxLuaState | |
IsStringType(int stack_idx) const | wxLuaState | |
IsTrackedWindow(wxWindow *win, bool check_parents=true) const | wxLuaState | |
IsUserDataType(int stack_idx, int wxl_type) const | wxLuaState | |
IswxLuaType(int luatype, int wxl_type) const | wxLuaState | |
IswxStringType(int stack_idx) const | wxLuaState | |
lua_Call(int nargs, int nresults) | wxLuaState | |
lua_CheckStack(int size) | wxLuaState | |
lua_Concat(int n) | wxLuaState | |
lua_CPCall(lua_CFunction func, void *ud) | wxLuaState | |
lua_CreateTable(int narr, int nrec) | wxLuaState | |
lua_Dump(lua_Writer writer, void *data) | wxLuaState | |
lua_Equal(int index1, int index2) const | wxLuaState | |
lua_Error() | wxLuaState | |
lua_GetFenv(int idx) | wxLuaState | |
lua_GetField(int idx, const char *k) | wxLuaState | |
lua_GetGCCount() | wxLuaState | |
lua_GetGlobal(const char *s) | wxLuaState | |
lua_GetHook() | wxLuaState | |
lua_GetHookCount() | wxLuaState | |
lua_GetHookMask() | wxLuaState | |
lua_GetInfo(const char *what, lua_Debug *ar) | wxLuaState | |
lua_GetLocal(const lua_Debug *ar, int n) | wxLuaState | |
lua_GetMetatable(int objindex) | wxLuaState | |
lua_GetStack(int level, lua_Debug *ar) | wxLuaState | |
lua_GetTable(int idx) | wxLuaState | |
lua_GetTop() const | wxLuaState | |
lua_GetUpvalue(int funcindex, int n) | wxLuaState | |
lua_Insert(int index) | wxLuaState | |
lua_IsBoolean(int idx) const | wxLuaState | |
lua_IsCFunction(int index) const | wxLuaState | |
lua_IsFunction(int idx) const | wxLuaState | |
lua_IsLightUserdata(int idx) const | wxLuaState | |
lua_IsNil(int idx) const | wxLuaState | |
lua_IsNone(int idx) const | wxLuaState | |
lua_IsNoneOrNil(int idx) const | wxLuaState | |
lua_IsNumber(int index) const | wxLuaState | |
lua_IsString(int index) const | wxLuaState | |
lua_IsTable(int idx) const | wxLuaState | |
lua_IsThread(int idx) const | wxLuaState | |
lua_IsUserdata(int index) const | wxLuaState | |
lua_LessThan(int index1, int index2) const | wxLuaState | |
lua_Load(lua_Reader reader, void *dt, const char *chunkname) | wxLuaState | |
lua_NewTable() | wxLuaState | |
lua_NewUserdata(size_t sz) | wxLuaState | |
lua_Next(int idx) | wxLuaState | |
lua_PCall(int nargs, int nresults, int errfunc) | wxLuaState | |
lua_Pop(int count) | wxLuaState | |
lua_PushBoolean(bool b) | wxLuaState | |
lua_PushCClosure(lua_CFunction fn, int n) | wxLuaState | |
lua_PushCFunction(lua_CFunction f) | wxLuaState | |
lua_PushInteger(lua_Integer n) | wxLuaState | |
lua_PushLightUserdata(void *p) | wxLuaState | |
lua_PushLString(const char *s, size_t len) | wxLuaState | |
lua_PushNil() | wxLuaState | |
lua_PushNumber(lua_Number n) | wxLuaState | |
lua_PushString(const char *s) | wxLuaState | |
lua_PushValue(int index) | wxLuaState | |
lua_RawEqual(int index1, int index2) const | wxLuaState | |
lua_RawGet(int idx) | wxLuaState | |
lua_RawGeti(int idx, int n) | wxLuaState | |
lua_RawSet(int idx) | wxLuaState | |
lua_RawSeti(int idx, int n) | wxLuaState | |
lua_Register(const char *funcName, lua_CFunction f) | wxLuaState | |
lua_Remove(int index) | wxLuaState | |
lua_Replace(int index) | wxLuaState | |
lua_Resume(int narg) | wxLuaState | |
lua_SetFenv(int idx) | wxLuaState | |
lua_SetField(int idx, const char *k) | wxLuaState | |
lua_SetGlobal(const char *s) | wxLuaState | |
lua_SetHook(lua_Hook func, int mask, int count) | wxLuaState | |
lua_SetLocal(const lua_Debug *ar, int n) | wxLuaState | |
lua_SetMetatable(int objindex) | wxLuaState | |
lua_SetTable(int idx) | wxLuaState | |
lua_SetTop(int index) | wxLuaState | |
lua_SetUpvalue(int funcindex, int n) | wxLuaState | |
lua_Status() | wxLuaState | |
lua_StrLen(int index) const | wxLuaState | |
lua_ToBoolean(int index) const | wxLuaState | |
lua_ToCFunction(int index) const | wxLuaState | |
lua_ToInteger(int index) const | wxLuaState | |
lua_ToNumber(int index) const | wxLuaState | |
lua_ToPointer(int index) const | wxLuaState | |
lua_ToString(int index) const | wxLuaState | |
lua_ToThread(int index) const | wxLuaState | |
lua_ToUserdata(int index) const | wxLuaState | |
lua_TowxString(int index) const | wxLuaState | |
lua_Type(int index) const | wxLuaState | |
lua_TypeName(int type) const | wxLuaState | |
lua_Version() const | wxLuaState | |
lua_XMove(const wxLuaState &to, int n) | wxLuaState | |
lua_Yield(int nresults) | wxLuaState | |
LuaDoBuffer(const char *buffer, size_t len, const char *name, int nresults=0) | wxLuaState | |
LuaDoFile(const wxString &filename, int nresults=0) | wxLuaState | |
LuaDoString(const wxString &script, const wxString &name=wxEmptyString, int nresults=0) | wxLuaState | |
luaI_OpenLib(const char *libname, const luaL_reg *l, int nup) | wxLuaState | |
luaL_ArgCheck(bool condition, int numarg, const char *extramsg) | wxLuaState | |
luaL_ArgError(int numarg, const char *extramsg) | wxLuaState | |
luaL_CallMeta(int obj, const char *e) | wxLuaState | |
luaL_CheckAny(int narg) | wxLuaState | |
luaL_CheckInt(int numArg) | wxLuaState | |
luaL_CheckInteger(int numArg) | wxLuaState | |
luaL_CheckLong(int numArg) | wxLuaState | |
luaL_CheckLString(int numArg, size_t *l) | wxLuaState | |
luaL_CheckNumber(int numArg) | wxLuaState | |
luaL_CheckOption(int narg, const char *def, const char *const lst[]) | wxLuaState | |
luaL_CheckStack(int sz, const char *msg) | wxLuaState | |
luaL_CheckString(int numArg) | wxLuaState | |
luaL_CheckType(int narg, int t) | wxLuaState | |
luaL_CheckUdata(int ud, const char *tname) | wxLuaState | |
luaL_Error(const char *fmt,...) | wxLuaState | |
luaL_GetMetafield(int obj, const char *e) | wxLuaState | |
luaL_GetMetatable(const char *tname) | wxLuaState | |
luaL_LoadBuffer(const char *buff, size_t sz, const char *name) | wxLuaState | |
luaL_LoadFile(const char *filename) | wxLuaState | |
luaL_LoadString(const char *s) | wxLuaState | |
luaL_NewMetatable(const char *tname) | wxLuaState | |
luaL_ObjLen(int index) const | wxLuaState | |
luaL_OptInt(int numArg, int def) | wxLuaState | |
luaL_OptInteger(int nArg, lua_Integer def) | wxLuaState | |
luaL_OptLong(int numArg, int def) | wxLuaState | |
luaL_OptLString(int numArg, const char *def, size_t *len) | wxLuaState | |
luaL_OptNumber(int nArg, lua_Number def) | wxLuaState | |
luaL_OptString(int numArg, const char *def) | wxLuaState | |
luaL_Ref(int t) | wxLuaState | |
luaL_Register(const char *libname, const luaL_reg *l) | wxLuaState | |
luaL_TypeError(int narg, const char *tname) | wxLuaState | |
luaL_Unref(int t, int ref) | wxLuaState | |
luaL_Where(int lvl) | wxLuaState | |
LuaPCall(int narg, int nresults) | wxLuaState | |
Ok() const | wxLuaState | |
operator!=(const wxLuaState &wxlState) const | wxLuaState | |
operator=(const wxLuaState &wxlState) | wxLuaState | |
operator==(const wxLuaState &wxlState) const | wxLuaState | |
PushwxArrayIntTable(const wxArrayInt &intArray) | wxLuaState | |
PushwxArrayStringTable(const wxArrayString &strArray) | wxLuaState | |
RegisterBinding(wxLuaBinding *binding) | wxLuaState | |
RegisterBindings() | wxLuaState | |
RegisterFunction(lua_CFunction func, const char *funcName) | wxLuaState | |
RemoveDerivedMethods(void *obj_ptr) const | wxLuaState | |
RemoveTrackedEventCallback(wxLuaEventCallback *callback) | wxLuaState | |
RemoveTrackedWinDestroyCallback(wxLuaWinDestroyCallback *callback) | wxLuaState | |
RemoveTrackedWindow(wxWindow *win) | wxLuaState | |
RunBuffer(const char buf[], size_t size, const wxString &name=wxT("= lua"), int nresults=0) | wxLuaState | |
RunFile(const wxString &fileName, int nresults=0) | wxLuaState | |
RunString(const wxString &script, const wxString &name=wxEmptyString, int nresults=0) | wxLuaState | |
s_wxHashMapLuaState | wxLuaState | [static] |
SendEvent(wxLuaEvent &event) const | wxLuaState | |
SendLuaErrorEvent(int status, int top) | wxLuaState | |
SetCallBaseClassFunction(bool call_base) | wxLuaState | |
SetDerivedMethod(void *obj_ptr, const char *method_name, wxLuaObject *wxlObj) | wxLuaState | |
SetEventHandler(wxEvtHandler *evtHandler) | wxLuaState | |
SetId(wxWindowID id) | wxLuaState | |
SetInEventType(wxEventType eventType) | wxLuaState | |
SetLastLuaDebugHookTime(unsigned long t) | wxLuaState | |
SetLuaDebugHook(int hook=LUA_MASKCALL|LUA_MASKRET|LUA_MASKLINE|LUA_MASKCOUNT, int count=1000, int yield_ms=100, bool send_debug_evt=false) | wxLuaState | |
sm_wxAppMainLoop_will_run | wxLuaState | [static] |
wxlua_Error(const char *errorMsg) const | wxLuaState | |
wxlua_ToUserdata(int stack_idx, bool null_ptr=false) const | wxLuaState | |
wxluaR_GetRef(int wxlref_index, void *lightuserdata_reg_key) | wxLuaState | |
wxluaR_Ref(int stack_idx, void *lightuserdata_reg_key) | wxLuaState | |
wxluaR_Unref(int wxlref_index, void *lightuserdata_reg_key) | wxLuaState | |
wxLuaState(bool create=false) | wxLuaState | |
wxLuaState(wxEvtHandler *handler, wxWindowID id=wxID_ANY) | wxLuaState | |
wxLuaState(lua_State *L, int state_type=wxLUASTATE_GETSTATE) | wxLuaState | |
wxLuaState(const wxLuaState &wxlState) | wxLuaState | |
wxluaT_NewMetatable(int wxl_type) | wxLuaState | |
wxluaT_PushUserDataType(const void *obj_ptr, int wxl_type, bool track) | wxLuaState | |
wxluaT_SetMetatable(int wxl_type) | wxLuaState | |
wxluaT_Type(int stack_idx) const | wxLuaState | |
~wxLuaState() | wxLuaState | [virtual] |