#include <wxlstack.h>
Public Member Functions | |
wxLuaStackListData (int item_idx, int level, const wxLuaDebugData &parentDebugData, const wxLuaDebugData &childrenDebugData=wxNullLuaDebugData) | |
wxLuaDebugItem * | GetDebugItem () |
Public Attributes | |
int | m_item_idx |
int | m_level |
wxLuaDebugData | m_parentDebugData |
wxLuaDebugData | m_childrenDebugData |
wxTreeItemId | m_treeId |
Definition at line 68 of file wxlstack.h.
wxLuaStackListData::wxLuaStackListData | ( | int | item_idx, | |
int | level, | |||
const wxLuaDebugData & | parentDebugData, | |||
const wxLuaDebugData & | childrenDebugData = wxNullLuaDebugData | |||
) |
Definition at line 71 of file wxlstack.h.
wxLuaDebugItem* wxLuaStackListData::GetDebugItem | ( | ) |
Definition at line 78 of file wxlstack.h.
Referenced by wxLuaStackDialog::CollapseItem(), wxLuaStackDialog::ExpandItem(), wxLuaStackDialog::ExpandItemChildren(), wxLuaStackDialog::GetItemText(), wxLuaStackListCtrl::OnGetItemAttr(), wxLuaStackListCtrl::OnGetItemColumnImage(), and wxLuaStackDialog::OnListItem().
Definition at line 83 of file wxlstack.h.
Referenced by wxLuaStackDialog::CollapseItem(), wxLuaStackDialog::ExpandItem(), wxLuaStackDialog::FillTableEntry(), and wxLuaStackDialog::FindListItem().
Definition at line 80 of file wxlstack.h.
Referenced by wxLuaStackDialog::GetItemText().
Definition at line 81 of file wxlstack.h.
Referenced by wxLuaStackDialog::ExpandItemChildren(), wxLuaStackDialog::FillTableEntry(), and wxLuaStackDialog::GetItemText().
Definition at line 82 of file wxlstack.h.
Referenced by wxLuaStackDialog::CollapseItem(), and wxLuaStackDialog::FindListItem().
wxTreeItemId wxLuaStackListData::m_treeId |
Definition at line 84 of file wxlstack.h.
Referenced by wxLuaStackDialog::CollapseItem(), wxLuaStackDialog::FillTableEntry(), and wxLuaStackDialog::OnListItem().