Public Member Functions | |
| wxTreeListItem () | |
| wxTreeListItem (wxTreeListMainWindow *owner, wxTreeListItem *parent, const wxArrayString &text, int image, int selImage, wxTreeItemData *data) | |
| ~wxTreeListItem () | |
| wxArrayTreeListItems & | GetChildren () |
| const wxString | GetText (int column) const |
| int | GetImage (wxTreeItemIcon which=wxTreeItemIcon_Normal) const |
| int | GetImage (int column, wxTreeItemIcon which=wxTreeItemIcon_Normal) const |
| wxTreeItemData * | GetData () const |
| wxTreeItemData * | GetData (int column) const |
| const wxString * | GetToolTip () const |
| int | GetCurrentImage () const |
| void | SetHasPlus (bool has=true) |
| void | SetText (int column, const wxString &text) |
| void | SetImage (int image, wxTreeItemIcon which) |
| void | SetImage (int column, int image, wxTreeItemIcon which) |
| void | SetData (wxTreeItemData *data) |
| void | SetData (int column, wxTreeItemData *data) |
| void | SetBold (bool bold) |
| void | SetBold (int column, bool bold) |
| void | SetToolTip (const wxString &tip) |
| bool | HasChildren () const |
| bool | IsSelected () const |
| bool | IsExpanded () const |
| bool | HasPlus () const |
| bool | IsBold () const |
| bool | IsBold (int column) const |
| bool | IsVirtual () const |
| int | GetX () const |
| int | GetY () const |
| void | SetX (int x) |
| void | SetY (int y) |
| int | GetHeight () const |
| int | GetWidth () const |
| void | SetHeight (int height) |
| void | SetWidth (int width) |
| int | GetTextX () const |
| void | SetTextX (int text_x) |
| wxTreeListItem * | GetItemParent () const |
| void | SetItemParent (wxTreeListItem *parent) |
| size_t | GetChildrenCount (bool recursively=true) const |
| void | GetSize (int &x, int &y, const wxTreeListMainWindow *) |
| wxTreeListItem * | HitTest (const wxPoint &point, const wxTreeListMainWindow *, int &flags, int &column, int level) |
| void | DeleteChildren () |
| void | Insert (wxTreeListItem *child, size_t index) |
| void | Expand () |
| void | Collapse () |
| void | SetHilight (bool set=true) |
| wxTreeItemAttr * | GetAttributes (int column) const |
| wxTreeItemAttr * | GetAttributes () const |
| wxTreeItemAttr & | Attr (int column) |
| wxTreeItemAttr & | Attr () |
Private Attributes | |
| wxTreeListMainWindow * | m_owner |
| wxArrayTreeListItems | m_children |
| wxTreeListItem * | m_parent |
| wxCoord | m_x |
| wxCoord | m_y |
| wxCoord | m_text_x |
| short | m_width |
| unsigned char | m_height |
| short | m_images [wxTreeItemIcon_Max] |
| wxString * | m_toolTip |
| int | m_isCollapsed:1 |
| int | m_hasHilight:1 |
| int | m_hasPlus:1 |
| wxArrayString | m_text |
| wxTreeListItemCellAttr | m_props_row |
| wxTreeListItemCellAttrHash | m_props_cell |
|
|
Definition at line 834 of file treelistctrl.cpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 1735 of file treelistctrl.cpp. References wxTreeListItemCellAttr::m_data, m_hasHilight, m_hasPlus, m_height, m_images, m_isCollapsed, m_parent, m_props_row, m_text_x, m_width, m_x, and m_y. |
|
|
Definition at line 1765 of file treelistctrl.cpp. References m_children, and m_props_cell. |
|
|
Definition at line 1036 of file treelistctrl.cpp. |
|
|
Definition at line 1025 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::SetItemBackgroundColour(), wxTreeListMainWindow::SetItemFont(), and wxTreeListMainWindow::SetItemTextColour(). |
|
|
Definition at line 1006 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::Collapse(). |
|
|
Definition at line 1777 of file treelistctrl.cpp. References m_children. |
|
|
Definition at line 1005 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::AddRoot(), wxTreeListMainWindow::Expand(), and wxTreeListMainWindow::SetItemParent(). |
|
|
Definition at line 1022 of file treelistctrl.cpp. |
|
|
Definition at line 1016 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::GetItemBackgroundColour(), wxTreeListMainWindow::GetItemFont(), and wxTreeListMainWindow::GetItemTextColour(). |
|
|
|
Definition at line 1781 of file treelistctrl.cpp. References m_children. Referenced by wxTreeListMainWindow::GetChildrenCount(), and wxTreeListMainWindow::GetCount(). |
|
|
Definition at line 1913 of file treelistctrl.cpp. References GetImage(), IsExpanded(), and IsSelected(). Referenced by wxTreeListMainWindow::GetItemWidth(). |
|
|
Definition at line 871 of file treelistctrl.cpp. |
|
|
Definition at line 870 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::GetItemData(). |
|
|
Definition at line 972 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::EditLabel(), wxTreeListMainWindow::GetLineHeight(), and wxTreeListMainWindow::OnChar(). |
|
||||||||||||
|
Definition at line 858 of file treelistctrl.cpp. References wxTreeListCtrl::GetMainColumn(). |
|
|
Definition at line 857 of file treelistctrl.cpp. Referenced by GetCurrentImage(), and wxTreeListMainWindow::GetItemImage(). |
|
|
||||||||||||||||
|
Definition at line 1792 of file treelistctrl.cpp. References wxTreeListMainWindow::GetLineHeight(), GetWidth(), IsExpanded(), m_children, m_x, and m_y. Referenced by wxTreeListMainWindow::AdjustMyScrollbars(), wxTreeListMainWindow::CalculateLineHeight(), and wxTreeListMainWindow::ScrollTo(). |
|
|
Definition at line 850 of file treelistctrl.cpp. References wxTreeListCtrl::GetItemText(). Referenced by wxTreeListMainWindow::EditLabel(), wxTreeListMainWindow::GetItemWidth(), and wxTreeListMainWindow::PaintItem(). |
|
|
Definition at line 978 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::EditLabel(). |
|
|
Definition at line 877 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::OnMouse(). |
|
|
Definition at line 973 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::EditLabel(), GetSize(), and HitTest(). |
|
|
Definition at line 966 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::PaintLevel(). |
|
|
Definition at line 967 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::EditLabel(), wxTreeListMainWindow::PaintItem(), wxTreeListMainWindow::RefreshLine(), wxTreeListMainWindow::RefreshSubtree(), wxTreeListMainWindow::ScrollTo(), and wxTreeListMainWindow::SelectItem(). |
|
|
Definition at line 951 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::FillArray(), wxTreeListMainWindow::TagAllChildrenUntilLast(), wxTreeListMainWindow::TagNextChildren(), and wxTreeListMainWindow::UnselectAllChildren(). |
|
|
Definition at line 954 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::Collapse(), wxTreeListMainWindow::Expand(), wxTreeListMainWindow::HasChildren(), HitTest(), wxTreeListMainWindow::OnChar(), wxTreeListMainWindow::OnMouse(), and wxTreeListMainWindow::PaintLevel(). |
|
||||||||||||||||||||||||
|
||||||||||||
|
Definition at line 1002 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::DoInsertItem(), and wxTreeListMainWindow::SetItemParent(). |
|
|
Definition at line 956 of file treelistctrl.cpp. |
|
|
Definition at line 955 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::GetItemBold(), wxTreeListMainWindow::GetItemFont(), wxTreeListMainWindow::IsBold(), and wxTreeListMainWindow::SetItemBold(). |
|
|
|
|
Definition at line 962 of file treelistctrl.cpp. |
|
||||||||||||
|
Definition at line 929 of file treelistctrl.cpp. |
|
|
Definition at line 928 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::SetItemBold(). |
|
||||||||||||
|
Definition at line 917 of file treelistctrl.cpp. |
|
|
Definition at line 916 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::SetItemData(). |
|
|
Definition at line 886 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::AddRoot(), and wxTreeListMainWindow::SetItemHasChildren(). |
|
|
Definition at line 975 of file treelistctrl.cpp. |
|
|
Definition at line 1008 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::SelectItem(), wxTreeListMainWindow::TagAllChildrenUntilLast(), wxTreeListMainWindow::Unselect(), and wxTreeListMainWindow::UnselectAllChildren(). |
|
||||||||||||||||
|
Definition at line 899 of file treelistctrl.cpp. References wxTreeListCtrl::GetMainColumn(). |
|
||||||||||||
|
Definition at line 898 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::SetItemImage(). |
|
|
Definition at line 982 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::SetItemParent(). |
|
||||||||||||
|
Definition at line 888 of file treelistctrl.cpp. References wxTreeListCtrl::GetColumnCount(). Referenced by wxTreeListMainWindow::SetItemText(). |
|
|
Definition at line 979 of file treelistctrl.cpp. |
|
|
Definition at line 943 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::SetItemToolTip(). |
|
|
Definition at line 976 of file treelistctrl.cpp. |
|
|
Definition at line 969 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::CalculateLevel(), and wxTreeListMainWindow::PaintLevel(). |
|
|
Definition at line 970 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::CalculateLevel(), and wxTreeListMainWindow::PaintLevel(). |
|
|
Definition at line 1064 of file treelistctrl.cpp. Referenced by DeleteChildren(), GetChildrenCount(), GetSize(), HitTest(), and ~wxTreeListItem(). |
|
|
Definition at line 1081 of file treelistctrl.cpp. Referenced by wxTreeListItem(). |
|
|
Definition at line 1082 of file treelistctrl.cpp. Referenced by wxTreeListItem(). |
|
|
Definition at line 1072 of file treelistctrl.cpp. Referenced by wxTreeListItem(). |
|
|
Definition at line 1075 of file treelistctrl.cpp. Referenced by wxTreeListItem(). |
|
|
Definition at line 1080 of file treelistctrl.cpp. Referenced by wxTreeListItem(). |
|
|
Definition at line 1062 of file treelistctrl.cpp. |
|
|
Definition at line 1065 of file treelistctrl.cpp. Referenced by wxTreeListItem(). |
|
|
Definition at line 1088 of file treelistctrl.cpp. Referenced by ~wxTreeListItem(). |
|
|
Definition at line 1087 of file treelistctrl.cpp. Referenced by wxTreeListItem(). |
|
|
Definition at line 1086 of file treelistctrl.cpp. |
|
|
Definition at line 1070 of file treelistctrl.cpp. Referenced by HitTest(), and wxTreeListItem(). |
|
|
Definition at line 1077 of file treelistctrl.cpp. |
|
|
Definition at line 1071 of file treelistctrl.cpp. Referenced by wxTreeListItem(). |
|
|
Definition at line 1068 of file treelistctrl.cpp. Referenced by GetSize(), HitTest(), and wxTreeListItem(). |
|
|
Definition at line 1069 of file treelistctrl.cpp. Referenced by GetSize(), HitTest(), and wxTreeListItem(). |
1.3.9.1