Hugintrunk
0.1
|
Public Member Functions | |
wxTreeListItemCellAttr () | |
~wxTreeListItemCellAttr () | |
Public Attributes | |
wxItemAttr * | m_attr |
wxTreeItemData * | m_data |
short | m_image |
int | m_isBold:1 |
int | m_isBoldSet:1 |
int | m_ownsAttr:1 |
Definition at line 784 of file treelistctrl.cpp.
|
inline |
Definition at line 787 of file treelistctrl.cpp.
References m_attr, m_data, m_image, m_isBold, m_isBoldSet, m_ownsAttr, and wxcode::NO_IMAGE.
|
inline |
Definition at line 795 of file treelistctrl.cpp.
References m_attr, and m_ownsAttr.
wxItemAttr* wxcode::wxTreeListItemCellAttr::m_attr |
Definition at line 797 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListItem::Attr(), wxcode::wxTreeListItem::GetAttributes(), wxTreeListItemCellAttr(), and ~wxTreeListItemCellAttr().
wxTreeItemData* wxcode::wxTreeListItemCellAttr::m_data |
Definition at line 803 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListItem::GetData(), wxcode::wxTreeListItem::GetText(), wxcode::wxTreeListItem::SetData(), wxcode::wxTreeListItem::wxTreeListItem(), and wxTreeListItemCellAttr().
short wxcode::wxTreeListItemCellAttr::m_image |
Definition at line 804 of file treelistctrl.cpp.
Referenced by wxTreeListItemCellAttr().
int wxcode::wxTreeListItemCellAttr::m_isBold |
Definition at line 805 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListItem::IsBold(), wxcode::wxTreeListItem::SetBold(), and wxTreeListItemCellAttr().
int wxcode::wxTreeListItemCellAttr::m_isBoldSet |
Definition at line 806 of file treelistctrl.cpp.
Referenced by wxTreeListItemCellAttr().
int wxcode::wxTreeListItemCellAttr::m_ownsAttr |
Definition at line 807 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListItem::Attr(), wxTreeListItemCellAttr(), and ~wxTreeListItemCellAttr().