wxluasocket_bind.cpp File Reference

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

Go to the source code of this file.

Functions

static int LUACALL wxLua_wxLuaDebuggerServer_AddBreakPoint (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_Break (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_ClearAllBreakPoints (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_Continue (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_DisplayStackDialog (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_EvaluateExpr (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_GetDebuggeeProcessId (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_GetNetworkName (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_GetProgramName (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_KillDebuggee (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_RemoveBreakPoint (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_Reset (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_Run (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_StartClient (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_StartServer (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_Step (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_StepOut (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_StepOver (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_StopServer (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerServer_constructor (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerEvent_GetFileName (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerEvent_GetLineNumber (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerEvent_GetMessage (lua_State *L)
static int LUACALL wxLua_wxLuaDebuggerEvent_GetReference (lua_State *L)
wxLuaBindEventwxLuaGetEventList_wxluasocket (size_t &count)
wxLuaBindNumberwxLuaGetDefineList_wxluasocket (size_t &count)
wxLuaBindStringwxLuaGetStringList_wxluasocket (size_t &count)
wxLuaBindObjectwxLuaGetObjectList_wxluasocket (size_t &count)
static int LUACALL wxLua_function_LuaStackDialog (lua_State *L)
wxLuaBindMethodwxLuaGetFunctionList_wxluasocket (size_t &count)
wxLuaBindClasswxLuaGetClassList_wxluasocket (size_t &count)
bool wxLuaBinding_wxluasocket_init ()

Variables

int wxluatype_wxLuaDebuggerServer = 0
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_AddBreakPoint [] = { &wxluatype_wxLuaDebuggerServer, &wxluatype_TSTRING, &wxluatype_TNUMBER, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_AddBreakPoint [1] = {{ wxLua_wxLuaDebuggerServer_AddBreakPoint, WXLUAMETHOD_METHOD, 3, 3, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_AddBreakPoint }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Break [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_Break [1] = {{ wxLua_wxLuaDebuggerServer_Break, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Break }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_ClearAllBreakPoints [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_ClearAllBreakPoints [1] = {{ wxLua_wxLuaDebuggerServer_ClearAllBreakPoints, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_ClearAllBreakPoints }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Continue [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_Continue [1] = {{ wxLua_wxLuaDebuggerServer_Continue, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Continue }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_DisplayStackDialog [] = { &wxluatype_wxLuaDebuggerServer, &wxluatype_wxWindow, &wxluatype_TNUMBER, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_DisplayStackDialog [1] = {{ wxLua_wxLuaDebuggerServer_DisplayStackDialog, WXLUAMETHOD_METHOD, 2, 3, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_DisplayStackDialog }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_EvaluateExpr [] = { &wxluatype_wxLuaDebuggerServer, &wxluatype_TNUMBER, &wxluatype_TSTRING, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_EvaluateExpr [1] = {{ wxLua_wxLuaDebuggerServer_EvaluateExpr, WXLUAMETHOD_METHOD, 3, 3, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_EvaluateExpr }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_GetDebuggeeProcessId [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_GetDebuggeeProcessId [1] = {{ wxLua_wxLuaDebuggerServer_GetDebuggeeProcessId, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_GetDebuggeeProcessId }}
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_GetNetworkName [1] = {{ wxLua_wxLuaDebuggerServer_GetNetworkName, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 0, g_wxluaargtypeArray_None }}
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_GetProgramName [1] = {{ wxLua_wxLuaDebuggerServer_GetProgramName, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 0, g_wxluaargtypeArray_None }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_KillDebuggee [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_KillDebuggee [1] = {{ wxLua_wxLuaDebuggerServer_KillDebuggee, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_KillDebuggee }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_RemoveBreakPoint [] = { &wxluatype_wxLuaDebuggerServer, &wxluatype_TSTRING, &wxluatype_TNUMBER, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_RemoveBreakPoint [1] = {{ wxLua_wxLuaDebuggerServer_RemoveBreakPoint, WXLUAMETHOD_METHOD, 3, 3, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_RemoveBreakPoint }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Reset [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_Reset [1] = {{ wxLua_wxLuaDebuggerServer_Reset, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Reset }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Run [] = { &wxluatype_wxLuaDebuggerServer, &wxluatype_TSTRING, &wxluatype_TSTRING, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_Run [1] = {{ wxLua_wxLuaDebuggerServer_Run, WXLUAMETHOD_METHOD, 3, 3, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Run }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StartClient [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_StartClient [1] = {{ wxLua_wxLuaDebuggerServer_StartClient, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StartClient }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StartServer [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_StartServer [1] = {{ wxLua_wxLuaDebuggerServer_StartServer, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StartServer }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Step [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_Step [1] = {{ wxLua_wxLuaDebuggerServer_Step, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Step }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StepOut [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_StepOut [1] = {{ wxLua_wxLuaDebuggerServer_StepOut, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StepOut }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StepOver [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_StepOver [1] = {{ wxLua_wxLuaDebuggerServer_StepOver, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StepOver }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StopServer [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_StopServer [1] = {{ wxLua_wxLuaDebuggerServer_StopServer, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StopServer }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_delete [] = { &wxluatype_wxLuaDebuggerServer, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_delete [1] = {{ wxlua_userdata_delete, WXLUAMETHOD_METHOD|WXLUAMETHOD_DELETE, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_delete }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerServer_constructor [] = { &wxluatype_TNUMBER, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_constructor [1] = {{ wxLua_wxLuaDebuggerServer_constructor, WXLUAMETHOD_CONSTRUCTOR, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_constructor }}
wxLuaBindMethod wxLuaDebuggerServer_methods []
int wxLuaDebuggerServer_methodCount = sizeof(wxLuaDebuggerServer_methods)/sizeof(wxLuaBindMethod) - 1
int wxluatype_wxLuaDebuggerEvent = 0
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_GetFileName [] = { &wxluatype_wxLuaDebuggerEvent, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerEvent_GetFileName [1] = {{ wxLua_wxLuaDebuggerEvent_GetFileName, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_GetFileName }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_GetLineNumber [] = { &wxluatype_wxLuaDebuggerEvent, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerEvent_GetLineNumber [1] = {{ wxLua_wxLuaDebuggerEvent_GetLineNumber, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_GetLineNumber }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_GetMessage [] = { &wxluatype_wxLuaDebuggerEvent, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerEvent_GetMessage [1] = {{ wxLua_wxLuaDebuggerEvent_GetMessage, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_GetMessage }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_GetReference [] = { &wxluatype_wxLuaDebuggerEvent, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerEvent_GetReference [1] = {{ wxLua_wxLuaDebuggerEvent_GetReference, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_GetReference }}
static wxLuaArgType s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_delete [] = { &wxluatype_wxLuaDebuggerEvent, NULL }
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerEvent_delete [1] = {{ wxlua_userdata_delete, WXLUAMETHOD_METHOD|WXLUAMETHOD_DELETE, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_delete }}
wxLuaBindMethod wxLuaDebuggerEvent_methods []
int wxLuaDebuggerEvent_methodCount = sizeof(wxLuaDebuggerEvent_methods)/sizeof(wxLuaBindMethod) - 1
static wxLuaBindCFunc s_wxluafunc_wxLua_function_LuaStackDialog [1] = {{ wxLua_function_LuaStackDialog, WXLUAMETHOD_CFUNCTION, 0, 0, g_wxluaargtypeArray_None }}
static const char * wxluaclassname_wxEvent = "wxEvent"
static const char * wxluaclassname_wxEvtHandler = "wxEvtHandler"
static const char * wxluaclassname_wxLuaDebuggerEvent = "wxLuaDebuggerEvent"
static const char * wxluaclassname_wxLuaDebuggerServer = "wxLuaDebuggerServer"
static const char * wxluabaseclassnames_wxLuaDebuggerEvent [] = { wxluaclassname_wxEvent, NULL }
static wxLuaBindClasswxluabaseclassbinds_wxLuaDebuggerEvent [] = { NULL }
static const char * wxluabaseclassnames_wxLuaDebuggerServer [] = { wxluaclassname_wxEvtHandler, NULL }
static wxLuaBindClasswxluabaseclassbinds_wxLuaDebuggerServer [] = { NULL }

Function Documentation

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

Definition at line 574 of file wxluasocket_bind.cpp.

References wxLuaState.

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

Definition at line 410 of file wxluasocket_bind.cpp.

References wxlua_pushwxString(), and wxluaT_getuserdatatype().

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

Definition at line 426 of file wxluasocket_bind.cpp.

References wxluaT_getuserdatatype().

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

Definition at line 442 of file wxluasocket_bind.cpp.

References wxlua_pushwxString(), and wxluaT_getuserdatatype().

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

Definition at line 458 of file wxluasocket_bind.cpp.

References wxluaT_getuserdatatype().

static int LUACALL wxLua_wxLuaDebuggerServer_AddBreakPoint ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_Break ( lua_State *  L  )  [static]

Definition at line 53 of file wxluasocket_bind.cpp.

References wxluaT_getuserdatatype(), and wxluatype_wxLuaDebuggerServer.

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

Definition at line 69 of file wxluasocket_bind.cpp.

References wxluaT_getuserdatatype(), and wxluatype_wxLuaDebuggerServer.

static int LUACALL wxLua_wxLuaDebuggerServer_constructor ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_Continue ( lua_State *  L  )  [static]

Definition at line 85 of file wxluasocket_bind.cpp.

References wxluaT_getuserdatatype(), and wxluatype_wxLuaDebuggerServer.

static int LUACALL wxLua_wxLuaDebuggerServer_DisplayStackDialog ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_EvaluateExpr ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_GetDebuggeeProcessId ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_GetNetworkName ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_GetProgramName ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_KillDebuggee ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_RemoveBreakPoint ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_Reset ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_Run ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_StartClient ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_StartServer ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_Step ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_StepOut ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_StepOver ( lua_State *  L  )  [static]
static int LUACALL wxLua_wxLuaDebuggerServer_StopServer ( lua_State *  L  )  [static]
bool wxLuaBinding_wxluasocket_init (  ) 

Definition at line 665 of file wxluasocket_bind.cpp.

References wxLuaBinding::GetBindingList().

wxLuaBindClass* wxLuaGetClassList_wxluasocket ( size_t &  count  ) 
wxLuaBindNumber* wxLuaGetDefineList_wxluasocket ( size_t &  count  ) 
wxLuaBindEvent* wxLuaGetEventList_wxluasocket ( size_t &  count  ) 
wxLuaBindMethod* wxLuaGetFunctionList_wxluasocket ( size_t &  count  ) 
wxLuaBindObject* wxLuaGetObjectList_wxluasocket ( size_t &  count  ) 
wxLuaBindString* wxLuaGetStringList_wxluasocket ( size_t &  count  ) 

Variable Documentation

wxLuaBindCFunc s_wxluafunc_wxLua_function_LuaStackDialog[1] = {{ wxLua_function_LuaStackDialog, WXLUAMETHOD_CFUNCTION, 0, 0, g_wxluaargtypeArray_None }} [static]

Definition at line 584 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerEvent_delete[1] = {{ wxlua_userdata_delete, WXLUAMETHOD_METHOD|WXLUAMETHOD_DELETE, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_delete }} [static]

Definition at line 471 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerEvent_GetFileName[1] = {{ wxLua_wxLuaDebuggerEvent_GetFileName, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_GetFileName }} [static]

Definition at line 408 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerEvent_GetLineNumber[1] = {{ wxLua_wxLuaDebuggerEvent_GetLineNumber, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_GetLineNumber }} [static]

Definition at line 424 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerEvent_GetMessage[1] = {{ wxLua_wxLuaDebuggerEvent_GetMessage, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_GetMessage }} [static]

Definition at line 440 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerEvent_GetReference[1] = {{ wxLua_wxLuaDebuggerEvent_GetReference, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerEvent_GetReference }} [static]

Definition at line 456 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_AddBreakPoint[1] = {{ wxLua_wxLuaDebuggerServer_AddBreakPoint, WXLUAMETHOD_METHOD, 3, 3, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_AddBreakPoint }} [static]

Definition at line 31 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_Break[1] = {{ wxLua_wxLuaDebuggerServer_Break, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Break }} [static]

Definition at line 51 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_ClearAllBreakPoints[1] = {{ wxLua_wxLuaDebuggerServer_ClearAllBreakPoints, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_ClearAllBreakPoints }} [static]

Definition at line 67 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_constructor[1] = {{ wxLua_wxLuaDebuggerServer_constructor, WXLUAMETHOD_CONSTRUCTOR, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_constructor }} [static]

Definition at line 352 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_Continue[1] = {{ wxLua_wxLuaDebuggerServer_Continue, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Continue }} [static]

Definition at line 83 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_delete[1] = {{ wxlua_userdata_delete, WXLUAMETHOD_METHOD|WXLUAMETHOD_DELETE, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_delete }} [static]

Definition at line 348 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_DisplayStackDialog[1] = {{ wxLua_wxLuaDebuggerServer_DisplayStackDialog, WXLUAMETHOD_METHOD, 2, 3, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_DisplayStackDialog }} [static]

Definition at line 99 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_EvaluateExpr[1] = {{ wxLua_wxLuaDebuggerServer_EvaluateExpr, WXLUAMETHOD_METHOD, 3, 3, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_EvaluateExpr }} [static]

Definition at line 119 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_GetDebuggeeProcessId[1] = {{ wxLua_wxLuaDebuggerServer_GetDebuggeeProcessId, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_GetDebuggeeProcessId }} [static]

Definition at line 139 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_GetNetworkName[1] = {{ wxLua_wxLuaDebuggerServer_GetNetworkName, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 0, g_wxluaargtypeArray_None }} [static]

Definition at line 154 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_GetProgramName[1] = {{ wxLua_wxLuaDebuggerServer_GetProgramName, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 0, g_wxluaargtypeArray_None }} [static]

Definition at line 167 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_KillDebuggee[1] = {{ wxLua_wxLuaDebuggerServer_KillDebuggee, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_KillDebuggee }} [static]

Definition at line 181 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_RemoveBreakPoint[1] = {{ wxLua_wxLuaDebuggerServer_RemoveBreakPoint, WXLUAMETHOD_METHOD, 3, 3, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_RemoveBreakPoint }} [static]

Definition at line 197 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_Reset[1] = {{ wxLua_wxLuaDebuggerServer_Reset, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Reset }} [static]

Definition at line 217 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_Run[1] = {{ wxLua_wxLuaDebuggerServer_Run, WXLUAMETHOD_METHOD, 3, 3, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Run }} [static]

Definition at line 233 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_StartClient[1] = {{ wxLua_wxLuaDebuggerServer_StartClient, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StartClient }} [static]

Definition at line 253 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_StartServer[1] = {{ wxLua_wxLuaDebuggerServer_StartServer, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StartServer }} [static]

Definition at line 269 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_Step[1] = {{ wxLua_wxLuaDebuggerServer_Step, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_Step }} [static]

Definition at line 285 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_StepOut[1] = {{ wxLua_wxLuaDebuggerServer_StepOut, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StepOut }} [static]

Definition at line 301 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_StepOver[1] = {{ wxLua_wxLuaDebuggerServer_StepOver, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StepOver }} [static]

Definition at line 317 of file wxluasocket_bind.cpp.

wxLuaBindCFunc s_wxluafunc_wxLua_wxLuaDebuggerServer_StopServer[1] = {{ wxLua_wxLuaDebuggerServer_StopServer, WXLUAMETHOD_METHOD, 1, 1, s_wxluatypeArray_wxLua_wxLuaDebuggerServer_StopServer }} [static]

Definition at line 333 of file wxluasocket_bind.cpp.

Definition at line 470 of file wxluasocket_bind.cpp.

Definition at line 406 of file wxluasocket_bind.cpp.

Definition at line 422 of file wxluasocket_bind.cpp.

Definition at line 438 of file wxluasocket_bind.cpp.

Definition at line 454 of file wxluasocket_bind.cpp.

Definition at line 29 of file wxluasocket_bind.cpp.

Definition at line 49 of file wxluasocket_bind.cpp.

Definition at line 65 of file wxluasocket_bind.cpp.

Definition at line 350 of file wxluasocket_bind.cpp.

Definition at line 81 of file wxluasocket_bind.cpp.

Definition at line 347 of file wxluasocket_bind.cpp.

Definition at line 97 of file wxluasocket_bind.cpp.

Definition at line 117 of file wxluasocket_bind.cpp.

Definition at line 137 of file wxluasocket_bind.cpp.

Definition at line 179 of file wxluasocket_bind.cpp.

Definition at line 195 of file wxluasocket_bind.cpp.

Definition at line 215 of file wxluasocket_bind.cpp.

Definition at line 231 of file wxluasocket_bind.cpp.

Definition at line 251 of file wxluasocket_bind.cpp.

Definition at line 267 of file wxluasocket_bind.cpp.

Definition at line 283 of file wxluasocket_bind.cpp.

Definition at line 299 of file wxluasocket_bind.cpp.

Definition at line 315 of file wxluasocket_bind.cpp.

Definition at line 331 of file wxluasocket_bind.cpp.

Definition at line 614 of file wxluasocket_bind.cpp.

Definition at line 616 of file wxluasocket_bind.cpp.

Definition at line 613 of file wxluasocket_bind.cpp.

Definition at line 615 of file wxluasocket_bind.cpp.

const char* wxluaclassname_wxEvent = "wxEvent" [static]

Definition at line 608 of file wxluasocket_bind.cpp.

const char* wxluaclassname_wxEvtHandler = "wxEvtHandler" [static]

Definition at line 609 of file wxluasocket_bind.cpp.

const char* wxluaclassname_wxLuaDebuggerEvent = "wxLuaDebuggerEvent" [static]

Definition at line 610 of file wxluasocket_bind.cpp.

const char* wxluaclassname_wxLuaDebuggerServer = "wxLuaDebuggerServer" [static]

Definition at line 611 of file wxluasocket_bind.cpp.

Definition at line 485 of file wxluasocket_bind.cpp.

Definition at line 396 of file wxluasocket_bind.cpp.

Initial value:
 {
    { "AddBreakPoint", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_AddBreakPoint, 1, NULL },
    { "Break", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_Break, 1, NULL },
    { "ClearAllBreakPoints", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_ClearAllBreakPoints, 1, NULL },
    { "Continue", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_Continue, 1, NULL },
    { "DisplayStackDialog", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_DisplayStackDialog, 1, NULL },
    { "EvaluateExpr", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_EvaluateExpr, 1, NULL },
    { "GetDebuggeeProcessId", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_GetDebuggeeProcessId, 1, NULL },
    { "GetNetworkName", WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, s_wxluafunc_wxLua_wxLuaDebuggerServer_GetNetworkName, 1, NULL },
    { "GetProgramName", WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, s_wxluafunc_wxLua_wxLuaDebuggerServer_GetProgramName, 1, NULL },
    { "KillDebuggee", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_KillDebuggee, 1, NULL },
    { "RemoveBreakPoint", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_RemoveBreakPoint, 1, NULL },
    { "Reset", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_Reset, 1, NULL },
    { "Run", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_Run, 1, NULL },
    { "StartClient", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_StartClient, 1, NULL },
    { "StartServer", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_StartServer, 1, NULL },
    { "Step", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_Step, 1, NULL },
    { "StepOut", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_StepOut, 1, NULL },
    { "StepOver", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_StepOver, 1, NULL },
    { "StopServer", WXLUAMETHOD_METHOD, s_wxluafunc_wxLua_wxLuaDebuggerServer_StopServer, 1, NULL },
    { "delete", WXLUAMETHOD_METHOD|WXLUAMETHOD_DELETE, s_wxluafunc_wxLua_wxLuaDebuggerServer_delete, 1, NULL },
    { "wxLuaDebuggerServer", WXLUAMETHOD_CONSTRUCTOR, s_wxluafunc_wxLua_wxLuaDebuggerServer_constructor, 1, NULL },
    { 0, 0, 0, 0 },
}

Definition at line 371 of file wxluasocket_bind.cpp.

Definition at line 404 of file wxluasocket_bind.cpp.

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