|
Hugin trunk 0.1
|

Public Attributes | |
| bool | m_dirty |
Friends | |
| class | wxTreeListItem |
| class | wxTreeListRenameTimer |
| class | wxEditTextCtrl |
Definition at line 251 of file treelistctrl.cpp.
|
inline |
Definition at line 260 of file treelistctrl.cpp.
References Init().
|
inline |
Definition at line 262 of file treelistctrl.cpp.
References Create(), Init(), and threshold().
|
virtual |
Definition at line 1955 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, wxcode::wxEditTextCtrl::SetOwner(), and threshold().
| wxTreeItemId wxcode::wxTreeListMainWindow::AddRoot | ( | const wxString & | text, |
| int | image = -1, |
||
| int | selectedImage = -1, |
||
| wxTreeItemData * | data = NULL |
||
| ) |
Definition at line 2475 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::Expand(), GetColumnCount(), GetFirstChild(), m_dirty, m_main_column, m_rootItem, SetCurrentItem(), wxcode::wxTreeListItem::SetHasPlus(), threshold(), and wxTreeListItem.
Referenced by wxcode::wxTreeListCtrl::AddRoot().
| void wxcode::wxTreeListMainWindow::AdjustMyScrollbars | ( | ) |
Definition at line 3174 of file treelistctrl.cpp.
References wxcode::wxTreeListCtrl::GetHeaderWindow(), wxcode::wxTreeListItem::GetSize(), wxcode::wxTreeListHeaderWindow::GetWidth(), m_lineHeight, m_owner, m_rootItem, and threshold().
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 2533 of file treelistctrl.cpp.
References DoInsertItem(), and threshold().
Referenced by wxcode::wxTreeListCtrl::AppendItem().
| void wxcode::wxTreeListMainWindow::AssignButtonsImageList | ( | wxImageList * | imageList | ) |
Definition at line 3165 of file treelistctrl.cpp.
References m_ownsImageListButtons, SetButtonsImageList(), and threshold().
Referenced by wxcode::wxTreeListCtrl::AssignButtonsImageList().
| void wxcode::wxTreeListMainWindow::AssignImageList | ( | wxImageList * | imageList | ) |
Definition at line 3155 of file treelistctrl.cpp.
References m_ownsImageListNormal, SetImageList(), and threshold().
Referenced by wxcode::wxTreeListCtrl::AssignImageList().
| void wxcode::wxTreeListMainWindow::AssignStateImageList | ( | wxImageList * | imageList | ) |
Definition at line 3160 of file treelistctrl.cpp.
References m_ownsImageListState, SetStateImageList(), and threshold().
Referenced by wxcode::wxTreeListCtrl::AssignStateImageList().
|
protected |
Definition at line 4313 of file treelistctrl.cpp.
References CalculateLevel(), CalculateSize(), GetLineHeight(), HasButtons(), wxcode::LINEATROOT, m_btnWidth, m_btnWidth2, m_indent, wxcode::MARGIN, and threshold().
Referenced by CalculateLevel(), and CalculatePositions().
|
protected |
Definition at line 3097 of file treelistctrl.cpp.
References m_imageListButtons, m_imageListNormal, m_lineHeight, m_linespacing, m_normalFont, and threshold().
Referenced by OnDpiChanged(), SetButtonsImageList(), SetFont(), SetImageList(), and SetLineSpacing().
|
protected |
Definition at line 4352 of file treelistctrl.cpp.
References CalculateLevel(), wxcode::wxTreeListHeaderWindow::GetColumnWidth(), wxcode::wxTreeListCtrl::GetHeaderWindow(), GetMainColumn(), wxcode::wxTreeListHeaderWindow::IsColumnShown(), m_normalFont, m_owner, m_rootItem, and threshold().
Referenced by EditLabel(), OnIdle(), ScrollTo(), and SelectItem().
|
protected |
Definition at line 4288 of file treelistctrl.cpp.
References GetItemFont(), m_imgHeight, m_imgWidth, m_lineHeight, m_main_column, m_normalFont, and threshold().
Referenced by CalculateLevel(), SetItemImage(), and SetItemText().
| void wxcode::wxTreeListMainWindow::Collapse | ( | const wxTreeItemId & | item | ) |
Definition at line 2720 of file treelistctrl.cpp.
References m_curColumn, m_dirty, SendEvent(), and threshold().
Referenced by wxcode::wxTreeListCtrl::Collapse(), CollapseAndReset(), OnChar(), and Toggle().
| void wxcode::wxTreeListMainWindow::CollapseAndReset | ( | const wxTreeItemId & | item | ) |
Definition at line 2739 of file treelistctrl.cpp.
References Collapse(), DeleteChildren(), and threshold().
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 1902 of file treelistctrl.cpp.
References m_dottedPen, m_main_column, m_owner, OnCaptureLost(), OnChar(), OnDpiChanged(), OnEraseBackground(), OnIdle(), OnKillFocus(), OnMouse(), OnPaint(), OnScroll(), OnSetFocus(), SetBackgroundColour(), and threshold().
Referenced by wxTreeListMainWindow().
| void wxcode::wxTreeListMainWindow::Delete | ( | const wxTreeItemId & | item | ) |
Definition at line 2546 of file treelistctrl.cpp.
References DoDeleteItem(), wxcode::wxTreeListItem::GetItemParent(), m_rootItem, and threshold().
Referenced by wxcode::wxTreeListCtrl::Delete().
| void wxcode::wxTreeListMainWindow::DeleteChildren | ( | const wxTreeItemId & | item | ) |
Definition at line 2576 of file treelistctrl.cpp.
References DoDeleteItem(), and threshold().
Referenced by CollapseAndReset(), wxcode::wxTreeListCtrl::DeleteChildren(), and DeleteRoot().
| void wxcode::wxTreeListMainWindow::DeleteRoot | ( | ) |
Definition at line 2563 of file treelistctrl.cpp.
References DeleteChildren(), m_rootItem, m_selectItem, m_shiftItem, SendEvent(), SetCurrentItem(), and threshold().
Referenced by wxcode::wxTreeListCtrl::DeleteRoot(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 2592 of file treelistctrl.cpp.
References DoDeleteItem(), wxcode::wxEditTextCtrl::EndEdit(), wxcode::wxTreeListItem::GetChildren(), GetItemData(), m_curItem, m_dirty, m_dragItem, m_editControl, m_isDragging, m_isDragStarted, m_selectItem, m_shiftItem, SelectItem(), SendEvent(), SetCurrentItem(), and threshold().
Referenced by Delete(), DeleteChildren(), and DoDeleteItem().
|
protected |
Definition at line 2453 of file treelistctrl.cpp.
References GetColumnCount(), m_dirty, m_main_column, threshold(), and wxTreeListItem.
Referenced by AppendItem(), InsertItem(), InsertItem(), and PrependItem().
| void wxcode::wxTreeListMainWindow::EditLabel | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) |
Definition at line 3880 of file treelistctrl.cpp.
References CalculatePositions(), wxcode::wxEditTextCtrl::EndEdit(), GetColumnCount(), wxcode::wxTreeListCtrl::GetHeaderWindow(), wxcode::wxTreeListItem::GetHeight(), GetMainColumn(), wxcode::wxTreeListItem::GetText(), wxcode::wxTreeListItem::GetTextX(), wxcode::wxTreeListItem::GetWidth(), wxcode::wxTreeListItem::GetY(), m_dirty, m_editAccept, m_editCol, m_editControl, m_editItem, m_editRes, m_owner, SendEvent(), threshold(), and wxEditTextCtrl.
Referenced by wxcode::wxTreeListCtrl::EditLabel(), and OnRenameTimer().
Definition at line 3960 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 2938 of file treelistctrl.cpp.
References Expand(), wxcode::wxTreeListItem::GetItemParent(), RefreshLine(), ScrollTo(), and threshold().
Referenced by wxcode::wxTreeListCtrl::EnsureVisible(), OnChar(), and OnMouse().
| void wxcode::wxTreeListMainWindow::Expand | ( | const wxTreeItemId & | item | ) |
Definition at line 2688 of file treelistctrl.cpp.
References m_curColumn, m_dirty, SendEvent(), and threshold().
Referenced by EnsureVisible(), wxcode::wxTreeListCtrl::Expand(), ExpandAll(), OnChar(), and Toggle().
| void wxcode::wxTreeListMainWindow::ExpandAll | ( | const wxTreeItemId & | item | ) |
Definition at line 2707 of file treelistctrl.cpp.
References Expand(), ExpandAll(), GetFirstChild(), GetNextChild(), IsExpanded(), and threshold().
Referenced by ExpandAll(), wxcode::wxTreeListCtrl::ExpandAll(), and OnChar().
|
protected |
Definition at line 2920 of file treelistctrl.cpp.
References FillArray(), and threshold().
Referenced by FillArray(), and GetSelections().
| wxTreeItemId wxcode::wxTreeListMainWindow::FindItem | ( | const wxTreeItemId & | item, |
| int | column, | ||
| const wxString & | str, | ||
| int | mode = 0 |
||
| ) |
Definition at line 3049 of file treelistctrl.cpp.
References GetColumnCount(), GetFirstChild(), GetItemText(), GetNext(), GetNextExpanded(), GetNextSibling(), GetNextVisible(), GetRootItem(), MatchItemText(), threshold(), 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 4517 of file treelistctrl.cpp.
References GetBestColumnWidth(), GetFirstChild(), GetItemWidth(), GetNextChild(), GetRootItem(), and threshold().
Referenced by GetBestColumnWidth(), and wxcode::wxTreeListHeaderWindow::OnMouse().
| bool wxcode::wxTreeListMainWindow::GetBoundingRect | ( | const wxTreeItemId & | item, |
| wxRect & | rect, | ||
| bool | textOnly = false |
||
| ) | const |
Definition at line 3859 of file treelistctrl.cpp.
References GetLineHeight(), and threshold().
Referenced by wxcode::wxTreeListCtrl::GetBoundingRect(), and IsVisible().
|
inline |
Definition at line 315 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 1993 of file treelistctrl.cpp.
References threshold().
Referenced by wxcode::wxTreeListCtrl::GetChildrenCount().
|
inline |
Definition at line 608 of file treelistctrl.cpp.
References wxcode::wxTreeListHeaderWindow::GetColumnCount(), wxcode::wxTreeListCtrl::GetHeaderWindow(), and m_owner.
Referenced by AddRoot(), DoInsertItem(), EditLabel(), FindItem(), wxcode::wxTreeListCtrl::GetColumnCount(), OnChar(), OnPaint(), PaintItem(), SetMainColumn(), and wxcode::wxTreeListItem::SetText().
| size_t wxcode::wxTreeListMainWindow::GetCount | ( | ) | const |
Definition at line 1978 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetChildrenCount(), m_rootItem, and threshold().
Referenced by wxcode::wxTreeListCtrl::GetCount().
|
inline |
Definition at line 615 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 2291 of file treelistctrl.cpp.
References threshold().
Referenced by AddRoot(), ExpandAll(), FindItem(), GetBestColumnWidth(), wxcode::wxTreeListCtrl::GetFirstChild(), OnChar(), and SelectAll().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetFirstExpandedItem | ( | ) | const |
Definition at line 2395 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 2409 of file treelistctrl.cpp.
References GetNextVisible(), GetRootItem(), IsVisible(), and threshold().
Referenced by wxcode::wxTreeListCtrl::GetFirstVisible(), and OnChar().
|
inline |
Definition at line 313 of file treelistctrl.cpp.
References m_imageListNormal.
Referenced by wxcode::wxTreeListCtrl::GetImageList(), and wxcode::wxTreeListHeaderWindow::OnPaint().
Definition at line 294 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 2076 of file treelistctrl.cpp.
References threshold().
Referenced by wxcode::wxTreeListCtrl::GetItemBackgroundColour(), GetItemBackgroundColour(), wxcode::wxTreeListCtrl::GetItemBackgroundColour(), and PaintItem().
| wxColour wxcode::wxTreeListMainWindow::GetItemBackgroundColour | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 2086 of file treelistctrl.cpp.
References GetItemBackgroundColour(), and threshold().
| bool wxcode::wxTreeListMainWindow::GetItemBold | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2046 of file treelistctrl.cpp.
References threshold().
Referenced by wxcode::wxTreeListCtrl::GetItemBold(), and wxcode::wxTreeListCtrl::GetItemBold().
| bool wxcode::wxTreeListMainWindow::GetItemBold | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 2050 of file treelistctrl.cpp.
References threshold().
| wxTreeItemData * wxcode::wxTreeListMainWindow::GetItemData | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2037 of file treelistctrl.cpp.
References threshold().
Referenced by DoDeleteItem(), wxcode::wxTreeListCtrl::GetItemData(), and wxcode::wxTreeListCtrl::GetItemData().
| wxTreeItemData * wxcode::wxTreeListMainWindow::GetItemData | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 2041 of file treelistctrl.cpp.
References threshold().
| wxFont wxcode::wxTreeListMainWindow::GetItemFont | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2097 of file treelistctrl.cpp.
References m_boldFont, m_normalFont, and threshold().
Referenced by CalculateSize(), wxcode::wxTreeListCtrl::GetItemFont(), wxcode::wxTreeListCtrl::GetItemFont(), GetItemWidth(), and PaintItem().
| wxFont wxcode::wxTreeListMainWindow::GetItemFont | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 2109 of file treelistctrl.cpp.
References m_boldFont, m_normalFont, and threshold().
| int wxcode::wxTreeListMainWindow::GetItemImage | ( | const wxTreeItemId & | item, |
| int | column, | ||
| wxTreeItemIcon | which = wxTreeItemIcon_Normal |
||
| ) | const |
Definition at line 2032 of file treelistctrl.cpp.
References threshold().
|
inline |
Definition at line 339 of file treelistctrl.cpp.
References GetItemImage(), GetMainColumn(), and threshold().
Referenced by wxcode::wxTreeListCtrl::GetItemImage(), GetItemImage(), and wxcode::wxTreeListCtrl::GetItemImage().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetItemParent | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2286 of file treelistctrl.cpp.
References threshold().
Referenced by wxcode::wxTreeListCtrl::GetItemParent(), GetNext(), GetPrev(), and OnChar().
| wxString wxcode::wxTreeListMainWindow::GetItemText | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 4469 of file treelistctrl.cpp.
References IsVirtual(), m_owner, wxcode::wxTreeListCtrl::OnGetItemText(), and threshold().
Referenced by FindItem(), wxcode::wxTreeListCtrl::GetItemText(), wxcode::wxTreeListItem::GetText(), and OnChar().
Definition at line 4476 of file treelistctrl.cpp.
References IsVirtual(), m_owner, wxcode::wxTreeListCtrl::OnGetItemText(), and threshold().
| wxColour wxcode::wxTreeListMainWindow::GetItemTextColour | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2055 of file treelistctrl.cpp.
References threshold().
Referenced by wxcode::wxTreeListCtrl::GetItemTextColour(), GetItemTextColour(), wxcode::wxTreeListCtrl::GetItemTextColour(), and PaintItem().
| wxColour wxcode::wxTreeListMainWindow::GetItemTextColour | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 2065 of file treelistctrl.cpp.
References GetItemTextColour(), and threshold().
| int wxcode::wxTreeListMainWindow::GetItemWidth | ( | int | column, |
| wxTreeListItem * | item | ||
| ) |
Definition at line 4486 of file treelistctrl.cpp.
References GetIndent(), GetItemFont(), wxcode::wxTreeListItem::GetItemParent(), GetMainColumn(), GetRootItem(), HasButtons(), wxcode::LINEATROOT, m_btnWidth, m_imgWidth, wxcode::MARGIN, wxcode::NO_IMAGE, and threshold().
Referenced by GetBestColumnWidth().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetLastChild | ( | const wxTreeItemId & | item, |
| wxTreeItemIdValue & | cookie | ||
| ) | const |
Definition at line 2317 of file treelistctrl.cpp.
References threshold().
Referenced by wxcode::wxTreeListCtrl::GetLastChild(), OnChar(), and SelectAll().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetLastVisible | ( | bool | fullRow, |
| bool | within | ||
| ) | const |
Definition at line 2427 of file treelistctrl.cpp.
References GetNext(), GetRootItem(), IsVisible(), and threshold().
Referenced by wxcode::wxTreeListCtrl::GetLastVisible(), and OnChar().
|
protected |
Definition at line 3193 of file treelistctrl.cpp.
References m_lineHeight, and threshold().
Referenced by CalculateLevel(), GetBoundingRect(), PaintItem(), PaintLevel(), RefreshLine(), and ScrollTo().
Definition at line 298 of file treelistctrl.cpp.
References m_linespacing.
Referenced by wxcode::wxTreeListCtrl::GetLineSpacing().
|
inline |
Definition at line 614 of file treelistctrl.cpp.
References m_main_column.
Referenced by CalculatePositions(), EditLabel(), wxcode::wxTreeListItem::GetImage(), GetItemImage(), GetItemWidth(), wxcode::wxTreeListCtrl::GetMainColumn(), OnPaint(), PaintItem(), wxcode::wxTreeListItem::SetImage(), and SetItemImage().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetNext | ( | const wxTreeItemId & | item, |
| bool | fulltree = true |
||
| ) | const |
Definition at line 2358 of file treelistctrl.cpp.
References GetItemParent(), GetNextSibling(), and threshold().
Referenced by FindItem(), GetLastVisible(), wxcode::wxTreeListCtrl::GetNext(), GetNextExpanded(), and GetNextVisible().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetNextChild | ( | const wxTreeItemId & | item, |
| wxTreeItemIdValue & | cookie | ||
| ) | const |
Definition at line 2299 of file treelistctrl.cpp.
References threshold().
Referenced by ExpandAll(), GetBestColumnWidth(), and wxcode::wxTreeListCtrl::GetNextChild().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetNextExpanded | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2399 of file treelistctrl.cpp.
References GetNext(), and threshold().
Referenced by FindItem(), GetFirstExpandedItem(), and wxcode::wxTreeListCtrl::GetNextExpanded().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetNextSibling | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2327 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetItemParent(), and threshold().
Referenced by FindItem(), GetNext(), wxcode::wxTreeListCtrl::GetNextSibling(), and OnChar().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetNextVisible | ( | const wxTreeItemId & | item, |
| bool | fullRow, | ||
| bool | within | ||
| ) | const |
Definition at line 2417 of file treelistctrl.cpp.
References GetNext(), IsVisible(), and threshold().
Referenced by FindItem(), GetFirstVisible(), and wxcode::wxTreeListCtrl::GetNextVisible().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetPrev | ( | const wxTreeItemId & | item, |
| bool | fulltree = true |
||
| ) | const |
Definition at line 2378 of file treelistctrl.cpp.
References GetItemParent(), GetPrevSibling(), and threshold().
Referenced by wxcode::wxTreeListCtrl::GetPrev(), GetPrevExpanded(), and GetPrevVisible().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetPrevChild | ( | const wxTreeItemId & | item, |
| wxTreeItemIdValue & | cookie | ||
| ) | const |
Definition at line 2308 of file treelistctrl.cpp.
References threshold().
Referenced by wxcode::wxTreeListCtrl::GetPrevChild().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetPrevExpanded | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2404 of file treelistctrl.cpp.
References GetPrev(), and threshold().
Referenced by wxcode::wxTreeListCtrl::GetPrevExpanded().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetPrevSibling | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2342 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetItemParent(), and threshold().
Referenced by GetPrev(), wxcode::wxTreeListCtrl::GetPrevSibling(), and OnChar().
| wxTreeItemId wxcode::wxTreeListMainWindow::GetPrevVisible | ( | const wxTreeItemId & | item, |
| bool | fullRow, | ||
| bool | within | ||
| ) | const |
Definition at line 2437 of file treelistctrl.cpp.
References GetPrev(), IsVisible(), and threshold().
Referenced by wxcode::wxTreeListCtrl::GetPrevVisible().
|
inline |
Definition at line 435 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 438 of file treelistctrl.cpp.
References m_selectItem.
Referenced by wxcode::wxTreeListCtrl::GetSelection().
| size_t wxcode::wxTreeListMainWindow::GetSelections | ( | wxArrayTreeItemIds & | array | ) | const |
Definition at line 2931 of file treelistctrl.cpp.
References FillArray(), GetRootItem(), and threshold().
Referenced by wxcode::wxTreeListCtrl::GetSelections().
|
inline |
Definition at line 314 of file treelistctrl.cpp.
References m_imageListState.
Referenced by wxcode::wxTreeListCtrl::GetStateImageList().
Definition at line 694 of file treelistctrl.cpp.
References m_imageListButtons, and threshold().
Referenced by CalculateLevel(), GetItemWidth(), OnPaint(), PaintItem(), and PaintLevel().
| bool wxcode::wxTreeListMainWindow::HasChildren | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2256 of file treelistctrl.cpp.
References threshold().
Referenced by wxcode::wxTreeListCtrl::HasChildren(), and OnChar().
|
inline |
Definition at line 553 of file treelistctrl.cpp.
References flags, HitTest(), and threshold().
Referenced by HitTest(), HitTest(), and wxcode::wxTreeListCtrl::HitTest().
|
inline |
Definition at line 555 of file treelistctrl.cpp.
References flags, HitTest(), and threshold().
| wxTreeItemId wxcode::wxTreeListMainWindow::HitTest | ( | const wxPoint & | point, |
| int & | flags, | ||
| int & | column | ||
| ) |
Definition at line 3830 of file treelistctrl.cpp.
References flags, wxcode::wxTreeListItem::HitTest(), m_rootItem, and threshold().
|
protected |
Definition at line 1842 of file treelistctrl.cpp.
References wxcode::LINEHEIGHT, wxcode::MININDENT, and threshold().
Referenced by wxTreeListMainWindow(), and 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 2507 of file treelistctrl.cpp.
References DoInsertItem(), and threshold().
Referenced by wxcode::wxTreeListCtrl::InsertItem(), and 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 2522 of file treelistctrl.cpp.
References DoInsertItem(), and threshold().
| bool wxcode::wxTreeListMainWindow::IsBold | ( | const wxTreeItemId & | item | ) | const |
| bool wxcode::wxTreeListMainWindow::IsBold | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 2277 of file treelistctrl.cpp.
References threshold().
| bool wxcode::wxTreeListMainWindow::IsExpanded | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2267 of file treelistctrl.cpp.
References threshold().
Referenced by ExpandAll(), wxcode::wxTreeListCtrl::IsExpanded(), OnChar(), and Toggle().
| bool wxcode::wxTreeListMainWindow::IsSelected | ( | const wxTreeItemId & | item | ) | const |
Definition at line 2272 of file treelistctrl.cpp.
References threshold().
Referenced by wxcode::wxTreeListCtrl::IsSelected().
|
inline |
Definition at line 286 of file treelistctrl.cpp.
References threshold(), and wxTR_VIRTUAL.
Referenced by GetItemText(), GetItemText(), and wxcode::wxTreeListItem::IsVirtual().
| bool wxcode::wxTreeListMainWindow::IsVisible | ( | const wxTreeItemId & | item, |
| bool | fullRow, | ||
| bool | within = true |
||
| ) | const |
Definition at line 2231 of file treelistctrl.cpp.
References GetBoundingRect(), wxcode::wxTreeListItem::GetItemParent(), m_rootItem, and threshold().
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 3031 of file treelistctrl.cpp.
References threshold(), wxcode::wxTL_MODE_FIND_NOCASE, and wxcode::wxTL_MODE_FIND_PARTIAL.
Referenced by FindItem(), and OnChar().
|
inline |
Definition at line 605 of file treelistctrl.cpp.
Referenced by Create().
| void wxcode::wxTreeListMainWindow::OnChar | ( | wxKeyEvent & | event | ) |
Definition at line 3597 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(), threshold(), Toggle(), wxcode::wxTL_MODE_FIND_NOCASE, wxcode::wxTL_MODE_FIND_PARTIAL, and wxcode::wxTL_MODE_NAV_EXPANDED.
Referenced by Create().
|
virtual |
Definition at line 3001 of file treelistctrl.cpp.
References item2, m_owner, m_ReverseSortOrder, m_sortColumn, wxcode::wxTreeListCtrl::OnCompareItems(), and threshold().
Referenced by wxcode::tree_ctrl_compare_func().
|
protected |
Definition at line 4573 of file treelistctrl.cpp.
References CalculateLineHeight(), wxcode::LINEHEIGHT, m_dirty, m_imageListNormal, and m_lineHeight.
Referenced by Create().
|
inline |
Definition at line 598 of file treelistctrl.cpp.
Referenced by Create().
| void wxcode::wxTreeListMainWindow::OnIdle | ( | wxIdleEvent & | event | ) |
Definition at line 4261 of file treelistctrl.cpp.
References AdjustMyScrollbars(), CalculatePositions(), and m_dirty.
Referenced by Create().
| void wxcode::wxTreeListMainWindow::OnKillFocus | ( | wxFocusEvent & | event | ) |
Definition at line 3589 of file treelistctrl.cpp.
References m_curItem, m_hasFocus, RefreshLine(), and RefreshSelected().
Referenced by Create().
| void wxcode::wxTreeListMainWindow::OnMouse | ( | wxMouseEvent & | event | ) |
Definition at line 3964 of file treelistctrl.cpp.
References EnsureVisible(), flags, GetCurrentColumn(), wxcode::wxTreeListCtrl::GetHeaderWindow(), wxcode::wxTreeListItem::HitTest(), wxcode::wxTreeListHeaderWindow::IsColumnEditable(), 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(), threshold(), Toggle(), and wxcode::wxTREE_HITTEST_ONITEMCOLUMN.
Referenced by Create().
| void wxcode::wxTreeListMainWindow::OnPaint | ( | wxPaintEvent & | event | ) |
Definition at line 3532 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, PaintLevel(), and threshold().
Referenced by Create().
Definition at line 3947 of file treelistctrl.cpp.
References m_editCol, m_editItem, m_editRes, SendEvent(), SetItemText(), and threshold().
Referenced by wxcode::wxEditTextCtrl::EndEdit().
|
protected |
Definition at line 3943 of file treelistctrl.cpp.
References EditLabel(), GetCurrentColumn(), and m_curItem.
Referenced by wxcode::wxTreeListRenameTimer::Notify().
| void wxcode::wxTreeListMainWindow::OnScroll | ( | wxScrollWinEvent & | event | ) |
Definition at line 4274 of file treelistctrl.cpp.
References wxcode::wxTreeListCtrl::GetHeaderWindow(), m_owner, and threshold().
Referenced by Create().
| void wxcode::wxTreeListMainWindow::OnSetFocus | ( | wxFocusEvent & | event | ) |
Definition at line 3582 of file treelistctrl.cpp.
References m_curItem, m_hasFocus, RefreshLine(), and RefreshSelected().
Referenced by Create().
|
protected |
Definition at line 3201 of file treelistctrl.cpp.
References wxcode::wxTreeListColumnInfo::GetAlignment(), wxcode::wxTreeListHeaderWindow::GetColumn(), GetColumnCount(), wxcode::wxTreeListHeaderWindow::GetColumnWidth(), wxcode::wxTreeListCtrl::GetHeaderWindow(), GetItemBackgroundColour(), GetItemFont(), GetItemTextColour(), GetLineHeight(), GetMainColumn(), wxcode::wxTreeListCtrl::GetMainWindow(), wxcode::wxTreeListHeaderWindow::GetWidth(), HasButtons(), wxcode::wxTreeListHeaderWindow::IsColumnShown(), 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, wxcode::NO_IMAGE, threshold(), and wxTR_COLUMN_LINES.
Referenced by PaintLevel().
|
protected |
Definition at line 3361 of file treelistctrl.cpp.
References wxcode::wxTreeListCtrl::GetHeaderWindow(), GetLineHeight(), wxcode::wxTreeListHeaderWindow::GetWidth(), HasButtons(), 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, PaintItem(), PaintLevel(), and threshold().
Referenced by OnPaint(), and PaintLevel().
| wxTreeItemId wxcode::wxTreeListMainWindow::PrependItem | ( | const wxTreeItemId & | parent, |
| const wxString & | text, | ||
| int | image = -1, |
||
| int | selectedImage = -1, |
||
| wxTreeItemData * | data = NULL |
||
| ) |
Definition at line 2500 of file treelistctrl.cpp.
References DoInsertItem(), and threshold().
Referenced by wxcode::wxTreeListCtrl::PrependItem().
|
protected |
Definition at line 4393 of file treelistctrl.cpp.
References GetLineHeight(), m_dirty, and threshold().
Referenced by EnsureVisible(), OnChar(), OnKillFocus(), OnSetFocus(), RefreshSelectedUnder(), SelectItem(), SetCurrentItem(), SetDragItem(), SetItemBackgroundColour(), SetItemBackgroundColour(), SetItemBold(), SetItemBold(), SetItemFont(), SetItemFont(), SetItemHasChildren(), SetItemImage(), SetItemText(), SetItemTextColour(), SetItemTextColour(), TagAllChildrenUntilLast(), Unselect(), and UnselectAllChildren().
|
protected |
Definition at line 4412 of file treelistctrl.cpp.
References m_rootItem, and RefreshSelectedUnder().
Referenced by OnKillFocus(), OnMouse(), and OnSetFocus().
|
protected |
Definition at line 4420 of file treelistctrl.cpp.
References RefreshLine(), RefreshSelectedUnder(), and threshold().
Referenced by RefreshSelected(), and RefreshSelectedUnder().
|
protected |
Definition at line 4373 of file treelistctrl.cpp.
References AdjustMyScrollbars(), m_dirty, and threshold().
| void wxcode::wxTreeListMainWindow::ScrollTo | ( | const wxTreeItemId & | item | ) |
Definition at line 2953 of file treelistctrl.cpp.
References CalculatePositions(), wxcode::wxTreeListCtrl::GetHeaderWindow(), GetLineHeight(), wxcode::wxTreeListItem::GetSize(), wxcode::wxTreeListHeaderWindow::GetWidth(), m_dirty, m_owner, m_rootItem, and threshold().
Referenced by EnsureVisible(), and wxcode::wxTreeListCtrl::ScrollTo().
| void wxcode::wxTreeListMainWindow::SelectAll | ( | ) |
Definition at line 2897 of file treelistctrl.cpp.
References GetFirstChild(), GetLastChild(), GetRootItem(), m_curItem, m_rootItem, SendEvent(), TagAllChildrenUntilLast(), TagNextChildren(), and threshold().
Referenced by wxcode::wxTreeListCtrl::SelectAll().
| bool wxcode::wxTreeListMainWindow::SelectItem | ( | const wxTreeItemId & | item, |
| const wxTreeItemId & | prev = (wxTreeItemId*)NULL, |
||
| bool | unselect_others = true |
||
| ) |
Definition at line 2833 of file treelistctrl.cpp.
References CalculatePositions(), m_curColumn, m_curItem, m_dirty, m_selectItem, RefreshLine(), SendEvent(), TagAllChildrenUntilLast(), TagNextChildren(), threshold(), Unselect(), and UnselectAll().
Referenced by DoDeleteItem(), OnChar(), OnMouse(), and wxcode::wxTreeListCtrl::SelectItem().
|
protected |
Definition at line 4554 of file treelistctrl.cpp.
References m_curColumn, m_owner, and threshold().
Referenced by Collapse(), DeleteRoot(), DoDeleteItem(), EditLabel(), Expand(), OnChar(), OnMouse(), OnRenameAccept(), SelectAll(), and SelectItem().
Definition at line 4436 of file treelistctrl.cpp.
References threshold().
Referenced by Create(), and wxcode::wxTreeListCtrl::SetBackgroundColour().
| void wxcode::wxTreeListMainWindow::SetButtonsImageList | ( | wxImageList * | imageList | ) |
Definition at line 3147 of file treelistctrl.cpp.
References CalculateLineHeight(), m_dirty, m_imageListButtons, m_ownsImageListButtons, and threshold().
Referenced by AssignButtonsImageList(), and wxcode::wxTreeListCtrl::SetButtonsImageList().
| void wxcode::wxTreeListMainWindow::SetCurrentItem | ( | const wxTreeItemId & | item | ) |
Definition at line 2671 of file treelistctrl.cpp.
References SetCurrentItem(), and threshold().
Referenced by AddRoot(), DeleteRoot(), DoDeleteItem(), OnChar(), OnMouse(), SetCurrentItem(), and wxcode::wxTreeListCtrl::SetCurrentItem().
|
protected |
Definition at line 2674 of file treelistctrl.cpp.
References m_curItem, RefreshLine(), and threshold().
| void wxcode::wxTreeListMainWindow::SetDragItem | ( | const wxTreeItemId & | item = (wxTreeItemId*)NULL | ) |
Definition at line 3090 of file treelistctrl.cpp.
References m_dragItem, RefreshLine(), and threshold().
Referenced by wxcode::wxTreeListCtrl::SetDragItem().
| void wxcode::wxTreeListMainWindow::SetFocus | ( | ) |
Definition at line 4481 of file treelistctrl.cpp.
Referenced by wxcode::wxEditTextCtrl::EndEdit(), OnMouse(), wxcode::wxTreeListHeaderWindow::OnSetFocus(), and wxcode::wxTreeListCtrl::SetFocus().
Definition at line 2213 of file treelistctrl.cpp.
References CalculateLineHeight(), m_boldFont, m_normalFont, and threshold().
Referenced by wxcode::wxTreeListCtrl::SetFont().
Definition at line 4443 of file treelistctrl.cpp.
References threshold().
Referenced by wxcode::wxTreeListCtrl::SetForegroundColour().
| void wxcode::wxTreeListMainWindow::SetImageList | ( | wxImageList * | imageList | ) |
Definition at line 3133 of file treelistctrl.cpp.
References CalculateLineHeight(), m_dirty, m_imageListNormal, m_ownsImageListNormal, and threshold().
Referenced by AssignImageList(), and wxcode::wxTreeListCtrl::SetImageList().
Definition at line 1982 of file treelistctrl.cpp.
References m_dirty, m_indent, wxcode::MININDENT, and threshold().
Referenced by wxcode::wxTreeListCtrl::SetIndent().
| void wxcode::wxTreeListMainWindow::SetItemBackgroundColour | ( | const wxTreeItemId & | item, |
| const wxColour & | colour | ||
| ) |
Definition at line 2186 of file treelistctrl.cpp.
References RefreshLine(), and threshold().
Referenced by wxcode::wxTreeListCtrl::SetItemBackgroundColour(), and wxcode::wxTreeListCtrl::SetItemBackgroundColour().
| void wxcode::wxTreeListMainWindow::SetItemBackgroundColour | ( | const wxTreeItemId & | item, |
| int | column, | ||
| const wxColour & | colour | ||
| ) |
Definition at line 2192 of file treelistctrl.cpp.
References RefreshLine(), and threshold().
| void wxcode::wxTreeListMainWindow::SetItemBold | ( | const wxTreeItemId & | item, |
| bool | bold = true |
||
| ) |
Definition at line 2156 of file treelistctrl.cpp.
References RefreshLine(), and threshold().
Referenced by wxcode::wxTreeListCtrl::SetItemBold(), and wxcode::wxTreeListCtrl::SetItemBold().
| void wxcode::wxTreeListMainWindow::SetItemBold | ( | const wxTreeItemId & | item, |
| int | column, | ||
| bool | bold = true |
||
| ) |
Definition at line 2164 of file treelistctrl.cpp.
References RefreshLine(), and threshold().
| void wxcode::wxTreeListMainWindow::SetItemData | ( | const wxTreeItemId & | item, |
| int | column, | ||
| wxTreeItemData * | data | ||
| ) |
Definition at line 2151 of file treelistctrl.cpp.
References threshold().
| void wxcode::wxTreeListMainWindow::SetItemData | ( | const wxTreeItemId & | item, |
| wxTreeItemData * | data | ||
| ) |
Definition at line 2147 of file treelistctrl.cpp.
References threshold().
Referenced by wxcode::wxTreeListCtrl::SetItemData(), and wxcode::wxTreeListCtrl::SetItemData().
| void wxcode::wxTreeListMainWindow::SetItemFont | ( | const wxTreeItemId & | item, |
| const wxFont & | font | ||
| ) |
Definition at line 2199 of file treelistctrl.cpp.
References RefreshLine(), and threshold().
Referenced by wxcode::wxTreeListCtrl::SetItemFont(), and wxcode::wxTreeListCtrl::SetItemFont().
| void wxcode::wxTreeListMainWindow::SetItemFont | ( | const wxTreeItemId & | item, |
| int | column, | ||
| const wxFont & | font | ||
| ) |
Definition at line 2205 of file treelistctrl.cpp.
References RefreshLine(), and threshold().
| void wxcode::wxTreeListMainWindow::SetItemHasChildren | ( | const wxTreeItemId & | item, |
| bool | has = true |
||
| ) |
Definition at line 2125 of file treelistctrl.cpp.
References RefreshLine(), and threshold().
Referenced by wxcode::wxTreeListCtrl::SetItemHasChildren().
| void wxcode::wxTreeListMainWindow::SetItemImage | ( | const wxTreeItemId & | item, |
| int | column, | ||
| int | image, | ||
| wxTreeItemIcon | which = wxTreeItemIcon_Normal |
||
| ) |
Definition at line 2132 of file treelistctrl.cpp.
References CalculateSize(), RefreshLine(), and threshold().
|
inline |
Definition at line 373 of file treelistctrl.cpp.
References GetMainColumn(), SetItemImage(), and threshold().
Referenced by wxcode::wxTreeListCtrl::SetItemImage(), SetItemImage(), and wxcode::wxTreeListCtrl::SetItemImage().
| void wxcode::wxTreeListMainWindow::SetItemParent | ( | const wxTreeItemId & | parent, |
| const wxTreeItemId & | item | ||
| ) |
Definition at line 2651 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetChildren(), wxcode::wxTreeListItem::GetItemParent(), m_dirty, m_rootItem, and threshold().
Referenced by wxcode::wxTreeListCtrl::SetItemParent().
| void wxcode::wxTreeListMainWindow::SetItemText | ( | const wxTreeItemId & | item, |
| int | column, | ||
| const wxString & | text | ||
| ) |
Definition at line 4450 of file treelistctrl.cpp.
References CalculateSize(), m_dirty, RefreshLine(), and threshold().
Referenced by OnRenameAccept(), and wxcode::wxTreeListCtrl::SetItemText().
| void wxcode::wxTreeListMainWindow::SetItemTextColour | ( | const wxTreeItemId & | item, |
| const wxColour & | colour | ||
| ) |
Definition at line 2173 of file treelistctrl.cpp.
References RefreshLine(), and threshold().
Referenced by wxcode::wxTreeListCtrl::SetItemTextColour(), and wxcode::wxTreeListCtrl::SetItemTextColour().
| void wxcode::wxTreeListMainWindow::SetItemTextColour | ( | const wxTreeItemId & | item, |
| int | column, | ||
| const wxColour & | colour | ||
| ) |
Definition at line 2179 of file treelistctrl.cpp.
References RefreshLine(), and threshold().
| void wxcode::wxTreeListMainWindow::SetItemToolTip | ( | const wxTreeItemId & | item, |
| const wxString & | tip | ||
| ) |
Definition at line 2020 of file treelistctrl.cpp.
References m_isItemToolTip, m_toolTipItem, and threshold().
Referenced by wxcode::wxTreeListCtrl::SetItemToolTip().
Definition at line 1987 of file treelistctrl.cpp.
References CalculateLineHeight(), m_dirty, m_linespacing, and threshold().
Referenced by wxcode::wxTreeListCtrl::SetLineSpacing().
Definition at line 611 of file treelistctrl.cpp.
References GetColumnCount(), m_main_column, and threshold().
Referenced by wxcode::wxTreeListCtrl::SetMainColumn().
| void wxcode::wxTreeListMainWindow::SetStateImageList | ( | wxImageList * | imageList | ) |
Definition at line 3141 of file treelistctrl.cpp.
References m_imageListState, m_ownsImageListState, and threshold().
Referenced by AssignStateImageList(), and wxcode::wxTreeListCtrl::SetStateImageList().
Definition at line 2009 of file treelistctrl.cpp.
References m_isItemToolTip, m_toolTip, m_toolTipItem, and threshold().
Referenced by wxcode::wxTreeListCtrl::SetToolTip(), and wxcode::wxTreeListCtrl::SetToolTip().
Definition at line 2014 of file treelistctrl.cpp.
References m_isItemToolTip, m_toolTip, m_toolTipItem, and threshold().
Definition at line 1999 of file treelistctrl.cpp.
References m_dirty, threshold(), and UnselectAll().
Referenced by wxcode::wxTreeListCtrl::SetWindowStyleFlag().
| void wxcode::wxTreeListMainWindow::SortChildren | ( | const wxTreeItemId & | item, |
| int | column, | ||
| bool | reverseOrder | ||
| ) |
Definition at line 3012 of file treelistctrl.cpp.
References m_dirty, m_ReverseSortOrder, m_sortColumn, wxcode::s_treeBeingSorted, threshold(), and wxcode::tree_ctrl_compare_func().
Referenced by wxcode::wxTreeListCtrl::SortChildren().
|
protected |
Definition at line 2815 of file treelistctrl.cpp.
References RefreshLine(), TagAllChildrenUntilLast(), and threshold().
Referenced by SelectAll(), SelectItem(), TagAllChildrenUntilLast(), and TagNextChildren().
|
protected |
Definition at line 2792 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetItemParent(), GetRootItem(), TagAllChildrenUntilLast(), TagNextChildren(), and threshold().
Referenced by SelectAll(), SelectItem(), and TagNextChildren().
| void wxcode::wxTreeListMainWindow::Toggle | ( | const wxTreeItemId & | item | ) |
Definition at line 2746 of file treelistctrl.cpp.
References Collapse(), Expand(), IsExpanded(), and threshold().
Referenced by OnChar(), OnMouse(), and wxcode::wxTreeListCtrl::Toggle().
| void wxcode::wxTreeListMainWindow::Unselect | ( | ) |
Definition at line 2756 of file treelistctrl.cpp.
References m_selectItem, RefreshLine(), wxcode::wxTreeListItem::SetHilight(), and threshold().
Referenced by SelectItem(), and wxcode::wxTreeListCtrl::Unselect().
| void wxcode::wxTreeListMainWindow::UnselectAll | ( | ) |
Definition at line 2782 of file treelistctrl.cpp.
References GetRootItem(), threshold(), and UnselectAllChildren().
Referenced by SelectItem(), SetWindowStyle(), and wxcode::wxTreeListCtrl::UnselectAll().
|
protected |
Definition at line 2764 of file treelistctrl.cpp.
References wxcode::wxTreeListItem::GetChildren(), m_curItem, m_lastOnSame, m_selectItem, RefreshLine(), threshold(), and UnselectAllChildren().
Referenced by UnselectAll(), and UnselectAllChildren().
|
friend |
Definition at line 255 of file treelistctrl.cpp.
Referenced by EditLabel().
|
friend |
Definition at line 253 of file treelistctrl.cpp.
Referenced by AddRoot(), and DoInsertItem().
|
friend |
Definition at line 254 of file treelistctrl.cpp.
|
protected |
Definition at line 626 of file treelistctrl.cpp.
Referenced by GetItemFont(), GetItemFont(), and SetFont().
|
protected |
Definition at line 639 of file treelistctrl.cpp.
Referenced by OnPaint(), and PaintLevel().
|
protected |
Definition at line 639 of file treelistctrl.cpp.
Referenced by OnPaint(), and PaintLevel().
|
protected |
Definition at line 638 of file treelistctrl.cpp.
Referenced by CalculateLevel(), GetItemWidth(), OnPaint(), PaintItem(), and PaintLevel().
|
protected |
Definition at line 638 of file treelistctrl.cpp.
Referenced by CalculateLevel(), OnPaint(), PaintItem(), and PaintLevel().
|
protected |
Definition at line 634 of file treelistctrl.cpp.
Referenced by Collapse(), Expand(), GetCurrentColumn(), OnChar(), OnMouse(), PaintItem(), SelectItem(), and SendEvent().
|
protected |
Definition at line 629 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 650 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 645 of file treelistctrl.cpp.
Referenced by Create(), OnPaint(), and PaintLevel().
|
protected |
Definition at line 666 of file treelistctrl.cpp.
Referenced by OnMouse().
|
protected |
Definition at line 665 of file treelistctrl.cpp.
Referenced by DoDeleteItem(), OnMouse(), and SetDragItem().
|
protected |
Definition at line 664 of file treelistctrl.cpp.
Referenced by OnMouse().
|
protected |
Definition at line 670 of file treelistctrl.cpp.
Referenced by EditLabel().
|
protected |
Definition at line 672 of file treelistctrl.cpp.
Referenced by EditLabel(), and OnRenameAccept().
|
protected |
Definition at line 673 of file treelistctrl.cpp.
Referenced by DoDeleteItem(), EditLabel(), EndEdit(), wxcode::wxEditTextCtrl::EndEdit(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 668 of file treelistctrl.cpp.
Referenced by EditLabel(), wxcode::wxEditTextCtrl::EndEdit(), and OnRenameAccept().
|
protected |
Definition at line 671 of file treelistctrl.cpp.
Referenced by EditLabel(), and OnRenameAccept().
|
protected |
Definition at line 669 of file treelistctrl.cpp.
Referenced by OnMouse(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 677 of file treelistctrl.cpp.
Referenced by OnChar().
|
protected |
Definition at line 676 of file treelistctrl.cpp.
Referenced by OnChar(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 648 of file treelistctrl.cpp.
Referenced by OnKillFocus(), OnSetFocus(), and PaintItem().
|
protected |
Definition at line 646 of file treelistctrl.cpp.
Referenced by PaintItem(), PaintLevel(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 647 of file treelistctrl.cpp.
Referenced by PaintItem(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 660 of file treelistctrl.cpp.
Referenced by CalculateLineHeight(), GetButtonsImageList(), HasButtons(), OnPaint(), PaintLevel(), SetButtonsImageList(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 658 of file treelistctrl.cpp.
Referenced by CalculateLineHeight(), GetImageList(), OnDpiChanged(), OnPaint(), PaintItem(), SetImageList(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 659 of file treelistctrl.cpp.
Referenced by GetStateImageList(), SetStateImageList(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 641 of file treelistctrl.cpp.
Referenced by CalculateSize(), OnPaint(), and PaintItem().
|
protected |
Definition at line 641 of file treelistctrl.cpp.
Referenced by OnPaint(), and PaintLevel().
|
protected |
Definition at line 640 of file treelistctrl.cpp.
Referenced by CalculateSize(), GetItemWidth(), OnPaint(), PaintItem(), and PaintLevel().
|
protected |
Definition at line 640 of file treelistctrl.cpp.
Referenced by OnPaint().
Definition at line 642 of file treelistctrl.cpp.
Referenced by CalculateLevel(), GetIndent(), OnPaint(), PaintItem(), PaintLevel(), and SetIndent().
|
protected |
Definition at line 663 of file treelistctrl.cpp.
Referenced by DoDeleteItem(), OnMouse(), and PaintItem().
|
protected |
Definition at line 662 of file treelistctrl.cpp.
Referenced by DoDeleteItem(), and OnMouse().
|
protected |
Definition at line 679 of file treelistctrl.cpp.
Referenced by OnMouse(), SetItemToolTip(), SetToolTip(), and SetToolTip().
|
protected |
Definition at line 655 of file treelistctrl.cpp.
Referenced by OnMouse(), and UnselectAllChildren().
|
protected |
Definition at line 656 of file treelistctrl.cpp.
|
protected |
Definition at line 643 of file treelistctrl.cpp.
Referenced by AdjustMyScrollbars(), CalculateLineHeight(), CalculateSize(), GetLineHeight(), and OnDpiChanged().
Definition at line 644 of file treelistctrl.cpp.
Referenced by CalculateLineHeight(), GetLineSpacing(), and SetLineSpacing().
|
protected |
Definition at line 633 of file treelistctrl.cpp.
Referenced by AddRoot(), CalculateSize(), Create(), DoInsertItem(), GetCurrentColumn(), GetMainColumn(), PaintLevel(), and SetMainColumn().
|
protected |
Definition at line 625 of file treelistctrl.cpp.
Referenced by CalculateLineHeight(), CalculatePositions(), CalculateSize(), GetItemFont(), GetItemFont(), OnPaint(), PaintItem(), and SetFont().
|
protected |
Definition at line 623 of file treelistctrl.cpp.
Referenced by AdjustMyScrollbars(), CalculatePositions(), Create(), EditLabel(), GetColumnCount(), GetItemText(), GetItemText(), OnCompareItems(), OnMouse(), OnPaint(), OnScroll(), PaintItem(), PaintLevel(), ScrollTo(), and SendEvent().
|
protected |
Definition at line 654 of file treelistctrl.cpp.
Referenced by AssignButtonsImageList(), SetButtonsImageList(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 652 of file treelistctrl.cpp.
Referenced by AssignImageList(), SetImageList(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 653 of file treelistctrl.cpp.
Referenced by AssignStateImageList(), SetStateImageList(), and ~wxTreeListMainWindow().
|
protected |
Definition at line 636 of file treelistctrl.cpp.
Referenced by OnCompareItems(), and SortChildren().
|
protected |
Definition at line 628 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 631 of file treelistctrl.cpp.
Referenced by DeleteRoot(), DoDeleteItem(), GetSelection(), SelectItem(), Unselect(), and UnselectAllChildren().
|
protected |
Definition at line 630 of file treelistctrl.cpp.
Referenced by DeleteRoot(), DoDeleteItem(), OnChar(), and OnMouse().
|
protected |
Definition at line 635 of file treelistctrl.cpp.
Referenced by OnCompareItems(), and SortChildren().
|
protected |
Definition at line 680 of file treelistctrl.cpp.
Referenced by OnMouse(), SetToolTip(), and SetToolTip().
|
protected |
Definition at line 681 of file treelistctrl.cpp.
Referenced by OnMouse(), SetItemToolTip(), SetToolTip(), and SetToolTip().