#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 2025 of file wxlstate.cpp. |
|
|
Definition at line 2037 of file wxlstate.cpp. References m_evtHandler. |
|
|
Definition at line 599 of file wxlstate.h. Referenced by wxlua_debugHookFunction(). |
|
|
Definition at line 600 of file wxlstate.h. Referenced by wxlua_debugHookFunction(). |
|
|
Definition at line 602 of file wxlstate.h. Referenced by ~wxLuaStateData(). |
|
|
Definition at line 603 of file wxlstate.h. |
|
|
Definition at line 590 of file wxlstate.h. Referenced by wxLuaStateRefData::CloseLuaState(). |
|
|
Definition at line 589 of file wxlstate.h. |
|
|
Definition at line 597 of file wxlstate.h. Referenced by wxlua_debugHookFunction(). |
|
|
Definition at line 594 of file wxlstate.h. |
|
|
Definition at line 592 of file wxlstate.h. |
|
|
Definition at line 595 of file wxlstate.h. Referenced by wxlua_debugHookFunction(). |
|
|
Definition at line 593 of file wxlstate.h. Referenced by wxlua_debugHookFunction(). |
1.3.9.1