#include <wxlstate.h>
Public Member Functions | |
wxLuaEvent (wxEventType commandType=wxEVT_NULL, wxWindowID id=wxID_ANY, const wxLuaState &wxlState=wxNullLuaState) | |
wxLuaEvent (const wxLuaEvent &event) | |
int | GetLineNum () const |
wxLuaState | GetwxLuaState () const |
void | SetwxLuaState (const wxLuaState &wxlState) |
lua_State * | GetLuaState () const |
lua_Debug * | GetLuaDebug () const |
void | DebugHookBreak (bool stop) |
virtual wxEvent * | Clone () const |
Public Attributes | |
wxLuaState | m_wxlState |
bool | m_debug_hook_break |
lua_Debug * | m_lua_Debug |
Definition at line 1305 of file wxlstate.h.
wxLuaEvent::wxLuaEvent | ( | wxEventType | commandType = wxEVT_NULL , |
|
wxWindowID | id = wxID_ANY , |
|||
const wxLuaState & | wxlState = wxNullLuaState | |||
) |
Definition at line 4068 of file wxlstate.cpp.
wxLuaEvent::wxLuaEvent | ( | const wxLuaEvent & | event | ) |
Definition at line 4075 of file wxlstate.cpp.
virtual wxEvent* wxLuaEvent::Clone | ( | ) | const [virtual] |
Definition at line 1329 of file wxlstate.h.
void wxLuaEvent::DebugHookBreak | ( | bool | stop | ) |
Definition at line 1326 of file wxlstate.h.
int wxLuaEvent::GetLineNum | ( | ) | const |
Definition at line 1316 of file wxlstate.h.
lua_Debug* wxLuaEvent::GetLuaDebug | ( | ) | const |
Definition at line 1323 of file wxlstate.h.
lua_State* wxLuaEvent::GetLuaState | ( | ) | const |
Definition at line 1321 of file wxlstate.h.
wxLuaState wxLuaEvent::GetwxLuaState | ( | ) | const |
Definition at line 1318 of file wxlstate.h.
void wxLuaEvent::SetwxLuaState | ( | const wxLuaState & | wxlState | ) |
Definition at line 1319 of file wxlstate.h.
Definition at line 1332 of file wxlstate.h.
lua_Debug* wxLuaEvent::m_lua_Debug |
Definition at line 1333 of file wxlstate.h.
Definition at line 1331 of file wxlstate.h.