Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

wxLuaStackListCtrl Class Reference

Collaboration diagram for wxLuaStackListCtrl:
[legend]
List of all members.

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
wxLuaStackDialogm_stkDlg

Constructor & Destructor Documentation

wxLuaStackListCtrl::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")
 

Definition at line 51 of file wxlstack.cpp.

References m_stkDlg, and wxListCtrl.


Member Function Documentation

wxListItemAttr * wxLuaStackListCtrl::OnGetItemAttr long  item  )  const [virtual]
 

Definition at line 119 of file wxlstack.cpp.

References wxLuaStackListData::GetDebugItem(), wxLuaStackDialog::GetItemImage(), m_itemAttr, wxLuaStackDialog::m_listData, m_stkDlg, and wxLuaStackDialog::m_typeColours.

int wxLuaStackListCtrl::OnGetItemColumnImage long  item,
long  column
const [virtual]
 

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.

int wxLuaStackListCtrl::OnGetItemImage long  item  )  const [virtual]
 

Definition at line 78 of file wxlstack.cpp.

wxString wxLuaStackListCtrl::OnGetItemText long  item,
long  column
const [virtual]
 

Definition at line 74 of file wxlstack.cpp.

References wxLuaStackDialog::GetItemText(), and m_stkDlg.


Member Data Documentation

wxListItemAttr wxLuaStackListCtrl::m_itemAttr
 

Definition at line 69 of file wxlstack.cpp.

Referenced by OnGetItemAttr().

wxLuaStackDialog* wxLuaStackListCtrl::m_stkDlg
 

Definition at line 70 of file wxlstack.cpp.

Referenced by OnGetItemAttr(), OnGetItemColumnImage(), OnGetItemText(), and wxLuaStackListCtrl().


The documentation for this class was generated from the following file:
Generated on Sat Mar 1 22:42:24 2008 for wxLua by  doxygen 1.3.9.1