#include "wx/process.h"
#include "wx/thread.h"
#include "wxluasocket/include/wxluasocketdefs.h"
#include "wxluasocket/include/wxlsock.h"
#include "wxluadebug/include/wxldebug.h"
#include "wxluadebug/include/wxlstack.h"
Go to the source code of this file.
#define EVT_WXLUA_DEBUGGER_BREAK | ( | id, | |||
fn | ) | DECLARE_EVENT_TABLE_ENTRY(wxEVT_WXLUA_DEBUGGER_BREAK, id, -1, wxLuaDebuggerEventHandler(fn), (wxObject *) NULL), |
Definition at line 452 of file wxldserv.h.
#define EVT_WXLUA_DEBUGGER_DEBUGGEE_CONNECTED | ( | id, | |||
fn | ) | DECLARE_EVENT_TABLE_ENTRY(wxEVT_WXLUA_DEBUGGER_DEBUGGEE_CONNECTED, id, -1, wxLuaDebuggerEventHandler(fn), (wxObject *) NULL), |
Definition at line 450 of file wxldserv.h.
#define EVT_WXLUA_DEBUGGER_DEBUGGEE_DISCONNECTED | ( | id, | |||
fn | ) | DECLARE_EVENT_TABLE_ENTRY(wxEVT_WXLUA_DEBUGGER_DEBUGGEE_DISCONNECTED, id, -1, wxLuaDebuggerEventHandler(fn), (wxObject *) NULL), |
Definition at line 451 of file wxldserv.h.
#define EVT_WXLUA_DEBUGGER_ERROR | ( | id, | |||
fn | ) | DECLARE_EVENT_TABLE_ENTRY(wxEVT_WXLUA_DEBUGGER_ERROR, id, -1, wxLuaDebuggerEventHandler(fn), (wxObject *) NULL), |
Definition at line 454 of file wxldserv.h.
#define EVT_WXLUA_DEBUGGER_EVALUATE_EXPR | ( | id, | |||
fn | ) | DECLARE_EVENT_TABLE_ENTRY(wxEVT_WXLUA_DEBUGGER_EVALUATE_EXPR, id, -1, wxLuaDebuggerEventHandler(fn), (wxObject *) NULL), |
Definition at line 459 of file wxldserv.h.
#define EVT_WXLUA_DEBUGGER_EXIT | ( | id, | |||
fn | ) | DECLARE_EVENT_TABLE_ENTRY(wxEVT_WXLUA_DEBUGGER_EXIT, id, -1, wxLuaDebuggerEventHandler(fn), (wxObject *) NULL), |
Definition at line 455 of file wxldserv.h.
#define EVT_WXLUA_DEBUGGER_PRINT | ( | id, | |||
fn | ) | DECLARE_EVENT_TABLE_ENTRY(wxEVT_WXLUA_DEBUGGER_PRINT, id, -1, wxLuaDebuggerEventHandler(fn), (wxObject *) NULL), |
Definition at line 453 of file wxldserv.h.
#define EVT_WXLUA_DEBUGGER_STACK_ENTRY_ENUM | ( | id, | |||
fn | ) | DECLARE_EVENT_TABLE_ENTRY(wxEVT_WXLUA_DEBUGGER_STACK_ENTRY_ENUM, id, -1, wxLuaDebuggerEventHandler(fn), (wxObject *) NULL), |
Definition at line 457 of file wxldserv.h.
#define EVT_WXLUA_DEBUGGER_STACK_ENUM | ( | id, | |||
fn | ) | DECLARE_EVENT_TABLE_ENTRY(wxEVT_WXLUA_DEBUGGER_STACK_ENUM, id, -1, wxLuaDebuggerEventHandler(fn), (wxObject *) NULL), |
Definition at line 456 of file wxldserv.h.
#define EVT_WXLUA_DEBUGGER_TABLE_ENUM | ( | id, | |||
fn | ) | DECLARE_EVENT_TABLE_ENTRY(wxEVT_WXLUA_DEBUGGER_TABLE_ENUM, id, -1, wxLuaDebuggerEventHandler(fn), (wxObject *) NULL), |
Definition at line 458 of file wxldserv.h.
#define wxLuaDebuggerEventHandler | ( | func | ) | (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxLuaDebuggerEventFunction, &func) |
Definition at line 447 of file wxldserv.h.
#define WXLUASOCKET_USE_C_SOCKET |
Definition at line 270 of file wxldserv.h.
typedef void(wxEvtHandler::* wxLuaDebuggerEventFunction)(wxLuaDebuggerEvent &) |
Definition at line 418 of file wxldserv.h.
Definition at line 330 of file wxldserv.h.
anonymous enum |
Definition at line 26 of file wxldserv.h.
Definition at line 39 of file wxldserv.h.
Definition at line 62 of file wxldserv.h.
class WXDLLIMPEXP_WXLUASOCKET wxLuaDebuggerBase |
Definition at line 19 of file wxldserv.h.
class WXDLLIMPEXP_WXLUASOCKET wxLuaDebuggerEvent |
Definition at line 20 of file wxldserv.h.
Referenced by wxLuaDebuggerEvent::Clone().