#include "wx/wxprec.h"
#include "wx/wx.h"
#include "wxluadebug/include/wxldebug.h"
#include "wxlua/include/wxlcallb.h"
Go to the source code of this file.
Classes | |
class | wxLuaDebugDataRefData |
Defines | |
#define | M_DEBUGREFDATA ((wxLuaDebugDataRefData*)m_refData) |
Functions | |
wxString | wxLuaBindClassString (wxLuaBindClass *wxlClass) |
Variables | |
wxLuaDebugData | wxNullLuaDebugData (false) |
#define M_DEBUGREFDATA ((wxLuaDebugDataRefData*)m_refData) |
Definition at line 82 of file wxldebug.cpp.
Referenced by wxLuaDebugData::Add(), wxLuaDebugData::Copy(), wxLuaDebugData::EnumerateStack(), wxLuaDebugData::EnumerateStackEntry(), wxLuaDebugData::EnumerateTable(), wxLuaDebugData::GetArray(), wxLuaDebugData::GetCount(), and wxLuaDebugData::Item().
wxString wxLuaBindClassString | ( | wxLuaBindClass * | wxlClass | ) |
Definition at line 260 of file wxldebug.cpp.
References wxLuaBindClass::baseclassNames, wxLuaBindClass::classInfo, wxLuaBindClass::enums_n, lua2wx(), wxLuaBindClass::name, wxLuaBindClass::wxluamethods_n, and wxLuaBindClass::wxluatype.
Referenced by wxLuaDebugData::EnumerateTable().
wxLuaDebugData wxNullLuaDebugData(false) |
Referenced by wxLuaDebugData::Copy().