Hugintrunk
0.1
|
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, wxTreeItemIdValue &cookie) const |
wxTreeItemId | GetNextChild (const wxTreeItemId &item, wxTreeItemIdValue &cookie) const |
wxTreeItemId | GetPrevChild (const wxTreeItemId &item, wxTreeItemIdValue &cookie) const |
wxTreeItemId | GetLastChild (const wxTreeItemId &item, wxTreeItemIdValue &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) |
bool | MatchItemText (const wxString &itemText, const wxString &pattern, int mode) |
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) |
void | OnDpiChanged (wxDPIChangedEvent &e) |
Friends | |
class | wxTreeListItem |
class | wxTreeListRenameTimer |
class | wxEditTextCtrl |
Definition at line 246 of file treelistctrl.cpp.
|
inline |
Definition at line 255 of file treelistctrl.cpp.
References Init().
|
inline |
Definition at line 257 of file treelistctrl.cpp.
|
virtual |
Definition at line 1950 of file treelistctrl.cpp.
References DeleteRoot(), m_editControl, m_editTimer, m_findTimer, m_hilightBrush, m_hilightUnfocusedBrush, m_imageListButtons, m_imageListNormal, m_imageListState, m_ownsImageListButtons, m_ownsImageListNormal, m_ownsImageListState, and wxcode::wxEditTextCtrl::SetOwner().
wxTreeItemId wxcode::wxTreeListMainWindow::AddRoot | ( | const wxString & | text, |
int | image = -1 , |
||
int | selectedImage = -1 , |
||
wxTreeItemData * | data = NULL |
||
) |
Definition at line 2470 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::Expand(), GetColumnCount(), GetFirstChild(), m_dirty, m_main_column, m_rootItem, SetCurrentItem(), wxcode::wxTreeListItem::SetHasPlus(), and wxTreeListItem.
Referenced by wxcode::wxTreeListCtrl::AddRoot().
void wxcode::wxTreeListMainWindow::AdjustMyScrollbars | ( | ) |
Definition at line 3169 of file treelistctrl.cpp.
References wxcode::wxTreeListCtrl::GetHeaderWindow(), wxcode::wxTreeListItem::GetSize(), wxcode::wxTreeListHeaderWindow::GetWidth(), m_lineHeight, m_owner, and m_rootItem.
Referenced by wxcode::wxTreeListHeaderWindow::AddColumn(), wxcode::wxTreeListHeaderWindow::InsertColumn(), OnIdle(), RefreshSubtree(), wxcode::wxTreeListHeaderWindow::RemoveColumn(), wxcode::wxTreeListHeaderWindow::SetColumn(), and wxcode::wxTreeListHeaderWindow::SetColumnWidth().
wxTreeItemId wxcode::wxTreeListMainWindow::AppendItem | ( | const wxTreeItemId & | parent, |
const wxString & | text, | ||
int | image = -1 , |
||
int | selectedImage = -1 , |
||
wxTreeItemData * | data = NULL |
||
) |
Definition at line 2528 of file treelistctrl.cpp.
References data, DoInsertItem(), and wxcode::wxTreeListItem::GetChildren().
Referenced by wxcode::wxTreeListCtrl::AppendItem().
void wxcode::wxTreeListMainWindow::AssignButtonsImageList | ( | wxImageList * | imageList | ) |
Definition at line 3160 of file treelistctrl.cpp.
References m_ownsImageListButtons, and SetButtonsImageList().
Referenced by wxcode::wxTreeListCtrl::AssignButtonsImageList().
void wxcode::wxTreeListMainWindow::AssignImageList | ( | wxImageList * | imageList | ) |
Definition at line 3150 of file treelistctrl.cpp.
References m_ownsImageListNormal, and SetImageList().
Referenced by wxcode::wxTreeListCtrl::AssignImageList().
void wxcode::wxTreeListMainWindow::AssignStateImageList | ( | wxImageList * | imageList | ) |
Definition at line 3155 of file treelistctrl.cpp.
References m_ownsImageListState, and SetStateImageList().
Referenced by wxcode::wxTreeListCtrl::AssignStateImageList().
|
protected |
Definition at line 4308 of file treelistctrl.cpp.
References CalculateSize(), wxcode::wxTreeListItem::GetChildren(), GetLineHeight(), HasButtons(), wxcode::wxTreeListItem::IsExpanded(), wxcode::LINEATROOT, m_btnWidth, m_btnWidth2, m_indent, wxcode::MARGIN, wxcode::wxTreeListItem::SetX(), and wxcode::wxTreeListItem::SetY().
Referenced by CalculatePositions().
|
protected |
Definition at line 3092 of file treelistctrl.cpp.
References m_imageListButtons, m_imageListNormal, m_lineHeight, m_linespacing, and m_normalFont.
Referenced by OnDpiChanged(), SetButtonsImageList(), SetFont(), SetImageList(), and SetLineSpacing().
|
protected |
Definition at line 4347 of file treelistctrl.cpp.
References CalculateLevel(), wxcode::wxTreeListHeaderWindow::GetColumnWidth(), wxcode::wxTreeListCtrl::GetHeaderWindow(), GetMainColumn(), wxcode::wxTreeListHeaderWindow::IsColumnShown(), m_dottedPen, m_normalFont, m_owner, and m_rootItem.
Referenced by EditLabel(), OnIdle(), ScrollTo(), and SelectItem().
|
protected |
Definition at line 4283 of file treelistctrl.cpp.
References GetItemFont(), wxcode::wxTreeListItem::GetText(), m_imgHeight, m_imgWidth, m_lineHeight, m_main_column, m_normalFont, wxcode::wxTreeListItem::SetHeight(), and wxcode::wxTreeListItem::SetWidth().
Referenced by CalculateLevel(), SetItemImage(), and SetItemText().
void wxcode::wxTreeListMainWindow::Collapse | ( | const wxTreeItemId & | item | ) |
Definition at line 2715 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::Collapse(), wxcode::wxTreeListItem::HasPlus(), wxcode::wxTreeListItem::IsExpanded(), m_curColumn, m_dirty, and SendEvent().
Referenced by wxcode::wxTreeListCtrl::Collapse(), CollapseAndReset(), OnChar(), and Toggle().
void wxcode::wxTreeListMainWindow::CollapseAndReset | ( | const wxTreeItemId & | item | ) |
Definition at line 2734 of file treelistctrl.cpp.
References Collapse(), and DeleteChildren().
Referenced by wxcode::wxTreeListCtrl::CollapseAndReset().
bool wxcode::wxTreeListMainWindow::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") |
||
) |
Definition at line 1897 of file treelistctrl.cpp.
References m_dottedPen, m_main_column, m_owner, OnCaptureLost(), OnChar(), OnDpiChanged(), OnEraseBackground(), OnIdle(), OnKillFocus(), OnMouse(), OnPaint(), OnScroll(), OnSetFocus(), and SetBackgroundColour().
Referenced by wxTreeListMainWindow().
void wxcode::wxTreeListMainWindow::Delete | ( | const wxTreeItemId & | item | ) |
Definition at line 2541 of file treelistctrl.cpp.
References DoDeleteItem(), wxcode::wxTreeListItem::GetItemParent(), and m_rootItem.
Referenced by wxcode::wxTreeListCtrl::Delete().
void wxcode::wxTreeListMainWindow::DeleteChildren | ( | const wxTreeItemId & | item | ) |
Definition at line 2571 of file treelistctrl.cpp.
References DoDeleteItem(), and wxcode::wxTreeListItem::GetChildren().
Referenced by CollapseAndReset(), wxcode::wxTreeListCtrl::DeleteChildren(), and DeleteRoot().
void wxcode::wxTreeListMainWindow::DeleteRoot | ( | ) |
Definition at line 2558 of file treelistctrl.cpp.
References DeleteChildren(), m_rootItem, m_selectItem, m_shiftItem, SendEvent(), and SetCurrentItem().
Referenced by wxcode::wxTreeListCtrl::DeleteRoot(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 2587 of file treelistctrl.cpp.
References data, wxcode::wxEditTextCtrl::EndEdit(), wxcode::wxTreeListItem::GetChildren(), GetItemData(), wxcode::wxTreeListItem::GetItemParent(), m_curItem, m_dirty, m_dragItem, m_editControl, m_isDragging, m_isDragStarted, m_selectItem, m_shiftItem, SelectItem(), SendEvent(), and SetCurrentItem().
Referenced by Delete(), and DeleteChildren().
|
protected |
Definition at line 2448 of file treelistctrl.cpp.
References GetColumnCount(), wxcode::wxTreeListItem::Insert(), m_dirty, m_main_column, and wxTreeListItem.
Referenced by AppendItem(), InsertItem(), and PrependItem().
void wxcode::wxTreeListMainWindow::EditLabel | ( | const wxTreeItemId & | item, |
int | column | ||
) |
Definition at line 3875 of file treelistctrl.cpp.
References CalculatePositions(), wxcode::wxEditTextCtrl::EndEdit(), wxcode::wxTreeListHeaderWindow::GetColumnAlignment(), GetColumnCount(), wxcode::wxTreeListHeaderWindow::GetColumnWidth(), wxcode::wxTreeListCtrl::GetHeaderWindow(), wxcode::wxTreeListItem::GetHeight(), GetMainColumn(), wxcode::wxTreeListItem::GetText(), wxcode::wxTreeListItem::GetTextX(), wxcode::wxTreeListItem::GetWidth(), wxcode::wxTreeListItem::GetY(), vigra_ext::EMoR::h, wxcode::wxTreeListHeaderWindow::IsColumnShown(), m_dirty, m_editAccept, m_editCol, m_editControl, m_editItem, m_editRes, m_owner, SendEvent(), and wxEditTextCtrl.
Referenced by wxcode::wxTreeListCtrl::EditLabel(), and OnRenameTimer().
void wxcode::wxTreeListMainWindow::EndEdit | ( | bool | isCancelled | ) |
Definition at line 3955 of file treelistctrl.cpp.
References wxcode::wxEditTextCtrl::EndEdit(), and m_editControl.
Referenced by wxcode::wxTreeListCtrl::EndEdit(), and wxcode::wxTreeListHeaderWindow::OnMouse().
void wxcode::wxTreeListMainWindow::EnsureVisible | ( | const wxTreeItemId & | item | ) |
Definition at line 2933 of file treelistctrl.cpp.
References Expand(), wxcode::wxTreeListCtrl::GetItemParent(), wxcode::wxTreeListItem::GetItemParent(), RefreshLine(), and ScrollTo().
Referenced by wxcode::wxTreeListCtrl::EnsureVisible(), OnChar(), and OnMouse().
void wxcode::wxTreeListMainWindow::Expand | ( | const wxTreeItemId & | item | ) |
Definition at line 2683 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::Expand(), wxcode::wxTreeListItem::HasPlus(), wxcode::wxTreeListItem::IsExpanded(), m_curColumn, m_dirty, and SendEvent().
Referenced by EnsureVisible(), wxcode::wxTreeListCtrl::Expand(), ExpandAll(), OnChar(), and Toggle().
void wxcode::wxTreeListMainWindow::ExpandAll | ( | const wxTreeItemId & | item | ) |
Definition at line 2702 of file treelistctrl.cpp.
References Expand(), GetFirstChild(), GetNextChild(), and IsExpanded().
Referenced by wxcode::wxTreeListCtrl::ExpandAll(), and OnChar().
|
protected |
Definition at line 2915 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetChildren(), wxcode::wxTreeListItem::HasChildren(), and wxcode::wxTreeListItem::IsSelected().
Referenced by GetSelections().
wxTreeItemId wxcode::wxTreeListMainWindow::FindItem | ( | const wxTreeItemId & | item, |
int | column, | ||
const wxString & | str, | ||
int | mode = 0 |
||
) |
Definition at line 3044 of file treelistctrl.cpp.
References GetColumnCount(), GetFirstChild(), GetItemText(), GetNext(), GetNextExpanded(), GetNextSibling(), GetNextVisible(), GetRootItem(), MatchItemText(), wxcode::wxTL_MODE_NAV_EXPANDED, wxcode::wxTL_MODE_NAV_LEVEL, and wxcode::wxTL_MODE_NAV_VISIBLE.
Referenced by wxcode::wxTreeListCtrl::FindItem(), and OnChar().
int wxcode::wxTreeListMainWindow::GetBestColumnWidth | ( | int | column, |
wxTreeItemId | parent = wxTreeItemId() |
||
) |
Definition at line 4512 of file treelistctrl.cpp.
References GetFirstChild(), GetItemWidth(), GetNextChild(), GetRootItem(), and vigra_ext::EMoR::h.
Referenced by wxcode::wxTreeListHeaderWindow::OnMouse().
bool wxcode::wxTreeListMainWindow::GetBoundingRect | ( | const wxTreeItemId & | item, |
wxRect & | rect, | ||
bool | textOnly = false |
||
) | const |
Definition at line 3854 of file treelistctrl.cpp.
References GetLineHeight().
Referenced by wxcode::wxTreeListCtrl::GetBoundingRect(), and IsVisible().
|
inline |
Definition at line 310 of file treelistctrl.cpp.
References m_imageListButtons.
Referenced by wxcode::wxTreeListCtrl::GetButtonsImageList().
size_t wxcode::wxTreeListMainWindow::GetChildrenCount | ( | const wxTreeItemId & | item, |
bool | recursively = true |
||
) |
Definition at line 1988 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListCtrl::GetChildrenCount().
|
inline |
Definition at line 603 of file treelistctrl.cpp.
References wxcode::wxTreeListHeaderWindow::GetColumnCount(), wxcode::wxTreeListCtrl::GetHeaderWindow(), and m_owner.
Referenced by AddRoot(), DoInsertItem(), EditLabel(), FindItem(), wxcode::wxTreeListCtrl::GetColumnCount(), wxcode::wxTreeListItem::HitTest(), OnChar(), OnPaint(), PaintItem(), SetMainColumn(), and wxcode::wxTreeListItem::SetText().
size_t wxcode::wxTreeListMainWindow::GetCount | ( | ) | const |
Definition at line 1973 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetChildrenCount(), and m_rootItem.
Referenced by wxcode::wxTreeListCtrl::GetCount().
|
inline |
Definition at line 610 of file treelistctrl.cpp.
References m_curColumn, and m_main_column.
Referenced by OnMouse(), and OnRenameTimer().
wxTreeItemId wxcode::wxTreeListMainWindow::GetFirstChild | ( | const wxTreeItemId & | item, |
wxTreeItemIdValue & | cookie | ||
) | const |
Definition at line 2286 of file treelistctrl.cpp.
Referenced by AddRoot(), ExpandAll(), FindItem(), GetBestColumnWidth(), wxcode::wxTreeListCtrl::GetFirstChild(), OnChar(), and SelectAll().
wxTreeItemId wxcode::wxTreeListMainWindow::GetFirstExpandedItem | ( | ) | const |
Definition at line 2390 of file treelistctrl.cpp.
References GetNextExpanded(), and GetRootItem().
Referenced by wxcode::wxTreeListCtrl::GetFirstExpandedItem().
wxTreeItemId wxcode::wxTreeListMainWindow::GetFirstVisible | ( | bool | fullRow, |
bool | within | ||
) | const |
Definition at line 2404 of file treelistctrl.cpp.
References GetNextVisible(), GetRootItem(), and IsVisible().
Referenced by wxcode::wxTreeListCtrl::GetFirstVisible(), and OnChar().
|
inline |
Definition at line 308 of file treelistctrl.cpp.
References m_imageListNormal.
Referenced by wxcode::wxTreeListCtrl::GetImageList(), and wxcode::wxTreeListHeaderWindow::OnPaint().
|
inline |
Definition at line 289 of file treelistctrl.cpp.
References m_indent.
Referenced by wxcode::wxTreeListCtrl::GetIndent(), and GetItemWidth().
wxColour wxcode::wxTreeListMainWindow::GetItemBackgroundColour | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2071 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetAttributes().
Referenced by wxcode::wxTreeListCtrl::GetItemBackgroundColour(), GetItemBackgroundColour(), and PaintItem().
wxColour wxcode::wxTreeListMainWindow::GetItemBackgroundColour | ( | const wxTreeItemId & | item, |
int | column | ||
) | const |
Definition at line 2081 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetAttributes(), and GetItemBackgroundColour().
bool wxcode::wxTreeListMainWindow::GetItemBold | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2041 of file treelistctrl.cpp.
References IsBold().
Referenced by wxcode::wxTreeListCtrl::GetItemBold().
bool wxcode::wxTreeListMainWindow::GetItemBold | ( | const wxTreeItemId & | item, |
int | column | ||
) | const |
Definition at line 2045 of file treelistctrl.cpp.
References IsBold().
wxTreeItemData * wxcode::wxTreeListMainWindow::GetItemData | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2032 of file treelistctrl.cpp.
Referenced by DoDeleteItem(), and wxcode::wxTreeListCtrl::GetItemData().
wxTreeItemData * wxcode::wxTreeListMainWindow::GetItemData | ( | const wxTreeItemId & | item, |
int | column | ||
) | const |
Definition at line 2036 of file treelistctrl.cpp.
wxFont wxcode::wxTreeListMainWindow::GetItemFont | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2092 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetAttributes(), m_boldFont, and m_normalFont.
Referenced by CalculateSize(), wxcode::wxTreeListCtrl::GetItemFont(), GetItemWidth(), and PaintItem().
wxFont wxcode::wxTreeListMainWindow::GetItemFont | ( | const wxTreeItemId & | item, |
int | column | ||
) | const |
Definition at line 2104 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetAttributes(), m_boldFont, and m_normalFont.
|
inline |
Definition at line 334 of file treelistctrl.cpp.
References GetItemImage(), and GetMainColumn().
Referenced by wxcode::wxTreeListCtrl::GetItemImage(), and GetItemImage().
int wxcode::wxTreeListMainWindow::GetItemImage | ( | const wxTreeItemId & | item, |
int | column, | ||
wxTreeItemIcon | which = wxTreeItemIcon_Normal |
||
) | const |
Definition at line 2027 of file treelistctrl.cpp.
wxTreeItemId wxcode::wxTreeListMainWindow::GetItemParent | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2281 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListCtrl::GetItemParent(), GetNext(), GetPrev(), and OnChar().
wxString wxcode::wxTreeListMainWindow::GetItemText | ( | const wxTreeItemId & | item, |
int | column | ||
) | const |
Definition at line 4464 of file treelistctrl.cpp.
References IsVirtual(), m_owner, and wxcode::wxTreeListCtrl::OnGetItemText().
Referenced by FindItem(), wxcode::wxTreeListCtrl::GetItemText(), wxcode::wxTreeListItem::GetText(), and OnChar().
wxString wxcode::wxTreeListMainWindow::GetItemText | ( | wxTreeItemData * | item, |
int | column | ||
) | const |
Definition at line 4471 of file treelistctrl.cpp.
References IsVirtual(), m_owner, and wxcode::wxTreeListCtrl::OnGetItemText().
wxColour wxcode::wxTreeListMainWindow::GetItemTextColour | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2050 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetAttributes().
Referenced by wxcode::wxTreeListCtrl::GetItemTextColour(), GetItemTextColour(), and PaintItem().
wxColour wxcode::wxTreeListMainWindow::GetItemTextColour | ( | const wxTreeItemId & | item, |
int | column | ||
) | const |
Definition at line 2060 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetAttributes(), and GetItemTextColour().
int wxcode::wxTreeListMainWindow::GetItemWidth | ( | int | column, |
wxTreeListItem * | item | ||
) |
Definition at line 4481 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetCurrentImage(), GetIndent(), GetItemFont(), wxcode::wxTreeListItem::GetItemParent(), GetMainColumn(), GetRootItem(), wxcode::wxTreeListItem::GetText(), vigra_ext::EMoR::h, HasButtons(), wxcode::LINEATROOT, m_btnWidth, m_imgWidth, wxcode::MARGIN, and wxcode::NO_IMAGE.
Referenced by GetBestColumnWidth().
wxTreeItemId wxcode::wxTreeListMainWindow::GetLastChild | ( | const wxTreeItemId & | item, |
wxTreeItemIdValue & | cookie | ||
) | const |
Definition at line 2312 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListCtrl::GetLastChild(), OnChar(), and SelectAll().
wxTreeItemId wxcode::wxTreeListMainWindow::GetLastVisible | ( | bool | fullRow, |
bool | within | ||
) | const |
Definition at line 2422 of file treelistctrl.cpp.
References GetNext(), GetRootItem(), and IsVisible().
Referenced by wxcode::wxTreeListCtrl::GetLastVisible(), and OnChar().
|
protected |
Definition at line 3188 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetHeight(), and m_lineHeight.
Referenced by CalculateLevel(), GetBoundingRect(), wxcode::wxTreeListItem::GetSize(), wxcode::wxTreeListItem::HitTest(), PaintItem(), PaintLevel(), RefreshLine(), and ScrollTo().
|
inline |
Definition at line 293 of file treelistctrl.cpp.
References m_linespacing.
Referenced by wxcode::wxTreeListCtrl::GetLineSpacing().
|
inline |
Definition at line 609 of file treelistctrl.cpp.
References m_main_column.
Referenced by CalculatePositions(), EditLabel(), wxcode::wxTreeListItem::GetImage(), GetItemImage(), GetItemWidth(), wxcode::wxTreeListCtrl::GetMainColumn(), wxcode::wxTreeListItem::HitTest(), OnPaint(), PaintItem(), wxcode::wxTreeListItem::SetImage(), and SetItemImage().
wxTreeItemId wxcode::wxTreeListMainWindow::GetNext | ( | const wxTreeItemId & | item, |
bool | fulltree = true |
||
) | const |
Definition at line 2353 of file treelistctrl.cpp.
References GetItemParent(), and GetNextSibling().
Referenced by FindItem(), GetLastVisible(), wxcode::wxTreeListCtrl::GetNext(), GetNextExpanded(), and GetNextVisible().
wxTreeItemId wxcode::wxTreeListMainWindow::GetNextChild | ( | const wxTreeItemId & | item, |
wxTreeItemIdValue & | cookie | ||
) | const |
Definition at line 2294 of file treelistctrl.cpp.
Referenced by ExpandAll(), GetBestColumnWidth(), and wxcode::wxTreeListCtrl::GetNextChild().
wxTreeItemId wxcode::wxTreeListMainWindow::GetNextExpanded | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2394 of file treelistctrl.cpp.
References GetNext().
Referenced by FindItem(), GetFirstExpandedItem(), and wxcode::wxTreeListCtrl::GetNextExpanded().
wxTreeItemId wxcode::wxTreeListMainWindow::GetNextSibling | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2322 of file treelistctrl.cpp.
References wxcode::wxTreeListCtrl::GetItemParent().
Referenced by FindItem(), GetNext(), wxcode::wxTreeListCtrl::GetNextSibling(), and OnChar().
wxTreeItemId wxcode::wxTreeListMainWindow::GetNextVisible | ( | const wxTreeItemId & | item, |
bool | fullRow, | ||
bool | within | ||
) | const |
Definition at line 2412 of file treelistctrl.cpp.
References GetNext(), and IsVisible().
Referenced by FindItem(), GetFirstVisible(), and wxcode::wxTreeListCtrl::GetNextVisible().
wxTreeItemId wxcode::wxTreeListMainWindow::GetPrev | ( | const wxTreeItemId & | item, |
bool | fulltree = true |
||
) | const |
Definition at line 2373 of file treelistctrl.cpp.
References GetItemParent(), and GetPrevSibling().
Referenced by wxcode::wxTreeListCtrl::GetPrev(), GetPrevExpanded(), and GetPrevVisible().
wxTreeItemId wxcode::wxTreeListMainWindow::GetPrevChild | ( | const wxTreeItemId & | item, |
wxTreeItemIdValue & | cookie | ||
) | const |
Definition at line 2303 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListCtrl::GetPrevChild().
wxTreeItemId wxcode::wxTreeListMainWindow::GetPrevExpanded | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2399 of file treelistctrl.cpp.
References GetPrev().
Referenced by wxcode::wxTreeListCtrl::GetPrevExpanded().
wxTreeItemId wxcode::wxTreeListMainWindow::GetPrevSibling | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2337 of file treelistctrl.cpp.
References wxcode::wxTreeListCtrl::GetItemParent().
Referenced by GetPrev(), wxcode::wxTreeListCtrl::GetPrevSibling(), and OnChar().
wxTreeItemId wxcode::wxTreeListMainWindow::GetPrevVisible | ( | const wxTreeItemId & | item, |
bool | fullRow, | ||
bool | within | ||
) | const |
Definition at line 2432 of file treelistctrl.cpp.
References GetPrev(), and IsVisible().
Referenced by wxcode::wxTreeListCtrl::GetPrevVisible().
|
inline |
Definition at line 430 of file treelistctrl.cpp.
References m_rootItem.
Referenced by FindItem(), GetBestColumnWidth(), GetFirstExpandedItem(), GetFirstVisible(), GetItemWidth(), GetLastVisible(), wxcode::wxTreeListCtrl::GetRootItem(), GetSelections(), OnChar(), SelectAll(), TagNextChildren(), and UnselectAll().
|
inline |
Definition at line 433 of file treelistctrl.cpp.
References m_selectItem.
Referenced by wxcode::wxTreeListCtrl::GetSelection().
size_t wxcode::wxTreeListMainWindow::GetSelections | ( | wxArrayTreeItemIds & | array | ) | const |
Definition at line 2926 of file treelistctrl.cpp.
References FillArray(), and GetRootItem().
Referenced by wxcode::wxTreeListCtrl::GetSelections().
|
inline |
Definition at line 309 of file treelistctrl.cpp.
References m_imageListState.
Referenced by wxcode::wxTreeListCtrl::GetStateImageList().
|
inlineprotected |
Definition at line 689 of file treelistctrl.cpp.
References m_imageListButtons.
Referenced by CalculateLevel(), GetItemWidth(), wxcode::wxTreeListItem::HitTest(), OnPaint(), PaintItem(), and PaintLevel().
bool wxcode::wxTreeListMainWindow::HasChildren | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2251 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListCtrl::HasChildren(), and OnChar().
|
inline |
Definition at line 548 of file treelistctrl.cpp.
References flags.
Referenced by wxcode::wxTreeListCtrl::HitTest(), and HitTest().
|
inline |
Definition at line 550 of file treelistctrl.cpp.
References HitTest().
wxTreeItemId wxcode::wxTreeListMainWindow::HitTest | ( | const wxPoint & | point, |
int & | flags, | ||
int & | column | ||
) |
Definition at line 3825 of file treelistctrl.cpp.
References vigra_ext::EMoR::h, wxcode::wxTreeListItem::HitTest(), and m_rootItem.
|
protected |
Definition at line 1837 of file treelistctrl.cpp.
References wxcode::LINEHEIGHT, and wxcode::MININDENT.
Referenced by wxTreeListMainWindow().
wxTreeItemId wxcode::wxTreeListMainWindow::InsertItem | ( | const wxTreeItemId & | parent, |
const wxTreeItemId & | idPrevious, | ||
const wxString & | text, | ||
int | image = -1 , |
||
int | selectedImage = -1 , |
||
wxTreeItemData * | data = NULL |
||
) |
Definition at line 2502 of file treelistctrl.cpp.
References DoInsertItem(), and wxcode::wxTreeListItem::GetChildren().
Referenced by wxcode::wxTreeListCtrl::InsertItem().
wxTreeItemId wxcode::wxTreeListMainWindow::InsertItem | ( | const wxTreeItemId & | parent, |
size_t | index, | ||
const wxString & | text, | ||
int | image = -1 , |
||
int | selectedImage = -1 , |
||
wxTreeItemData * | data = NULL |
||
) |
Definition at line 2517 of file treelistctrl.cpp.
References DoInsertItem().
bool wxcode::wxTreeListMainWindow::IsBold | ( | const wxTreeItemId & | item | ) | const |
Referenced by GetItemBold(), and IsBold().
bool wxcode::wxTreeListMainWindow::IsBold | ( | const wxTreeItemId & | item, |
int | column | ||
) | const |
Definition at line 2272 of file treelistctrl.cpp.
References IsBold().
bool wxcode::wxTreeListMainWindow::IsExpanded | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2262 of file treelistctrl.cpp.
Referenced by ExpandAll(), wxcode::wxTreeListCtrl::IsExpanded(), OnChar(), and Toggle().
bool wxcode::wxTreeListMainWindow::IsSelected | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2267 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListCtrl::IsSelected().
|
inline |
Definition at line 281 of file treelistctrl.cpp.
References wxTR_VIRTUAL.
Referenced by GetItemText(), and wxcode::wxTreeListItem::IsVirtual().
bool wxcode::wxTreeListMainWindow::IsVisible | ( | const wxTreeItemId & | item, |
bool | fullRow, | ||
bool | within = true |
||
) | const |
Definition at line 2226 of file treelistctrl.cpp.
References GetBoundingRect(), wxcode::wxTreeListCtrl::GetItemParent(), wxcode::wxTreeListCtrl::IsExpanded(), and m_rootItem.
Referenced by GetFirstVisible(), GetLastVisible(), GetNextVisible(), GetPrevVisible(), and wxcode::wxTreeListCtrl::IsVisible().
bool wxcode::wxTreeListMainWindow::MatchItemText | ( | const wxString & | itemText, |
const wxString & | pattern, | ||
int | mode | ||
) |
Definition at line 3026 of file treelistctrl.cpp.
References wxcode::wxTL_MODE_FIND_NOCASE, and wxcode::wxTL_MODE_FIND_PARTIAL.
Referenced by FindItem(), and OnChar().
|
inline |
Definition at line 600 of file treelistctrl.cpp.
Referenced by Create().
void wxcode::wxTreeListMainWindow::OnChar | ( | wxKeyEvent & | event | ) |
Definition at line 3592 of file treelistctrl.cpp.
References Collapse(), EnsureVisible(), Expand(), ExpandAll(), wxcode::FIND_TIMER_TICKS, FindItem(), flags, GetColumnCount(), GetFirstChild(), GetFirstVisible(), wxcode::wxTreeListItem::GetHeight(), GetItemParent(), GetItemText(), GetLastChild(), GetLastVisible(), GetNextSibling(), GetPrevSibling(), GetRootItem(), HasChildren(), wxcode::wxTreeListItem::HasPlus(), wxcode::wxTreeListItem::HitTest(), IsExpanded(), m_curColumn, m_curItem, m_findStr, m_findTimer, m_rootItem, m_shiftItem, MatchItemText(), RefreshLine(), SelectItem(), SendEvent(), SetCurrentItem(), Toggle(), wxcode::wxTL_MODE_FIND_NOCASE, wxcode::wxTL_MODE_FIND_PARTIAL, and wxcode::wxTL_MODE_NAV_EXPANDED.
Referenced by Create().
|
virtual |
Definition at line 2996 of file treelistctrl.cpp.
References m_owner, m_ReverseSortOrder, m_sortColumn, and wxcode::wxTreeListCtrl::OnCompareItems().
Referenced by wxcode::tree_ctrl_compare_func().
|
protected |
Definition at line 4568 of file treelistctrl.cpp.
References CalculateLineHeight(), wxcode::LINEHEIGHT, m_dirty, m_imageListNormal, and m_lineHeight.
Referenced by Create().
|
inline |
Definition at line 593 of file treelistctrl.cpp.
Referenced by Create().
void wxcode::wxTreeListMainWindow::OnIdle | ( | wxIdleEvent & | event | ) |
Definition at line 4256 of file treelistctrl.cpp.
References AdjustMyScrollbars(), CalculatePositions(), and m_dirty.
Referenced by Create().
void wxcode::wxTreeListMainWindow::OnKillFocus | ( | wxFocusEvent & | event | ) |
Definition at line 3584 of file treelistctrl.cpp.
References m_curItem, m_hasFocus, RefreshLine(), and RefreshSelected().
Referenced by Create().
void wxcode::wxTreeListMainWindow::OnMouse | ( | wxMouseEvent & | event | ) |
Definition at line 3959 of file treelistctrl.cpp.
References EnsureVisible(), flags, GetCurrentColumn(), wxcode::wxTreeListCtrl::GetHeaderWindow(), wxcode::wxTreeListItem::GetToolTip(), wxcode::wxTreeListItem::HasPlus(), wxcode::wxTreeListItem::HitTest(), wxcode::wxTreeListHeaderWindow::IsColumnEditable(), wxcode::wxTreeListItem::IsSelected(), m_curColumn, m_curItem, m_dragCol, m_dragItem, m_dragStartPos, m_editTimer, m_isDragging, m_isDragStarted, m_isItemToolTip, m_lastOnSame, m_owner, m_rootItem, m_shiftItem, m_toolTip, m_toolTipItem, RefreshSelected(), wxcode::RENAME_TIMER_TICKS, SelectItem(), SendEvent(), SetCurrentItem(), SetFocus(), Toggle(), and wxcode::wxTREE_HITTEST_ONITEMCOLUMN.
Referenced by Create().
void wxcode::wxTreeListMainWindow::OnPaint | ( | wxPaintEvent & | event | ) |
Definition at line 3527 of file treelistctrl.cpp.
References wxcode::BTNHEIGHT, wxcode::BTNWIDTH, GetColumnCount(), wxcode::wxTreeListHeaderWindow::GetColumnWidth(), wxcode::wxTreeListCtrl::GetHeaderWindow(), GetMainColumn(), HasButtons(), wxcode::wxTreeListHeaderWindow::IsColumnShown(), wxcode::LINEATROOT, m_btnHeight, m_btnHeight2, m_btnWidth, m_btnWidth2, m_dottedPen, m_imageListButtons, m_imageListNormal, m_imgHeight, m_imgHeight2, m_imgWidth, m_imgWidth2, m_indent, m_normalFont, m_owner, m_rootItem, wxcode::MARGIN, wxcode::MININDENT, and PaintLevel().
Referenced by Create().
|
protected |
Definition at line 3942 of file treelistctrl.cpp.
References m_editCol, m_editItem, m_editRes, SendEvent(), and SetItemText().
Referenced by wxcode::wxEditTextCtrl::EndEdit().
|
protected |
Definition at line 3938 of file treelistctrl.cpp.
References EditLabel(), GetCurrentColumn(), and m_curItem.
Referenced by wxcode::wxTreeListRenameTimer::Notify().
void wxcode::wxTreeListMainWindow::OnScroll | ( | wxScrollWinEvent & | event | ) |
Definition at line 4269 of file treelistctrl.cpp.
References wxcode::wxTreeListCtrl::GetHeaderWindow(), and m_owner.
Referenced by Create().
void wxcode::wxTreeListMainWindow::OnSetFocus | ( | wxFocusEvent & | event | ) |
Definition at line 3577 of file treelistctrl.cpp.
References m_curItem, m_hasFocus, RefreshLine(), and RefreshSelected().
Referenced by Create().
|
protected |
Definition at line 3196 of file treelistctrl.cpp.
References wxcode::wxTreeListColumnInfo::GetAlignment(), wxcode::wxTreeListHeaderWindow::GetColumn(), GetColumnCount(), wxcode::wxTreeListHeaderWindow::GetColumnWidth(), wxcode::wxTreeListItem::GetCurrentImage(), wxcode::wxTreeListCtrl::GetHeaderWindow(), wxcode::wxTreeListItem::GetImage(), GetItemBackgroundColour(), GetItemFont(), GetItemTextColour(), GetLineHeight(), GetMainColumn(), wxcode::wxTreeListCtrl::GetMainWindow(), wxcode::wxTreeListItem::GetText(), wxcode::wxTreeListHeaderWindow::GetWidth(), wxcode::wxTreeListItem::GetX(), wxcode::wxTreeListItem::GetY(), HasButtons(), wxcode::wxTreeListHeaderWindow::IsColumnShown(), wxcode::wxTreeListItem::IsSelected(), wxcode::LINEATROOT, m_btnWidth, m_btnWidth2, m_curColumn, m_curItem, m_hasFocus, m_hilightBrush, m_hilightUnfocusedBrush, m_imageListNormal, m_imgHeight, m_imgWidth, m_indent, m_isDragging, m_normalFont, m_owner, wxcode::MARGIN, celeste::max(), wxcode::NO_IMAGE, wxcode::wxTreeListItem::SetTextX(), and wxTR_COLUMN_LINES.
Referenced by PaintLevel().
|
protected |
Definition at line 3356 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetChildren(), wxcode::wxTreeListCtrl::GetHeaderWindow(), GetLineHeight(), wxcode::wxTreeListHeaderWindow::GetWidth(), wxcode::wxTreeListItem::GetX(), vigra_ext::EMoR::h, HasButtons(), wxcode::wxTreeListItem::HasPlus(), wxcode::wxTreeListItem::IsExpanded(), wxcode::wxTreeListItem::IsSelected(), wxcode::LINEATROOT, m_btnHeight, m_btnHeight2, m_btnWidth, m_btnWidth2, m_dottedPen, m_hilightBrush, m_imageListButtons, m_imgHeight2, m_imgWidth, m_indent, m_main_column, m_owner, wxcode::MARGIN, celeste::max(), PaintItem(), wxcode::wxTreeListItem::SetX(), and wxcode::wxTreeListItem::SetY().
Referenced by OnPaint().
wxTreeItemId wxcode::wxTreeListMainWindow::PrependItem | ( | const wxTreeItemId & | parent, |
const wxString & | text, | ||
int | image = -1 , |
||
int | selectedImage = -1 , |
||
wxTreeItemData * | data = NULL |
||
) |
Definition at line 2495 of file treelistctrl.cpp.
References DoInsertItem().
Referenced by wxcode::wxTreeListCtrl::PrependItem().
|
protected |
Definition at line 4388 of file treelistctrl.cpp.
References GetLineHeight(), wxcode::wxTreeListItem::GetY(), and m_dirty.
Referenced by EnsureVisible(), OnChar(), OnKillFocus(), OnSetFocus(), RefreshSelectedUnder(), SelectItem(), SetCurrentItem(), SetDragItem(), SetItemBackgroundColour(), SetItemBold(), SetItemFont(), SetItemHasChildren(), SetItemImage(), SetItemText(), SetItemTextColour(), TagAllChildrenUntilLast(), Unselect(), and UnselectAllChildren().
|
protected |
Definition at line 4407 of file treelistctrl.cpp.
References m_rootItem, and RefreshSelectedUnder().
Referenced by OnKillFocus(), OnMouse(), and OnSetFocus().
|
protected |
Definition at line 4415 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetChildren(), wxcode::wxTreeListItem::IsSelected(), and RefreshLine().
Referenced by RefreshSelected().
|
protected |
Definition at line 4368 of file treelistctrl.cpp.
References AdjustMyScrollbars(), wxcode::wxTreeListItem::GetY(), and m_dirty.
void wxcode::wxTreeListMainWindow::ScrollTo | ( | const wxTreeItemId & | item | ) |
Definition at line 2948 of file treelistctrl.cpp.
References CalculatePositions(), wxcode::wxTreeListCtrl::GetHeaderWindow(), GetLineHeight(), wxcode::wxTreeListItem::GetSize(), wxcode::wxTreeListHeaderWindow::GetWidth(), wxcode::wxTreeListItem::GetY(), m_dirty, m_owner, and m_rootItem.
Referenced by EnsureVisible(), and wxcode::wxTreeListCtrl::ScrollTo().
void wxcode::wxTreeListMainWindow::SelectAll | ( | ) |
Definition at line 2892 of file treelistctrl.cpp.
References GetFirstChild(), GetLastChild(), GetRootItem(), m_curItem, m_rootItem, SendEvent(), TagAllChildrenUntilLast(), and TagNextChildren().
Referenced by wxcode::wxTreeListCtrl::SelectAll().
bool wxcode::wxTreeListMainWindow::SelectItem | ( | const wxTreeItemId & | item, |
const wxTreeItemId & | prev = (wxTreeItemId*)NULL , |
||
bool | unselect_others = true |
||
) |
Definition at line 2828 of file treelistctrl.cpp.
References CalculatePositions(), wxcode::wxTreeListItem::GetY(), wxcode::wxTreeListItem::IsSelected(), m_curColumn, m_curItem, m_dirty, m_selectItem, RefreshLine(), SendEvent(), wxcode::wxTreeListItem::SetHilight(), TagAllChildrenUntilLast(), TagNextChildren(), Unselect(), and UnselectAll().
Referenced by DoDeleteItem(), OnChar(), OnMouse(), and wxcode::wxTreeListCtrl::SelectItem().
|
protected |
Definition at line 4549 of file treelistctrl.cpp.
References m_curColumn, and m_owner.
Referenced by Collapse(), DeleteRoot(), DoDeleteItem(), EditLabel(), Expand(), OnChar(), OnMouse(), OnRenameAccept(), SelectAll(), and SelectItem().
|
virtual |
Definition at line 4431 of file treelistctrl.cpp.
Referenced by Create(), and wxcode::wxTreeListCtrl::SetBackgroundColour().
void wxcode::wxTreeListMainWindow::SetButtonsImageList | ( | wxImageList * | imageList | ) |
Definition at line 3142 of file treelistctrl.cpp.
References CalculateLineHeight(), m_dirty, m_imageListButtons, and m_ownsImageListButtons.
Referenced by AssignButtonsImageList(), and wxcode::wxTreeListCtrl::SetButtonsImageList().
void wxcode::wxTreeListMainWindow::SetCurrentItem | ( | const wxTreeItemId & | item | ) |
Definition at line 2666 of file treelistctrl.cpp.
Referenced by AddRoot(), DeleteRoot(), DoDeleteItem(), OnChar(), OnMouse(), and wxcode::wxTreeListCtrl::SetCurrentItem().
|
protected |
Definition at line 2669 of file treelistctrl.cpp.
References m_curItem, and RefreshLine().
void wxcode::wxTreeListMainWindow::SetDragItem | ( | const wxTreeItemId & | item = (wxTreeItemId*)NULL | ) |
Definition at line 3085 of file treelistctrl.cpp.
References m_dragItem, and RefreshLine().
Referenced by wxcode::wxTreeListCtrl::SetDragItem().
void wxcode::wxTreeListMainWindow::SetFocus | ( | ) |
Definition at line 4476 of file treelistctrl.cpp.
Referenced by wxcode::wxEditTextCtrl::EndEdit(), OnMouse(), wxcode::wxTreeListHeaderWindow::OnSetFocus(), and wxcode::wxTreeListCtrl::SetFocus().
|
virtual |
Definition at line 2208 of file treelistctrl.cpp.
References CalculateLineHeight(), m_boldFont, and m_normalFont.
Referenced by wxcode::wxTreeListCtrl::SetFont().
|
virtual |
Definition at line 4438 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListCtrl::SetForegroundColour().
void wxcode::wxTreeListMainWindow::SetImageList | ( | wxImageList * | imageList | ) |
Definition at line 3128 of file treelistctrl.cpp.
References CalculateLineHeight(), m_dirty, m_imageListNormal, and m_ownsImageListNormal.
Referenced by AssignImageList(), and wxcode::wxTreeListCtrl::SetImageList().
void wxcode::wxTreeListMainWindow::SetIndent | ( | unsigned int | indent | ) |
Definition at line 1977 of file treelistctrl.cpp.
References m_dirty, m_indent, and wxcode::MININDENT.
Referenced by wxcode::wxTreeListCtrl::SetIndent().
void wxcode::wxTreeListMainWindow::SetItemBackgroundColour | ( | const wxTreeItemId & | item, |
const wxColour & | colour | ||
) |
Definition at line 2181 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::Attr(), and RefreshLine().
Referenced by wxcode::wxTreeListCtrl::SetItemBackgroundColour().
void wxcode::wxTreeListMainWindow::SetItemBackgroundColour | ( | const wxTreeItemId & | item, |
int | column, | ||
const wxColour & | colour | ||
) |
Definition at line 2187 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::Attr(), and RefreshLine().
void wxcode::wxTreeListMainWindow::SetItemBold | ( | const wxTreeItemId & | item, |
bool | bold = true |
||
) |
Definition at line 2151 of file treelistctrl.cpp.
References RefreshLine(), and wxcode::wxTreeListItem::SetBold().
Referenced by wxcode::wxTreeListCtrl::SetItemBold().
void wxcode::wxTreeListMainWindow::SetItemBold | ( | const wxTreeItemId & | item, |
int | column, | ||
bool | bold = true |
||
) |
Definition at line 2159 of file treelistctrl.cpp.
References RefreshLine(), and wxcode::wxTreeListItem::SetBold().
void wxcode::wxTreeListMainWindow::SetItemData | ( | const wxTreeItemId & | item, |
wxTreeItemData * | data | ||
) |
Definition at line 2142 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListCtrl::SetItemData().
void wxcode::wxTreeListMainWindow::SetItemData | ( | const wxTreeItemId & | item, |
int | column, | ||
wxTreeItemData * | data | ||
) |
Definition at line 2146 of file treelistctrl.cpp.
void wxcode::wxTreeListMainWindow::SetItemFont | ( | const wxTreeItemId & | item, |
const wxFont & | font | ||
) |
Definition at line 2194 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::Attr(), and RefreshLine().
Referenced by wxcode::wxTreeListCtrl::SetItemFont().
void wxcode::wxTreeListMainWindow::SetItemFont | ( | const wxTreeItemId & | item, |
int | column, | ||
const wxFont & | font | ||
) |
Definition at line 2200 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::Attr(), and RefreshLine().
void wxcode::wxTreeListMainWindow::SetItemHasChildren | ( | const wxTreeItemId & | item, |
bool | has = true |
||
) |
Definition at line 2120 of file treelistctrl.cpp.
References RefreshLine(), and wxcode::wxTreeListItem::SetHasPlus().
Referenced by wxcode::wxTreeListCtrl::SetItemHasChildren().
|
inline |
Definition at line 368 of file treelistctrl.cpp.
References GetMainColumn(), and SetItemImage().
Referenced by wxcode::wxTreeListCtrl::SetItemImage(), and SetItemImage().
void wxcode::wxTreeListMainWindow::SetItemImage | ( | const wxTreeItemId & | item, |
int | column, | ||
int | image, | ||
wxTreeItemIcon | which = wxTreeItemIcon_Normal |
||
) |
Definition at line 2127 of file treelistctrl.cpp.
References CalculateSize(), RefreshLine(), and wxcode::wxTreeListItem::SetImage().
void wxcode::wxTreeListMainWindow::SetItemParent | ( | const wxTreeItemId & | parent, |
const wxTreeItemId & | item | ||
) |
Definition at line 2646 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetChildren(), wxcode::wxTreeListItem::GetItemParent(), m_dirty, m_rootItem, and wxcode::wxTreeListItem::SetItemParent().
Referenced by wxcode::wxTreeListCtrl::SetItemParent().
void wxcode::wxTreeListMainWindow::SetItemText | ( | const wxTreeItemId & | item, |
int | column, | ||
const wxString & | text | ||
) |
Definition at line 4445 of file treelistctrl.cpp.
References CalculateSize(), m_dirty, RefreshLine(), and wxcode::wxTreeListItem::SetText().
Referenced by OnRenameAccept(), and wxcode::wxTreeListCtrl::SetItemText().
void wxcode::wxTreeListMainWindow::SetItemTextColour | ( | const wxTreeItemId & | item, |
const wxColour & | colour | ||
) |
Definition at line 2168 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::Attr(), and RefreshLine().
Referenced by wxcode::wxTreeListCtrl::SetItemTextColour().
void wxcode::wxTreeListMainWindow::SetItemTextColour | ( | const wxTreeItemId & | item, |
int | column, | ||
const wxColour & | colour | ||
) |
Definition at line 2174 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::Attr(), and RefreshLine().
void wxcode::wxTreeListMainWindow::SetItemToolTip | ( | const wxTreeItemId & | item, |
const wxString & | tip | ||
) |
Definition at line 2015 of file treelistctrl.cpp.
References m_isItemToolTip, and m_toolTipItem.
Referenced by wxcode::wxTreeListCtrl::SetItemToolTip().
void wxcode::wxTreeListMainWindow::SetLineSpacing | ( | unsigned int | spacing | ) |
Definition at line 1982 of file treelistctrl.cpp.
References CalculateLineHeight(), m_dirty, and m_linespacing.
Referenced by wxcode::wxTreeListCtrl::SetLineSpacing().
|
inline |
Definition at line 606 of file treelistctrl.cpp.
References GetColumnCount(), and m_main_column.
Referenced by wxcode::wxTreeListCtrl::SetMainColumn().
void wxcode::wxTreeListMainWindow::SetStateImageList | ( | wxImageList * | imageList | ) |
Definition at line 3136 of file treelistctrl.cpp.
References m_imageListState, and m_ownsImageListState.
Referenced by AssignStateImageList(), and wxcode::wxTreeListCtrl::SetStateImageList().
void wxcode::wxTreeListMainWindow::SetToolTip | ( | const wxString & | tip | ) |
Definition at line 2004 of file treelistctrl.cpp.
References m_isItemToolTip, m_toolTip, and m_toolTipItem.
Referenced by wxcode::wxTreeListCtrl::SetToolTip().
void wxcode::wxTreeListMainWindow::SetToolTip | ( | wxToolTip * | tip | ) |
Definition at line 2009 of file treelistctrl.cpp.
References m_isItemToolTip, m_toolTip, and m_toolTipItem.
void wxcode::wxTreeListMainWindow::SetWindowStyle | ( | const long | styles | ) |
Definition at line 1994 of file treelistctrl.cpp.
References m_dirty, and UnselectAll().
Referenced by wxcode::wxTreeListCtrl::SetWindowStyleFlag().
void wxcode::wxTreeListMainWindow::SortChildren | ( | const wxTreeItemId & | item, |
int | column, | ||
bool | reverseOrder | ||
) |
Definition at line 3007 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetChildren(), m_dirty, m_ReverseSortOrder, m_sortColumn, wxcode::s_treeBeingSorted, and wxcode::tree_ctrl_compare_func().
Referenced by wxcode::wxTreeListCtrl::SortChildren().
|
protected |
Definition at line 2810 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetChildren(), wxcode::wxTreeListItem::HasChildren(), wxcode::wxTreeListItem::IsExpanded(), RefreshLine(), and wxcode::wxTreeListItem::SetHilight().
Referenced by SelectAll(), SelectItem(), and TagNextChildren().
|
protected |
Definition at line 2787 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetChildren(), wxcode::wxTreeListItem::GetItemParent(), GetRootItem(), wxcode::wxTreeListItem::HasChildren(), wxcode::wxTreeListItem::IsExpanded(), and TagAllChildrenUntilLast().
Referenced by SelectAll(), and SelectItem().
void wxcode::wxTreeListMainWindow::Toggle | ( | const wxTreeItemId & | item | ) |
Definition at line 2741 of file treelistctrl.cpp.
References Collapse(), Expand(), and IsExpanded().
Referenced by OnChar(), OnMouse(), and wxcode::wxTreeListCtrl::Toggle().
void wxcode::wxTreeListMainWindow::Unselect | ( | ) |
Definition at line 2751 of file treelistctrl.cpp.
References m_selectItem, RefreshLine(), and wxcode::wxTreeListItem::SetHilight().
Referenced by SelectItem(), and wxcode::wxTreeListCtrl::Unselect().
void wxcode::wxTreeListMainWindow::UnselectAll | ( | ) |
Definition at line 2777 of file treelistctrl.cpp.
References GetRootItem(), and UnselectAllChildren().
Referenced by SelectItem(), SetWindowStyle(), and wxcode::wxTreeListCtrl::UnselectAll().
|
protected |
Definition at line 2759 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetChildren(), wxcode::wxTreeListItem::HasChildren(), wxcode::wxTreeListItem::IsSelected(), m_curItem, m_lastOnSame, m_selectItem, RefreshLine(), and wxcode::wxTreeListItem::SetHilight().
Referenced by UnselectAll().
|
friend |
Definition at line 250 of file treelistctrl.cpp.
Referenced by EditLabel().
|
friend |
Definition at line 248 of file treelistctrl.cpp.
Referenced by AddRoot(), and DoInsertItem().
|
friend |
Definition at line 249 of file treelistctrl.cpp.
|
protected |
Definition at line 621 of file treelistctrl.cpp.
Referenced by GetItemFont(), and SetFont().
|
protected |
Definition at line 634 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListItem::HitTest(), OnPaint(), and PaintLevel().
|
protected |
Definition at line 634 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListItem::HitTest(), OnPaint(), and PaintLevel().
|
protected |
Definition at line 633 of file treelistctrl.cpp.
Referenced by CalculateLevel(), GetItemWidth(), wxcode::wxTreeListItem::HitTest(), OnPaint(), PaintItem(), and PaintLevel().
|
protected |
Definition at line 633 of file treelistctrl.cpp.
Referenced by CalculateLevel(), wxcode::wxTreeListItem::HitTest(), OnPaint(), PaintItem(), and PaintLevel().
|
protected |
Definition at line 629 of file treelistctrl.cpp.
Referenced by Collapse(), Expand(), GetCurrentColumn(), OnChar(), OnMouse(), PaintItem(), SelectItem(), and SendEvent().
|
protected |
Definition at line 624 of file treelistctrl.cpp.
Referenced by DoDeleteItem(), OnChar(), OnKillFocus(), OnMouse(), OnRenameTimer(), OnSetFocus(), PaintItem(), SelectAll(), SelectItem(), SetCurrentItem(), and UnselectAllChildren().
bool wxcode::wxTreeListMainWindow::m_dirty |
Definition at line 645 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListHeaderWindow::AddColumn(), AddRoot(), Collapse(), DoDeleteItem(), DoInsertItem(), EditLabel(), Expand(), wxcode::wxTreeListHeaderWindow::InsertColumn(), OnDpiChanged(), OnIdle(), RefreshLine(), RefreshSubtree(), wxcode::wxTreeListHeaderWindow::RemoveColumn(), ScrollTo(), SelectItem(), SetButtonsImageList(), wxcode::wxTreeListHeaderWindow::SetColumn(), wxcode::wxTreeListHeaderWindow::SetColumnWidth(), SetImageList(), SetIndent(), SetItemParent(), SetItemText(), SetLineSpacing(), SetWindowStyle(), and SortChildren().
|
protected |
Definition at line 640 of file treelistctrl.cpp.
Referenced by CalculatePositions(), Create(), OnPaint(), and PaintLevel().
|
protected |
Definition at line 661 of file treelistctrl.cpp.
Referenced by OnMouse().
|
protected |
Definition at line 660 of file treelistctrl.cpp.
Referenced by DoDeleteItem(), OnMouse(), and SetDragItem().
|
protected |
Definition at line 659 of file treelistctrl.cpp.
Referenced by OnMouse().
|
protected |
Definition at line 665 of file treelistctrl.cpp.
Referenced by EditLabel().
|
protected |
Definition at line 667 of file treelistctrl.cpp.
Referenced by EditLabel(), and OnRenameAccept().
|
protected |
Definition at line 668 of file treelistctrl.cpp.
Referenced by DoDeleteItem(), EditLabel(), EndEdit(), wxcode::wxEditTextCtrl::EndEdit(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 663 of file treelistctrl.cpp.
Referenced by EditLabel(), wxcode::wxEditTextCtrl::EndEdit(), and OnRenameAccept().
|
protected |
Definition at line 666 of file treelistctrl.cpp.
Referenced by EditLabel(), and OnRenameAccept().
|
protected |
Definition at line 664 of file treelistctrl.cpp.
Referenced by OnMouse(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 672 of file treelistctrl.cpp.
Referenced by OnChar().
|
protected |
Definition at line 671 of file treelistctrl.cpp.
Referenced by OnChar(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 643 of file treelistctrl.cpp.
Referenced by OnKillFocus(), OnSetFocus(), and PaintItem().
|
protected |
Definition at line 641 of file treelistctrl.cpp.
Referenced by PaintItem(), PaintLevel(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 641 of file treelistctrl.cpp.
Referenced by PaintItem(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 653 of file treelistctrl.cpp.
Referenced by CalculateLineHeight(), GetButtonsImageList(), HasButtons(), OnPaint(), PaintLevel(), SetButtonsImageList(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 653 of file treelistctrl.cpp.
Referenced by CalculateLineHeight(), GetImageList(), OnDpiChanged(), OnPaint(), PaintItem(), SetImageList(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 653 of file treelistctrl.cpp.
Referenced by GetStateImageList(), SetStateImageList(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 636 of file treelistctrl.cpp.
Referenced by CalculateSize(), wxcode::wxTreeListItem::HitTest(), OnPaint(), and PaintItem().
|
protected |
Definition at line 636 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListItem::HitTest(), OnPaint(), and PaintLevel().
|
protected |
Definition at line 635 of file treelistctrl.cpp.
Referenced by CalculateSize(), GetItemWidth(), wxcode::wxTreeListItem::HitTest(), OnPaint(), PaintItem(), and PaintLevel().
|
protected |
Definition at line 635 of file treelistctrl.cpp.
Referenced by OnPaint().
|
protected |
Definition at line 637 of file treelistctrl.cpp.
Referenced by CalculateLevel(), GetIndent(), OnPaint(), PaintItem(), PaintLevel(), and SetIndent().
|
protected |
Definition at line 658 of file treelistctrl.cpp.
Referenced by DoDeleteItem(), OnMouse(), and PaintItem().
|
protected |
Definition at line 657 of file treelistctrl.cpp.
Referenced by DoDeleteItem(), and OnMouse().
|
protected |
Definition at line 674 of file treelistctrl.cpp.
Referenced by OnMouse(), SetItemToolTip(), and SetToolTip().
|
protected |
Definition at line 650 of file treelistctrl.cpp.
Referenced by OnMouse(), and UnselectAllChildren().
|
protected |
Definition at line 651 of file treelistctrl.cpp.
|
protected |
Definition at line 638 of file treelistctrl.cpp.
Referenced by AdjustMyScrollbars(), CalculateLineHeight(), CalculateSize(), GetLineHeight(), and OnDpiChanged().
|
protected |
Definition at line 639 of file treelistctrl.cpp.
Referenced by CalculateLineHeight(), GetLineSpacing(), and SetLineSpacing().
|
protected |
Definition at line 628 of file treelistctrl.cpp.
Referenced by AddRoot(), CalculateSize(), Create(), DoInsertItem(), GetCurrentColumn(), GetMainColumn(), PaintLevel(), and SetMainColumn().
|
protected |
Definition at line 620 of file treelistctrl.cpp.
Referenced by CalculateLineHeight(), CalculatePositions(), CalculateSize(), GetItemFont(), OnPaint(), PaintItem(), and SetFont().
|
protected |
Definition at line 618 of file treelistctrl.cpp.
Referenced by AdjustMyScrollbars(), CalculatePositions(), Create(), EditLabel(), GetColumnCount(), GetItemText(), wxcode::wxTreeListItem::HitTest(), OnCompareItems(), OnMouse(), OnPaint(), OnScroll(), PaintItem(), PaintLevel(), ScrollTo(), and SendEvent().
|
protected |
Definition at line 647 of file treelistctrl.cpp.
Referenced by AssignButtonsImageList(), SetButtonsImageList(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 647 of file treelistctrl.cpp.
Referenced by AssignImageList(), SetImageList(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 647 of file treelistctrl.cpp.
Referenced by AssignStateImageList(), SetStateImageList(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 631 of file treelistctrl.cpp.
Referenced by OnCompareItems(), and SortChildren().
|
protected |
Definition at line 623 of file treelistctrl.cpp.
Referenced by AddRoot(), AdjustMyScrollbars(), CalculatePositions(), Delete(), DeleteRoot(), GetCount(), GetRootItem(), HitTest(), IsVisible(), OnChar(), OnMouse(), OnPaint(), RefreshSelected(), ScrollTo(), SelectAll(), and SetItemParent().
|
protected |
Definition at line 626 of file treelistctrl.cpp.
Referenced by DeleteRoot(), DoDeleteItem(), GetSelection(), SelectItem(), Unselect(), and UnselectAllChildren().
|
protected |
Definition at line 625 of file treelistctrl.cpp.
Referenced by DeleteRoot(), DoDeleteItem(), OnChar(), and OnMouse().
|
protected |
Definition at line 630 of file treelistctrl.cpp.
Referenced by OnCompareItems(), and SortChildren().
|
protected |
Definition at line 675 of file treelistctrl.cpp.
Referenced by OnMouse(), and SetToolTip().
|
protected |
Definition at line 676 of file treelistctrl.cpp.
Referenced by OnMouse(), SetItemToolTip(), and SetToolTip().