#include <wxldserv.h>
Inheritance diagram for wxLuaDebuggerStackDialog:


Public Member Functions | |
| wxLuaDebuggerStackDialog (wxLuaDebuggerBase *luaDebugger, wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("wxLua Stack"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize) | |
| virtual | ~wxLuaDebuggerStackDialog () |
| virtual void | EnumerateStack () |
| virtual void | EnumerateStackEntry (int nEntry) |
| virtual void | EnumerateTable (int nRef, int nEntry, long lc_item) |
| virtual void | EnumerateGlobalData (long lc_item) |
Public Attributes | |
| wxLuaDebuggerBase * | m_luaDebugger |
|
||||||||||||||||||||||||||||
|
Definition at line 92 of file wxldserv.cpp. References wxNullLuaState. |
|
|
Definition at line 103 of file wxldserv.cpp. References wxLuaDebuggerBase::ClearDebugReferences(), and m_luaDebugger. |
|
|
Reimplemented from wxLuaStackDialog. Definition at line 130 of file wxldserv.cpp. References wxLuaDebuggerBase::EnumerateTable(), and m_luaDebugger. |
|
|
Reimplemented from wxLuaStackDialog. Definition at line 109 of file wxldserv.cpp. References wxLuaDebuggerBase::EnumerateStack(), and m_luaDebugger. |
|
|
Reimplemented from wxLuaStackDialog. Definition at line 116 of file wxldserv.cpp. References wxLuaDebuggerBase::EnumerateStackEntry(), and m_luaDebugger. |
|
||||||||||||||||
|
Reimplemented from wxLuaStackDialog. Definition at line 123 of file wxldserv.cpp. References wxLuaDebuggerBase::EnumerateTable(), and m_luaDebugger. |
|
|
Definition at line 119 of file wxldserv.h. Referenced by EnumerateGlobalData(), EnumerateStack(), EnumerateStackEntry(), EnumerateTable(), and ~wxLuaDebuggerStackDialog(). |
1.3.9.1