#include <wxlstate.h>
Collaboration diagram for wxLuaStateRefData:

Public Member Functions | |
| wxLuaStateRefData (bool create_data=true) | |
| virtual | ~wxLuaStateRefData () |
| bool | CloseLuaState (bool force) |
| void | ClearCallbacks () |
Public Attributes | |
| lua_State * | m_lua_State |
| bool | m_lua_State_static |
| bool | m_lua_State_coroutine |
| wxLuaStateData * | m_wxlStateData |
| bool | m_own_stateData |
|
|
Definition at line 2047 of file wxlstate.cpp. References m_own_stateData, m_wxlStateData, and wxLuaStateData. |
|
|
Definition at line 2061 of file wxlstate.cpp. References CloseLuaState(), m_lua_State, and m_lua_State_static. |
|
|
Definition at line 2185 of file wxlstate.cpp. References wxLuaWinDestroyCallback::ClearwxLuaState(), wxLuaEventCallback::ClearwxLuaState(), m_lua_State, wxlua_lreg_createtable(), wxlua_lreg_evtcallbacks_key, and wxlua_lreg_windestroycallbacks_key. Referenced by CloseLuaState(). |
|
|
Definition at line 2071 of file wxlstate.cpp. References ClearCallbacks(), wxLuaStateData::m_is_closing, m_lua_State, m_wxlStateData, wxlua_lreg_createtable(), wxlua_lreg_debug_refs_key, wxlua_lreg_refs_key, wxlua_lreg_topwindows_key, wxlua_lreg_wxluastatedata_key, and wxLuaCleanupWindows(). Referenced by ~wxLuaStateRefData(). |
|
|
Definition at line 628 of file wxlstate.h. Referenced by ClearCallbacks(), CloseLuaState(), wxLuaState::GetwxLuaState(), and ~wxLuaStateRefData(). |
|
|
Definition at line 630 of file wxlstate.h. Referenced by wxLuaState::GetwxLuaState(). |
|
|
Definition at line 629 of file wxlstate.h. Referenced by wxLuaState::GetwxLuaState(), and ~wxLuaStateRefData(). |
|
|
Definition at line 633 of file wxlstate.h. Referenced by wxLuaState::GetwxLuaState(), and wxLuaStateRefData(). |
|
|
Definition at line 632 of file wxlstate.h. Referenced by CloseLuaState(), wxLuaState::GetwxLuaState(), and wxLuaStateRefData(). |
1.3.9.1