Public Member Functions | |
| wxTreeListMainWindow () | |
| wxTreeListMainWindow (wxTreeListCtrl *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTR_DEFAULT_STYLE, const wxValidator &validator=wxDefaultValidator, const wxString &name=_T("wxtreelistmainwindow")) | |
| virtual | ~wxTreeListMainWindow () |
| bool | Create (wxTreeListCtrl *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTR_DEFAULT_STYLE, const wxValidator &validator=wxDefaultValidator, const wxString &name=_T("wxtreelistctrl")) |
| bool | IsVirtual () const |
| size_t | GetCount () const |
| unsigned int | GetIndent () const |
| void | SetIndent (unsigned int indent) |
| unsigned int | GetLineSpacing () const |
| void | SetLineSpacing (unsigned int spacing) |
| wxImageList * | GetImageList () const |
| wxImageList * | GetStateImageList () const |
| wxImageList * | GetButtonsImageList () const |
| void | SetImageList (wxImageList *imageList) |
| void | SetStateImageList (wxImageList *imageList) |
| void | SetButtonsImageList (wxImageList *imageList) |
| void | AssignImageList (wxImageList *imageList) |
| void | AssignStateImageList (wxImageList *imageList) |
| void | AssignButtonsImageList (wxImageList *imageList) |
| void | SetToolTip (const wxString &tip) |
| void | SetToolTip (wxToolTip *tip) |
| void | SetItemToolTip (const wxTreeItemId &item, const wxString &tip) |
| wxString | GetItemText (const wxTreeItemId &item, int column) const |
| wxString | GetItemText (wxTreeItemData *item, int column) const |
| int | GetItemImage (const wxTreeItemId &item, wxTreeItemIcon which=wxTreeItemIcon_Normal) const |
| int | GetItemImage (const wxTreeItemId &item, int column, wxTreeItemIcon which=wxTreeItemIcon_Normal) const |
| wxTreeItemData * | GetItemData (const wxTreeItemId &item) const |
| wxTreeItemData * | GetItemData (const wxTreeItemId &item, int column) const |
| bool | GetItemBold (const wxTreeItemId &item) const |
| bool | GetItemBold (const wxTreeItemId &item, int column) const |
| wxColour | GetItemTextColour (const wxTreeItemId &item) const |
| wxColour | GetItemTextColour (const wxTreeItemId &item, int column) const |
| wxColour | GetItemBackgroundColour (const wxTreeItemId &item) const |
| wxColour | GetItemBackgroundColour (const wxTreeItemId &item, int column) const |
| wxFont | GetItemFont (const wxTreeItemId &item) const |
| wxFont | GetItemFont (const wxTreeItemId &item, int column) const |
| void | SetItemHasChildren (const wxTreeItemId &item, bool has=true) |
| void | SetItemText (const wxTreeItemId &item, int column, const wxString &text) |
| void | SetItemImage (const wxTreeItemId &item, int image, wxTreeItemIcon which=wxTreeItemIcon_Normal) |
| void | SetItemImage (const wxTreeItemId &item, int column, int image, wxTreeItemIcon which=wxTreeItemIcon_Normal) |
| void | SetItemData (const wxTreeItemId &item, wxTreeItemData *data) |
| void | SetItemData (const wxTreeItemId &item, int column, wxTreeItemData *data) |
| void | SetItemBold (const wxTreeItemId &item, bool bold=true) |
| void | SetItemBold (const wxTreeItemId &item, int column, bool bold=true) |
| void | SetItemTextColour (const wxTreeItemId &item, const wxColour &colour) |
| void | SetItemTextColour (const wxTreeItemId &item, int column, const wxColour &colour) |
| void | SetItemBackgroundColour (const wxTreeItemId &item, const wxColour &colour) |
| void | SetItemBackgroundColour (const wxTreeItemId &item, int column, const wxColour &colour) |
| void | SetItemFont (const wxTreeItemId &item, const wxFont &font) |
| void | SetItemFont (const wxTreeItemId &item, int column, const wxFont &font) |
| bool | IsVisible (const wxTreeItemId &item, bool fullRow, bool within=true) const |
| bool | HasChildren (const wxTreeItemId &item) const |
| bool | IsExpanded (const wxTreeItemId &item) const |
| bool | IsSelected (const wxTreeItemId &item) const |
| bool | IsBold (const wxTreeItemId &item) const |
| bool | IsBold (const wxTreeItemId &item, int column) const |
| virtual bool | SetFont (const wxFont &font) |
| void | SetWindowStyle (const long styles) |
| size_t | GetChildrenCount (const wxTreeItemId &item, bool recursively=true) |
| wxTreeItemId | GetRootItem () const |
| wxTreeItemId | GetSelection () const |
| size_t | GetSelections (wxArrayTreeItemIds &) const |
| wxTreeItemId | GetItemParent (const wxTreeItemId &item) const |
| wxTreeItemId | GetFirstChild (const wxTreeItemId &item, long &cookie) const |
| wxTreeItemId | GetNextChild (const wxTreeItemId &item, long &cookie) const |
| wxTreeItemId | GetPrevChild (const wxTreeItemId &item, long &cookie) const |
| wxTreeItemId | GetLastChild (const wxTreeItemId &item, long &cookie) const |
| wxTreeItemId | GetNextSibling (const wxTreeItemId &item) const |
| wxTreeItemId | GetPrevSibling (const wxTreeItemId &item) const |
| wxTreeItemId | GetNext (const wxTreeItemId &item, bool fulltree=true) const |
| wxTreeItemId | GetPrev (const wxTreeItemId &item, bool fulltree=true) const |
| wxTreeItemId | GetFirstExpandedItem () const |
| wxTreeItemId | GetNextExpanded (const wxTreeItemId &item) const |
| wxTreeItemId | GetPrevExpanded (const wxTreeItemId &item) const |
| wxTreeItemId | GetFirstVisible (bool fullRow, bool within) const |
| wxTreeItemId | GetNextVisible (const wxTreeItemId &item, bool fullRow, bool within) const |
| wxTreeItemId | GetPrevVisible (const wxTreeItemId &item, bool fullRow, bool within) const |
| wxTreeItemId | GetLastVisible (bool fullRow, bool within) const |
| wxTreeItemId | AddRoot (const wxString &text, int image=-1, int selectedImage=-1, wxTreeItemData *data=NULL) |
| wxTreeItemId | PrependItem (const wxTreeItemId &parent, const wxString &text, int image=-1, int selectedImage=-1, wxTreeItemData *data=NULL) |
| wxTreeItemId | InsertItem (const wxTreeItemId &parent, const wxTreeItemId &idPrevious, const wxString &text, int image=-1, int selectedImage=-1, wxTreeItemData *data=NULL) |
| wxTreeItemId | InsertItem (const wxTreeItemId &parent, size_t index, const wxString &text, int image=-1, int selectedImage=-1, wxTreeItemData *data=NULL) |
| wxTreeItemId | AppendItem (const wxTreeItemId &parent, const wxString &text, int image=-1, int selectedImage=-1, wxTreeItemData *data=NULL) |
| void | Delete (const wxTreeItemId &item) |
| void | DeleteChildren (const wxTreeItemId &item) |
| void | DeleteRoot () |
| void | SetItemParent (const wxTreeItemId &parent, const wxTreeItemId &item) |
| void | Expand (const wxTreeItemId &item) |
| void | ExpandAll (const wxTreeItemId &item) |
| void | Collapse (const wxTreeItemId &item) |
| void | CollapseAndReset (const wxTreeItemId &item) |
| void | Toggle (const wxTreeItemId &item) |
| void | SetCurrentItem (const wxTreeItemId &item) |
| void | Unselect () |
| void | UnselectAll () |
| bool | SelectItem (const wxTreeItemId &item, const wxTreeItemId &prev=(wxTreeItemId *) NULL, bool unselect_others=true) |
| void | SelectAll () |
| void | EnsureVisible (const wxTreeItemId &item) |
| void | ScrollTo (const wxTreeItemId &item) |
| void | AdjustMyScrollbars () |
| wxTreeItemId | HitTest (const wxPoint &point) |
| wxTreeItemId | HitTest (const wxPoint &point, int &flags) |
| wxTreeItemId | HitTest (const wxPoint &point, int &flags, int &column) |
| bool | GetBoundingRect (const wxTreeItemId &item, wxRect &rect, bool textOnly=false) const |
| void | EditLabel (const wxTreeItemId &item, int column) |
| void | EndEdit (bool isCancelled) |
| virtual int | OnCompareItems (const wxTreeItemId &item1, const wxTreeItemId &item2) |
| void | SortChildren (const wxTreeItemId &item, int column, bool reverseOrder) |
| wxTreeItemId | FindItem (const wxTreeItemId &item, int column, const wxString &str, int mode=0) |
| virtual bool | SetBackgroundColour (const wxColour &colour) |
| virtual bool | SetForegroundColour (const wxColour &colour) |
| void | SetDragItem (const wxTreeItemId &item=(wxTreeItemId *) NULL) |
| void | OnPaint (wxPaintEvent &event) |
| void | OnEraseBackground (wxEraseEvent &WXUNUSED(event)) |
| void | OnSetFocus (wxFocusEvent &event) |
| void | OnKillFocus (wxFocusEvent &event) |
| void | OnChar (wxKeyEvent &event) |
| void | OnMouse (wxMouseEvent &event) |
| void | OnIdle (wxIdleEvent &event) |
| void | OnScroll (wxScrollWinEvent &event) |
| void | OnCaptureLost (wxMouseCaptureLostEvent &WXUNUSED(event)) |
| int | GetColumnCount () const |
| void | SetMainColumn (int column) |
| int | GetMainColumn () const |
| int | GetCurrentColumn () const |
| int | GetBestColumnWidth (int column, wxTreeItemId parent=wxTreeItemId()) |
| int | GetItemWidth (int column, wxTreeListItem *item) |
| void | SetFocus () |
Public Attributes | |
| bool | m_dirty |
Protected Member Functions | |
| void | Init () |
| wxTreeItemId | DoInsertItem (const wxTreeItemId &parent, size_t previous, const wxString &text, int image, int selectedImage, wxTreeItemData *data) |
| void | DoDeleteItem (wxTreeListItem *item) |
| void | SetCurrentItem (wxTreeListItem *item) |
| bool | HasButtons (void) const |
| void | CalculateLineHeight () |
| int | GetLineHeight (wxTreeListItem *item) const |
| void | PaintLevel (wxTreeListItem *item, wxDC &dc, int level, int &y, int x_maincol) |
| void | PaintItem (wxTreeListItem *item, wxDC &dc) |
| void | CalculateLevel (wxTreeListItem *item, wxDC &dc, int level, int &y, int x_maincol) |
| void | CalculatePositions () |
| void | CalculateSize (wxTreeListItem *item, wxDC &dc) |
| void | RefreshSubtree (wxTreeListItem *item) |
| void | RefreshLine (wxTreeListItem *item) |
| void | RefreshSelected () |
| void | RefreshSelectedUnder (wxTreeListItem *item) |
| void | OnRenameTimer () |
| void | OnRenameAccept (bool isCancelled) |
| void | FillArray (wxTreeListItem *, wxArrayTreeItemIds &) const |
| bool | TagAllChildrenUntilLast (wxTreeListItem *crt_item, wxTreeListItem *last_item) |
| bool | TagNextChildren (wxTreeListItem *crt_item, wxTreeListItem *last_item) |
| void | UnselectAllChildren (wxTreeListItem *item) |
| bool | SendEvent (wxEventType event_type, wxTreeListItem *item=NULL, wxTreeEvent *event=NULL) |
Protected Attributes | |
| wxTreeListCtrl * | m_owner |
| wxFont | m_normalFont |
| wxFont | m_boldFont |
| wxTreeListItem * | m_rootItem |
| wxTreeListItem * | m_curItem |
| wxTreeListItem * | m_shiftItem |
| wxTreeListItem * | m_selectItem |
| int | m_main_column |
| int | m_curColumn |
| int | m_sortColumn |
| bool | m_ReverseSortOrder |
| int | m_btnWidth |
| int | m_btnWidth2 |
| int | m_btnHeight |
| int | m_btnHeight2 |
| int | m_imgWidth |
| int | m_imgWidth2 |
| int | m_imgHeight |
| int | m_imgHeight2 |
| unsigned short | m_indent |
| int | m_lineHeight |
| unsigned short | m_linespacing |
| wxPen | m_dottedPen |
| wxBrush * | m_hilightBrush |
| wxBrush * | m_hilightUnfocusedBrush |
| bool | m_hasFocus |
| bool | m_ownsImageListNormal |
| bool | m_ownsImageListState |
| bool | m_ownsImageListButtons |
| bool | m_lastOnSame |
| bool | m_left_down_selection |
| wxImageList * | m_imageListNormal |
| wxImageList * | m_imageListState |
| wxImageList * | m_imageListButtons |
| bool | m_isDragStarted |
| bool | m_isDragging |
| wxPoint | m_dragStartPos |
| wxTreeListItem * | m_dragItem |
| int | m_dragCol |
| wxTreeListItem * | m_editItem |
| wxTimer * | m_editTimer |
| bool | m_editAccept |
| wxString | m_editRes |
| int | m_editCol |
| wxEditTextCtrl * | m_editControl |
| wxTimer * | m_findTimer |
| wxString | m_findStr |
| bool | m_isItemToolTip |
| wxString | m_toolTip |
| wxTreeListItem * | m_toolTipItem |
Friends | |
| class | wxTreeListItem |
| class | wxTreeListRenameTimer |
| class | wxEditTextCtrl |
|
|
Definition at line 263 of file treelistctrl.cpp. References wxTreeListHeaderWindow::Init(). |
|
||||||||||||||||||||||||||||||||
|
Definition at line 265 of file treelistctrl.cpp. References wxTreeListHeaderWindow::Init(). |
|
|
Definition at line 2089 of file treelistctrl.cpp. References DeleteRoot(), and wxEditTextCtrl::SetOwner(). |
|
||||||||||||||||||||
|
Definition at line 2627 of file treelistctrl.cpp. References wxTreeListItem::Expand(), GetColumnCount(), GetFirstChild(), SetCurrentItem(), wxTreeListItem::SetHasPlus(), and wxTreeListItem. Referenced by wxTreeListCtrl::AddRoot(). |
|
|
Definition at line 3354 of file treelistctrl.cpp. References wxTreeListCtrl::GetHeaderWindow(), wxTreeListItem::GetSize(), and wxTreeListHeaderWindow::GetWidth(). Referenced by RefreshSubtree(). |
|
||||||||||||||||||||||||
|
Definition at line 2693 of file treelistctrl.cpp. References DoInsertItem(), and wxTreeListItem::GetChildren(). Referenced by wxTreeListCtrl::AppendItem(). |
|
|
Definition at line 3345 of file treelistctrl.cpp. References SetButtonsImageList(). Referenced by wxTreeListCtrl::AssignButtonsImageList(). |
|
|
Definition at line 3335 of file treelistctrl.cpp. References SetImageList(). Referenced by wxTreeListCtrl::AssignImageList(). |
|
|
Definition at line 3340 of file treelistctrl.cpp. References SetStateImageList(). Referenced by wxTreeListCtrl::AssignStateImageList(). |
|
||||||||||||||||||||||||
|
Definition at line 4518 of file treelistctrl.cpp. References CalculateSize(), wxTreeListItem::GetChildren(), GetLineHeight(), HasButtons(), wxTreeListItem::IsExpanded(), wxTreeListItem::SetX(), and wxTreeListItem::SetY(). Referenced by CalculatePositions(). |
|
|
Definition at line 3277 of file treelistctrl.cpp. References wxTreeListItem::GetSize(). Referenced by SetButtonsImageList(), SetFont(), SetImageList(), and SetLineSpacing(). |
|
|
Definition at line 4557 of file treelistctrl.cpp. References CalculateLevel(), wxTreeListHeaderWindow::GetColumnWidth(), wxTreeListCtrl::GetHeaderWindow(), GetMainColumn(), and wxTreeListHeaderWindow::IsColumnShown(). Referenced by EditLabel(), ScrollTo(), and SelectItem(). |
|
||||||||||||
|
Definition at line 4493 of file treelistctrl.cpp. References GetItemFont(). Referenced by CalculateLevel(), SetItemImage(), and SetItemText(). |
|
|
Definition at line 2879 of file treelistctrl.cpp. References wxTreeListItem::Collapse(), wxTreeListItem::HasPlus(), wxTreeListItem::IsExpanded(), and SendEvent(). Referenced by wxTreeListCtrl::Collapse(), CollapseAndReset(), OnChar(), and Toggle(). |
|
|
Definition at line 2898 of file treelistctrl.cpp. References Collapse(), and DeleteChildren(). Referenced by wxTreeListCtrl::CollapseAndReset(). |
|
||||||||||||||||||||||||||||||||
|
Definition at line 2025 of file treelistctrl.cpp. References SetBackgroundColour(). |
|
|
Definition at line 2706 of file treelistctrl.cpp. References DoDeleteItem(), wxTreeListItem::GetChildren(), and wxTreeListItem::GetItemParent(). Referenced by wxTreeListCtrl::Delete(). |
|
|
Definition at line 2736 of file treelistctrl.cpp. References DoDeleteItem(), and wxTreeListItem::GetChildren(). Referenced by CollapseAndReset(), wxTreeListCtrl::DeleteChildren(), and DeleteRoot(). |
|
|
Definition at line 2723 of file treelistctrl.cpp. References DeleteChildren(), SendEvent(), and SetCurrentItem(). Referenced by wxTreeListCtrl::DeleteRoot(), and ~wxTreeListMainWindow(). |
|
|
Definition at line 2752 of file treelistctrl.cpp. References wxEditTextCtrl::EndEdit(), wxTreeListItem::GetChildren(), wxTreeListItem::GetItemParent(), SelectItem(), SendEvent(), and SetCurrentItem(). Referenced by Delete(), and DeleteChildren(). |
|
||||||||||||||||||||||||||||
|
Definition at line 2601 of file treelistctrl.cpp. References GetColumnCount(), wxTreeListItem::Insert(), and wxTreeListItem. Referenced by AppendItem(), InsertItem(), and PrependItem(). |
|
||||||||||||
|
|
Definition at line 4161 of file treelistctrl.cpp. References wxEditTextCtrl::EndEdit(). Referenced by wxTreeListCtrl::EndEdit(). |
|
|
Definition at line 3109 of file treelistctrl.cpp. References Expand(), wxTreeListItem::GetItemParent(), RefreshLine(), and ScrollTo(). Referenced by wxTreeListCtrl::EnsureVisible(), OnChar(), and OnMouse(). |
|
|
Definition at line 2843 of file treelistctrl.cpp. References wxTreeListItem::Expand(), wxTreeListItem::HasPlus(), wxTreeListItem::IsExpanded(), and SendEvent(). Referenced by EnsureVisible(), wxTreeListCtrl::Expand(), ExpandAll(), OnChar(), and Toggle(). |
|
|
Definition at line 2862 of file treelistctrl.cpp. References Expand(), GetFirstChild(), GetNextChild(), and IsExpanded(). Referenced by wxTreeListCtrl::ExpandAll(), and OnChar(). |
|
||||||||||||
|
Definition at line 3091 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(), wxTreeListItem::HasChildren(), and wxTreeListItem::IsSelected(). Referenced by GetSelections(). |
|
||||||||||||||||||||
|
Definition at line 3202 of file treelistctrl.cpp. References GetColumnCount(), GetFirstChild(), GetItemText(), GetNext(), GetNextChild(), GetNextExpanded(), GetNextSibling(), GetNextVisible(), and GetRootItem(). Referenced by wxTreeListCtrl::FindItem(), and OnChar(). |
|
||||||||||||
|
Definition at line 4713 of file treelistctrl.cpp. References GetFirstChild(), GetItemWidth(), GetNextChild(), and GetRootItem(). |
|
||||||||||||||||
|
Referenced by wxTreeListCtrl::GetBoundingRect(), and IsVisible(). |
|
|
Definition at line 318 of file treelistctrl.cpp. Referenced by wxTreeListCtrl::GetButtonsImageList(). |
|
||||||||||||
|
Definition at line 2127 of file treelistctrl.cpp. References wxTreeListItem::GetChildrenCount(). Referenced by wxTreeListCtrl::GetChildrenCount(). |
|
|
Definition at line 617 of file treelistctrl.cpp. Referenced by AddRoot(), DoInsertItem(), EditLabel(), FindItem(), wxTreeListCtrl::GetColumnCount(), wxTreeListItem::HitTest(), and PaintItem(). |
|
|
Definition at line 2112 of file treelistctrl.cpp. References wxTreeListItem::GetChildrenCount(). Referenced by wxTreeListCtrl::GetCount(). |
|
|
Definition at line 624 of file treelistctrl.cpp. Referenced by OnMouse(), and OnRenameTimer(). |
|
||||||||||||
|
Definition at line 2420 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(). Referenced by AddRoot(), ExpandAll(), FindItem(), GetBestColumnWidth(), wxTreeListCtrl::GetFirstChild(), OnChar(), and SelectAll(). |
|
|
Definition at line 2543 of file treelistctrl.cpp. References GetNextExpanded(), and GetRootItem(). Referenced by wxTreeListCtrl::GetFirstExpandedItem(). |
|
||||||||||||
|
Definition at line 2557 of file treelistctrl.cpp. References GetNextVisible(), GetRootItem(), and IsVisible(). Referenced by wxTreeListCtrl::GetFirstVisible(), and OnChar(). |
|
|
Definition at line 316 of file treelistctrl.cpp. Referenced by wxTreeListCtrl::GetImageList(). |
|
|
Definition at line 297 of file treelistctrl.cpp. Referenced by wxTreeListCtrl::GetIndent(), and GetItemWidth(). |
|
||||||||||||
|
Definition at line 2220 of file treelistctrl.cpp. References wxTreeListItem::GetAttributes(), and GetItemBackgroundColour(). |
|
|
Definition at line 2210 of file treelistctrl.cpp. References wxTreeListItem::GetAttributes(). Referenced by wxTreeListCtrl::GetItemBackgroundColour(), GetItemBackgroundColour(), and PaintItem(). |
|
||||||||||||
|
Definition at line 2184 of file treelistctrl.cpp. References wxTreeListItem::IsBold(). |
|
|
Definition at line 2180 of file treelistctrl.cpp. References wxTreeListItem::IsBold(). Referenced by wxTreeListCtrl::GetItemBold(). |
|
||||||||||||
|
Definition at line 2175 of file treelistctrl.cpp. References wxTreeListItem::GetData(). |
|
|
Definition at line 2171 of file treelistctrl.cpp. References wxTreeListItem::GetData(). Referenced by wxTreeListCtrl::GetItemData(). |
|
||||||||||||
|
Definition at line 2243 of file treelistctrl.cpp. References wxTreeListItem::GetAttributes(), and wxTreeListItem::IsBold(). |
|
|
Definition at line 2231 of file treelistctrl.cpp. References wxTreeListItem::GetAttributes(), and wxTreeListItem::IsBold(). Referenced by CalculateSize(), wxTreeListCtrl::GetItemFont(), GetItemWidth(), and PaintItem(). |
|
||||||||||||||||
|
Definition at line 2166 of file treelistctrl.cpp. References wxTreeListItem::GetImage(). |
|
||||||||||||
|
Definition at line 342 of file treelistctrl.cpp. Referenced by wxTreeListCtrl::GetItemImage(). |
|
|
Definition at line 2414 of file treelistctrl.cpp. References wxTreeListItem::GetItemParent(). Referenced by wxTreeListCtrl::GetItemParent(), GetNext(), GetPrev(), and OnChar(). |
|
||||||||||||
|
Definition at line 4672 of file treelistctrl.cpp. References IsVirtual(), and wxTreeListCtrl::OnGetItemText(). |
|
||||||||||||
|
Definition at line 4665 of file treelistctrl.cpp. References IsVirtual(), and wxTreeListCtrl::OnGetItemText(). Referenced by FindItem(), and wxTreeListCtrl::GetItemText(). |
|
||||||||||||
|
Definition at line 2199 of file treelistctrl.cpp. References wxTreeListItem::GetAttributes(), and GetItemTextColour(). |
|
|
Definition at line 2189 of file treelistctrl.cpp. References wxTreeListItem::GetAttributes(). Referenced by wxTreeListCtrl::GetItemTextColour(), GetItemTextColour(), and PaintItem(). |
|
||||||||||||
|
Definition at line 4682 of file treelistctrl.cpp. References wxTreeListItem::GetCurrentImage(), GetIndent(), GetItemFont(), wxTreeListItem::GetItemParent(), GetMainColumn(), GetRootItem(), wxTreeListItem::GetText(), and HasButtons(). Referenced by GetBestColumnWidth(). |
|
||||||||||||
|
Definition at line 2461 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(). Referenced by wxTreeListCtrl::GetLastChild(), OnChar(), and SelectAll(). |
|
||||||||||||
|
Definition at line 2575 of file treelistctrl.cpp. References GetNext(), GetRootItem(), and IsVisible(). Referenced by wxTreeListCtrl::GetLastVisible(), and OnChar(). |
|
|
Definition at line 3373 of file treelistctrl.cpp. References wxTreeListItem::GetHeight(). Referenced by CalculateLevel(), wxTreeListItem::GetSize(), wxTreeListItem::HitTest(), PaintItem(), PaintLevel(), RefreshLine(), and ScrollTo(). |
|
|
Definition at line 301 of file treelistctrl.cpp. Referenced by wxTreeListCtrl::GetLineSpacing(). |
|
|
Definition at line 623 of file treelistctrl.cpp. Referenced by CalculatePositions(), EditLabel(), GetItemWidth(), wxTreeListCtrl::GetMainColumn(), wxTreeListItem::HitTest(), and PaintItem(). |
|
||||||||||||
|
Definition at line 2506 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(), GetItemParent(), and GetNextSibling(). Referenced by FindItem(), GetLastVisible(), wxTreeListCtrl::GetNext(), GetNextExpanded(), and GetNextVisible(). |
|
||||||||||||
|
Definition at line 2433 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(). Referenced by ExpandAll(), FindItem(), GetBestColumnWidth(), and wxTreeListCtrl::GetNextChild(). |
|
|
Definition at line 2547 of file treelistctrl.cpp. References GetNext(). Referenced by FindItem(), GetFirstExpandedItem(), and wxTreeListCtrl::GetNextExpanded(). |
|
|
Definition at line 2475 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(), and wxTreeListItem::GetItemParent(). Referenced by FindItem(), GetNext(), wxTreeListCtrl::GetNextSibling(), and OnChar(). |
|
||||||||||||||||
|
Definition at line 2565 of file treelistctrl.cpp. References GetNext(), and IsVisible(). Referenced by FindItem(), GetFirstVisible(), and wxTreeListCtrl::GetNextVisible(). |
|
||||||||||||
|
Definition at line 2526 of file treelistctrl.cpp. References GetItemParent(), and GetPrevSibling(). Referenced by wxTreeListCtrl::GetPrev(), GetPrevExpanded(), and GetPrevVisible(). |
|
||||||||||||
|
Definition at line 2447 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(). Referenced by wxTreeListCtrl::GetPrevChild(). |
|
|
Definition at line 2552 of file treelistctrl.cpp. References GetPrev(). Referenced by wxTreeListCtrl::GetPrevExpanded(). |
|
|
Definition at line 2490 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(), and wxTreeListItem::GetItemParent(). Referenced by GetPrev(), wxTreeListCtrl::GetPrevSibling(), and OnChar(). |
|
||||||||||||||||
|
Definition at line 2585 of file treelistctrl.cpp. References GetPrev(), and IsVisible(). Referenced by wxTreeListCtrl::GetPrevVisible(). |
|
|
Definition at line 438 of file treelistctrl.cpp. Referenced by FindItem(), GetBestColumnWidth(), GetFirstExpandedItem(), GetFirstVisible(), GetItemWidth(), GetLastVisible(), wxTreeListCtrl::GetRootItem(), GetSelections(), OnChar(), SelectAll(), TagNextChildren(), and UnselectAll(). |
|
|
Definition at line 441 of file treelistctrl.cpp. Referenced by wxTreeListCtrl::GetSelection(). |
|
|
Definition at line 3102 of file treelistctrl.cpp. References FillArray(), and GetRootItem(). Referenced by wxTreeListCtrl::GetSelections(). |
|
|
Definition at line 317 of file treelistctrl.cpp. Referenced by wxTreeListCtrl::GetStateImageList(). |
|
|
Definition at line 703 of file treelistctrl.cpp. Referenced by CalculateLevel(), GetItemWidth(), wxTreeListItem::HitTest(), PaintItem(), and PaintLevel(). |
|
|
Definition at line 2384 of file treelistctrl.cpp. References wxTreeListItem::HasPlus(). Referenced by wxTreeListCtrl::HasChildren(), and OnChar(). |
|
||||||||||||||||
|
Definition at line 4031 of file treelistctrl.cpp. References wxTreeListItem::HitTest(). |
|
||||||||||||
|
Definition at line 565 of file treelistctrl.cpp. |
|
|
Definition at line 563 of file treelistctrl.cpp. Referenced by wxTreeListCtrl::HitTest(). |
|
|
|
|
||||||||||||||||||||||||||||
|
Definition at line 2682 of file treelistctrl.cpp. References DoInsertItem(). |
|
||||||||||||||||||||||||||||
|
Definition at line 2667 of file treelistctrl.cpp. References DoInsertItem(), and wxTreeListItem::GetChildren(). Referenced by wxTreeListCtrl::InsertItem(). |
|
||||||||||||
|
Definition at line 2405 of file treelistctrl.cpp. References wxTreeListItem::IsBold(). |
|
|
|
|
|
Definition at line 2395 of file treelistctrl.cpp. References wxTreeListItem::IsExpanded(). Referenced by ExpandAll(), wxTreeListCtrl::IsExpanded(), OnChar(), and Toggle(). |
|
|
Definition at line 2400 of file treelistctrl.cpp. References wxTreeListItem::IsSelected(). Referenced by wxTreeListCtrl::IsSelected(). |
|
|
Definition at line 289 of file treelistctrl.cpp. References wxTR_VIRTUAL. Referenced by GetItemText(). |
|
||||||||||||||||
|
Definition at line 2359 of file treelistctrl.cpp. References GetBoundingRect(), wxTreeListItem::GetItemParent(), and wxTreeListItem::IsExpanded(). Referenced by GetFirstVisible(), GetLastVisible(), GetNextVisible(), GetPrevVisible(), and wxTreeListCtrl::IsVisible(). |
|
|
Definition at line 614 of file treelistctrl.cpp. |
|
|
||||||||||||
|
Definition at line 3172 of file treelistctrl.cpp. References wxTreeListCtrl::OnCompareItems(). Referenced by tree_ctrl_compare_func(). |
|
|
Definition at line 607 of file treelistctrl.cpp. |
|
|
|
|
|
Definition at line 3796 of file treelistctrl.cpp. References RefreshLine(), and RefreshSelected(). |
|
|
|
|
|
|
Definition at line 4148 of file treelistctrl.cpp. References SendEvent(), and SetItemText(). |
|
|
Definition at line 4144 of file treelistctrl.cpp. References EditLabel(), and GetCurrentColumn(). |
|
|
Definition at line 4475 of file treelistctrl.cpp. References wxTreeListCtrl::GetHeaderWindow(). |
|
|
Definition at line 3789 of file treelistctrl.cpp. References RefreshLine(), and RefreshSelected(). |
|
||||||||||||
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
|
Definition at line 2660 of file treelistctrl.cpp. References DoInsertItem(). Referenced by wxTreeListCtrl::PrependItem(). |
|
|
Definition at line 4598 of file treelistctrl.cpp. References GetLineHeight(), and wxTreeListItem::GetY(). Referenced by EnsureVisible(), OnChar(), OnKillFocus(), OnSetFocus(), RefreshSelectedUnder(), SelectItem(), SetCurrentItem(), SetDragItem(), SetItemBackgroundColour(), SetItemBold(), SetItemFont(), SetItemHasChildren(), SetItemImage(), SetItemText(), SetItemTextColour(), TagAllChildrenUntilLast(), Unselect(), and UnselectAllChildren(). |
|
|
Definition at line 4617 of file treelistctrl.cpp. References RefreshSelectedUnder(). Referenced by OnKillFocus(), OnMouse(), and OnSetFocus(). |
|
|
Definition at line 4625 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(), wxTreeListItem::IsSelected(), and RefreshLine(). Referenced by RefreshSelected(). |
|
|
Definition at line 4578 of file treelistctrl.cpp. References AdjustMyScrollbars(), and wxTreeListItem::GetY(). |
|
|
Definition at line 3124 of file treelistctrl.cpp. References CalculatePositions(), wxTreeListCtrl::GetHeaderWindow(), GetLineHeight(), wxTreeListItem::GetSize(), wxTreeListHeaderWindow::GetWidth(), and wxTreeListItem::GetY(). Referenced by EnsureVisible(), and wxTreeListCtrl::ScrollTo(). |
|
|
Definition at line 3060 of file treelistctrl.cpp. References GetFirstChild(), GetLastChild(), GetRootItem(), SendEvent(), TagAllChildrenUntilLast(), and TagNextChildren(). Referenced by wxTreeListCtrl::SelectAll(). |
|
||||||||||||||||
|
Definition at line 2992 of file treelistctrl.cpp. References CalculatePositions(), wxTreeListItem::GetY(), wxTreeListItem::IsSelected(), RefreshLine(), SendEvent(), wxTreeListItem::SetHilight(), TagAllChildrenUntilLast(), TagNextChildren(), Unselect(), and UnselectAll(). Referenced by DoDeleteItem(), OnChar(), OnMouse(), and wxTreeListCtrl::SelectItem(). |
|
||||||||||||||||
|
Definition at line 4750 of file treelistctrl.cpp. Referenced by Collapse(), DeleteRoot(), DoDeleteItem(), EditLabel(), Expand(), OnChar(), OnMouse(), OnRenameAccept(), SelectAll(), and SelectItem(). |
|
|
Definition at line 4641 of file treelistctrl.cpp. Referenced by Create(), and wxTreeListCtrl::SetBackgroundColour(). |
|
|
Definition at line 3327 of file treelistctrl.cpp. References CalculateLineHeight(). Referenced by AssignButtonsImageList(), and wxTreeListCtrl::SetButtonsImageList(). |
|
|
Definition at line 2829 of file treelistctrl.cpp. References RefreshLine(). |
|
|
Definition at line 2826 of file treelistctrl.cpp. Referenced by AddRoot(), DeleteRoot(), DoDeleteItem(), OnChar(), OnMouse(), and wxTreeListCtrl::SetCurrentItem(). |
|
|
Definition at line 3270 of file treelistctrl.cpp. References RefreshLine(). Referenced by wxTreeListCtrl::SetDragItem(). |
|
|
Definition at line 4677 of file treelistctrl.cpp. Referenced by OnMouse(), and wxTreeListCtrl::SetFocus(). |
|
|
Definition at line 2341 of file treelistctrl.cpp. References CalculateLineHeight(). Referenced by wxTreeListCtrl::SetFont(). |
|
|
Definition at line 4648 of file treelistctrl.cpp. Referenced by wxTreeListCtrl::SetForegroundColour(). |
|
|
Definition at line 3313 of file treelistctrl.cpp. References CalculateLineHeight(). Referenced by AssignImageList(), and wxTreeListCtrl::SetImageList(). |
|
|
Definition at line 2116 of file treelistctrl.cpp. References MININDENT. Referenced by wxTreeListCtrl::SetIndent(). |
|
||||||||||||||||
|
Definition at line 2320 of file treelistctrl.cpp. References wxTreeListItem::Attr(), and RefreshLine(). |
|
||||||||||||
|
Definition at line 2314 of file treelistctrl.cpp. References wxTreeListItem::Attr(), and RefreshLine(). Referenced by wxTreeListCtrl::SetItemBackgroundColour(). |
|
||||||||||||||||
|
Definition at line 2292 of file treelistctrl.cpp. References RefreshLine(), and wxTreeListItem::SetBold(). |
|
||||||||||||
|
Definition at line 2284 of file treelistctrl.cpp. References wxTreeListItem::IsBold(), RefreshLine(), and wxTreeListItem::SetBold(). Referenced by wxTreeListCtrl::SetItemBold(). |
|
||||||||||||||||
|
Definition at line 2279 of file treelistctrl.cpp. References wxTreeListItem::SetData(). |
|
||||||||||||
|
Definition at line 2275 of file treelistctrl.cpp. References wxTreeListItem::SetData(). Referenced by wxTreeListCtrl::SetItemData(). |
|
||||||||||||||||
|
Definition at line 2333 of file treelistctrl.cpp. References wxTreeListItem::Attr(), and RefreshLine(). |
|
||||||||||||
|
Definition at line 2327 of file treelistctrl.cpp. References wxTreeListItem::Attr(), and RefreshLine(). Referenced by wxTreeListCtrl::SetItemFont(). |
|
||||||||||||
|
Definition at line 2259 of file treelistctrl.cpp. References RefreshLine(), and wxTreeListItem::SetHasPlus(). Referenced by wxTreeListCtrl::SetItemHasChildren(). |
|
||||||||||||||||||||
|
Definition at line 2266 of file treelistctrl.cpp. References CalculateSize(), RefreshLine(), and wxTreeListItem::SetImage(). |
|
||||||||||||||||
|
Definition at line 376 of file treelistctrl.cpp. Referenced by wxTreeListCtrl::SetItemImage(). |
|
||||||||||||
|
Definition at line 2806 of file treelistctrl.cpp. References wxTreeListItem::Expand(), wxTreeListItem::GetChildren(), wxTreeListItem::GetItemParent(), wxTreeListItem::Insert(), and wxTreeListItem::SetItemParent(). Referenced by wxTreeListCtrl::SetItemParent(). |
|
||||||||||||||||
|
Definition at line 4655 of file treelistctrl.cpp. References CalculateSize(), RefreshLine(), and wxTreeListItem::SetText(). Referenced by OnRenameAccept(), and wxTreeListCtrl::SetItemText(). |
|
||||||||||||||||
|
Definition at line 2307 of file treelistctrl.cpp. References wxTreeListItem::Attr(), and RefreshLine(). |
|
||||||||||||
|
Definition at line 2301 of file treelistctrl.cpp. References wxTreeListItem::Attr(), and RefreshLine(). Referenced by wxTreeListCtrl::SetItemTextColour(). |
|
||||||||||||
|
Definition at line 2154 of file treelistctrl.cpp. References wxTreeListItem::SetToolTip(). Referenced by wxTreeListCtrl::SetItemToolTip(). |
|
|
Definition at line 2121 of file treelistctrl.cpp. References CalculateLineHeight(). Referenced by wxTreeListCtrl::SetLineSpacing(). |
|
|
Definition at line 620 of file treelistctrl.cpp. References wxTreeListHeaderWindow::GetColumnCount(). Referenced by wxTreeListCtrl::SetMainColumn(). |
|
|
Definition at line 3321 of file treelistctrl.cpp. Referenced by AssignStateImageList(), and wxTreeListCtrl::SetStateImageList(). |
|
|
Definition at line 2148 of file treelistctrl.cpp. |
|
|
Definition at line 2143 of file treelistctrl.cpp. Referenced by wxTreeListCtrl::SetToolTip(). |
|
|
Definition at line 2133 of file treelistctrl.cpp. References UnselectAll(). Referenced by wxTreeListCtrl::SetWindowStyle(). |
|
||||||||||||||||
|
Definition at line 3183 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(), s_treeBeingSorted, and tree_ctrl_compare_func(). Referenced by wxTreeListCtrl::SortChildren(). |
|
||||||||||||
|
Definition at line 2974 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(), wxTreeListItem::HasChildren(), wxTreeListItem::IsExpanded(), RefreshLine(), and wxTreeListItem::SetHilight(). Referenced by SelectAll(), SelectItem(), and TagNextChildren(). |
|
||||||||||||
|
Definition at line 2951 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(), wxTreeListItem::GetItemParent(), GetRootItem(), wxTreeListItem::HasChildren(), wxTreeListItem::IsExpanded(), and TagAllChildrenUntilLast(). Referenced by SelectAll(), and SelectItem(). |
|
|
Definition at line 2905 of file treelistctrl.cpp. References Collapse(), Expand(), and IsExpanded(). Referenced by OnChar(), OnMouse(), and wxTreeListCtrl::Toggle(). |
|
|
Definition at line 2915 of file treelistctrl.cpp. References RefreshLine(), and wxTreeListItem::SetHilight(). Referenced by SelectItem(), and wxTreeListCtrl::Unselect(). |
|
|
Definition at line 2941 of file treelistctrl.cpp. References GetRootItem(), and UnselectAllChildren(). Referenced by SelectItem(), SetWindowStyle(), and wxTreeListCtrl::UnselectAll(). |
|
|
Definition at line 2923 of file treelistctrl.cpp. References wxTreeListItem::GetChildren(), wxTreeListItem::HasChildren(), wxTreeListItem::IsSelected(), RefreshLine(), and wxTreeListItem::SetHilight(). Referenced by UnselectAll(). |
|
|
Definition at line 258 of file treelistctrl.cpp. Referenced by EditLabel(). |
|
|
Definition at line 256 of file treelistctrl.cpp. Referenced by AddRoot(), and DoInsertItem(). |
|
|
Definition at line 257 of file treelistctrl.cpp. |
|
|
Definition at line 635 of file treelistctrl.cpp. |
|
|
Definition at line 648 of file treelistctrl.cpp. Referenced by wxTreeListItem::HitTest(). |
|
|
Definition at line 648 of file treelistctrl.cpp. Referenced by wxTreeListItem::HitTest(). |
|
|
Definition at line 647 of file treelistctrl.cpp. Referenced by wxTreeListItem::HitTest(). |
|
|
Definition at line 647 of file treelistctrl.cpp. Referenced by wxTreeListItem::HitTest(). |
|
|
Definition at line 643 of file treelistctrl.cpp. |
|
|
Definition at line 638 of file treelistctrl.cpp. |
|
|
Definition at line 659 of file treelistctrl.cpp. |
|
|
Definition at line 654 of file treelistctrl.cpp. |
|
|
Definition at line 675 of file treelistctrl.cpp. |
|
|
Definition at line 674 of file treelistctrl.cpp. |
|
|
Definition at line 673 of file treelistctrl.cpp. |
|
|
Definition at line 679 of file treelistctrl.cpp. |
|
|
Definition at line 681 of file treelistctrl.cpp. |
|
|
Definition at line 682 of file treelistctrl.cpp. |
|
|
Definition at line 677 of file treelistctrl.cpp. |
|
|
Definition at line 680 of file treelistctrl.cpp. |
|
|
Definition at line 678 of file treelistctrl.cpp. |
|
|
Definition at line 686 of file treelistctrl.cpp. |
|
|
Definition at line 685 of file treelistctrl.cpp. |
|
|
Definition at line 657 of file treelistctrl.cpp. |
|
|
Definition at line 655 of file treelistctrl.cpp. |
|
|
Definition at line 655 of file treelistctrl.cpp. |
|
|
Definition at line 667 of file treelistctrl.cpp. |
|
|
Definition at line 667 of file treelistctrl.cpp. |
|
|
Definition at line 667 of file treelistctrl.cpp. |
|
|
Definition at line 650 of file treelistctrl.cpp. Referenced by wxTreeListItem::HitTest(). |
|
|
Definition at line 650 of file treelistctrl.cpp. Referenced by wxTreeListItem::HitTest(). |
|
|
Definition at line 649 of file treelistctrl.cpp. Referenced by wxTreeListItem::HitTest(). |
|
|
Definition at line 649 of file treelistctrl.cpp. |
|
|
Definition at line 651 of file treelistctrl.cpp. |
|
|
Definition at line 672 of file treelistctrl.cpp. |
|
|
Definition at line 671 of file treelistctrl.cpp. |
|
|
Definition at line 688 of file treelistctrl.cpp. |
|
|
Definition at line 664 of file treelistctrl.cpp. |
|
|
Definition at line 665 of file treelistctrl.cpp. |
|
|
Definition at line 652 of file treelistctrl.cpp. |
|
|
Definition at line 653 of file treelistctrl.cpp. |
|
|
Definition at line 642 of file treelistctrl.cpp. |
|
|
Definition at line 634 of file treelistctrl.cpp. |
|
|
Definition at line 632 of file treelistctrl.cpp. Referenced by wxTreeListItem::HitTest(). |
|
|
Definition at line 661 of file treelistctrl.cpp. |
|
|
Definition at line 661 of file treelistctrl.cpp. |
|
|
Definition at line 661 of file treelistctrl.cpp. |
|
|
Definition at line 645 of file treelistctrl.cpp. |
|
|
Definition at line 637 of file treelistctrl.cpp. |
|
|
Definition at line 640 of file treelistctrl.cpp. |
|
|
Definition at line 639 of file treelistctrl.cpp. |
|
|
Definition at line 644 of file treelistctrl.cpp. |
|
|
Definition at line 689 of file treelistctrl.cpp. |
|
|
Definition at line 690 of file treelistctrl.cpp. |
1.3.9.1