wxldserv.cpp File Reference
#include "wx/wxprec.h"
#include "wx/wx.h"
#include "wx/thread.h"
#include "wxluasocket/include/wxldserv.h"
#include "wxluadebug/include/wxlstack.h"
Go to the source code of this file.
Defines |
#define | wxMilliSleep wxUsleep |
Functions |
| DECLARE_EVENT_TABLE_ENTRY (wxEVT_WXLUA_DEBUGGER_STACK_ENUM, wxID_ANY,-1,(wxObjectEventFunction)(wxEventFunction) wxStaticCastEvent(wxLuaDebuggerEventFunction,&wxLuaDebuggerBase::OnDebugStackEnum),(wxObject *) NULL) |
| DECLARE_EVENT_TABLE_ENTRY (wxEVT_WXLUA_DEBUGGER_STACK_ENTRY_ENUM, wxID_ANY,-1,(wxObjectEventFunction)(wxEventFunction) wxStaticCastEvent(wxLuaDebuggerEventFunction,&wxLuaDebuggerBase::OnDebugStackEntryEnum),(wxObject *) NULL) |
| DECLARE_EVENT_TABLE_ENTRY (wxEVT_WXLUA_DEBUGGER_TABLE_ENUM, wxID_ANY,-1,(wxObjectEventFunction)(wxEventFunction) wxStaticCastEvent(wxLuaDebuggerEventFunction,&wxLuaDebuggerBase::OnDebugTableEnum),(wxObject *) NULL) |
Define Documentation
#define wxMilliSleep wxUsleep |
Function Documentation
DECLARE_EVENT_TABLE_ENTRY |
( |
wxEVT_WXLUA_DEBUGGER_TABLE_ENUM |
, |
|
|
wxID_ANY |
, |
|
|
- |
1, |
|
|
(wxObjectEventFunction)(wxEventFunction) wxStaticCastEvent(wxLuaDebuggerEventFunction,&wxLuaDebuggerBase::OnDebugTableEnum) |
, |
|
|
(wxObject *) |
NULL | |
|
) |
| | |
DECLARE_EVENT_TABLE_ENTRY |
( |
wxEVT_WXLUA_DEBUGGER_STACK_ENTRY_ENUM |
, |
|
|
wxID_ANY |
, |
|
|
- |
1, |
|
|
(wxObjectEventFunction)(wxEventFunction) wxStaticCastEvent(wxLuaDebuggerEventFunction,&wxLuaDebuggerBase::OnDebugStackEntryEnum) |
, |
|
|
(wxObject *) |
NULL | |
|
) |
| | |
DECLARE_EVENT_TABLE_ENTRY |
( |
wxEVT_WXLUA_DEBUGGER_STACK_ENUM |
, |
|
|
wxID_ANY |
, |
|
|
- |
1, |
|
|
(wxObjectEventFunction)(wxEventFunction) wxStaticCastEvent(wxLuaDebuggerEventFunction,&wxLuaDebuggerBase::OnDebugStackEnum) |
, |
|
|
(wxObject *) |
NULL | |
|
) |
| | |