#include <wxlstate.h>
Public Member Functions | |
wxLuaStateData () | |
~wxLuaStateData () | |
Public Attributes | |
bool | m_is_running |
bool | m_is_closing |
int | m_lua_debug_hook_count |
int | m_lua_debug_hook_yield |
int | m_lua_debug_hook |
bool | m_lua_debug_hook_send_evt |
unsigned long | m_last_debug_hook_time |
bool | m_debug_hook_break |
wxString | m_debug_hook_break_msg |
wxEvtHandler * | m_evtHandler |
wxWindowID | m_id |
Definition at line 601 of file wxlstate.h.
wxLuaStateData::wxLuaStateData | ( | ) |
Definition at line 2107 of file wxlstate.cpp.
wxLuaStateData::~wxLuaStateData | ( | ) |
Definition at line 2119 of file wxlstate.cpp.
References m_evtHandler.
Definition at line 617 of file wxlstate.h.
Referenced by wxlua_debugHookFunction().
Definition at line 618 of file wxlstate.h.
Referenced by wxlua_debugHookFunction().
wxEvtHandler* wxLuaStateData::m_evtHandler |
Definition at line 620 of file wxlstate.h.
Referenced by ~wxLuaStateData().
wxWindowID wxLuaStateData::m_id |
Definition at line 621 of file wxlstate.h.
Definition at line 608 of file wxlstate.h.
Referenced by wxLuaStateRefData::CloseLuaState().
Definition at line 607 of file wxlstate.h.
unsigned long wxLuaStateData::m_last_debug_hook_time |
Definition at line 615 of file wxlstate.h.
Referenced by wxlua_debugHookFunction().
Definition at line 612 of file wxlstate.h.
Definition at line 610 of file wxlstate.h.
Definition at line 613 of file wxlstate.h.
Referenced by wxlua_debugHookFunction().
Definition at line 611 of file wxlstate.h.
Referenced by wxlua_debugHookFunction().