Public Member Functions | |
| wxLuaStackListCtrl (wxLuaStackDialog *stkDialog, wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxLC_REPORT, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxT("wxLuaStackListCtrl")) | |
| virtual wxString | OnGetItemText (long item, long column) const |
| virtual int | OnGetItemImage (long item) const |
| virtual int | OnGetItemColumnImage (long item, long column) const |
| virtual wxListItemAttr * | OnGetItemAttr (long item) const |
Public Attributes | |
| wxListItemAttr | m_itemAttr |
| wxLuaStackDialog * | m_stkDlg |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 51 of file wxlstack.cpp. References m_stkDlg, and wxListCtrl. |
|
|
Definition at line 119 of file wxlstack.cpp. References wxLuaStackListData::GetDebugItem(), wxLuaStackDialog::GetItemImage(), m_itemAttr, wxLuaStackDialog::m_listData, m_stkDlg, and wxLuaStackDialog::m_typeColours. |
|
||||||||||||
|
Definition at line 82 of file wxlstack.cpp. References wxLuaStackListData::GetDebugItem(), wxLuaDebugItem::GetFlagBit(), wxLuaStackDialog::GetItemImage(), wxLuaStackDialog::m_listData, m_stkDlg, WXLUA_DEBUGITEM_EXPANDED, WXLUA_DEBUGITEM_KEY_REF, and WXLUA_DEBUGITEM_VALUE_REF. |
|
|
Definition at line 78 of file wxlstack.cpp. |
|
||||||||||||
|
Definition at line 74 of file wxlstack.cpp. References wxLuaStackDialog::GetItemText(), and m_stkDlg. |
|
|
Definition at line 69 of file wxlstack.cpp. Referenced by OnGetItemAttr(). |
|
|
Definition at line 70 of file wxlstack.cpp. Referenced by OnGetItemAttr(), OnGetItemColumnImage(), OnGetItemText(), and wxLuaStackListCtrl(). |
1.3.9.1