|
Hugin trunk 0.1
|
#include <treelistctrl.h>

Protected Member Functions | |
| wxTreeListHeaderWindow * | GetHeaderWindow () const |
| wxTreeListMainWindow * | GetMainWindow () const |
| int | GetHeaderHeight () const |
| void | CalculateAndSetHeaderHeight () |
| void | DoHeaderLayout () |
| void | OnSize (wxSizeEvent &event) |
Protected Attributes | |
| wxTreeListHeaderWindow * | m_header_win |
| wxTreeListMainWindow * | m_main_win |
Private Attributes | |
| int | m_headerHeight |
Friends | |
| class | wxTreeListHeaderWindow |
| class | wxTreeListMainWindow |
| class | wxTreeListItem |
Definition at line 137 of file treelistctrl.h.
|
inline |
Definition at line 146 of file treelistctrl.h.
|
inline |
Definition at line 150 of file treelistctrl.h.
References Create(), and threshold().
|
inlinevirtual |
Definition at line 161 of file treelistctrl.h.
|
inline |
Definition at line 219 of file treelistctrl.h.
References AddColumn(), and threshold().
Referenced by AddColumn(), and ImagesTreeCtrl::CreateColumns().
| void wxcode::wxTreeListCtrl::AddColumn | ( | const wxTreeListColumnInfo & | colInfo | ) |
Definition at line 5037 of file treelistctrl.cpp.
References wxcode::wxTreeListHeaderWindow::AddColumn(), DoHeaderLayout(), m_header_win, and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::AddRoot | ( | const wxString & | text, |
| int | image = -1, |
||
| int | selectedImage = -1, |
||
| wxTreeItemData * | data = NULL |
||
| ) |
Definition at line 4882 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::AddRoot(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::Create().
| wxTreeItemId wxcode::wxTreeListCtrl::AppendItem | ( | const wxTreeItemId & | parent, |
| const wxString & | text, | ||
| int | image = -1, |
||
| int | selectedImage = -1, |
||
| wxTreeItemData * | data = NULL |
||
| ) |
Definition at line 4912 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::AppendItem(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::panoramaImagesChanged(), and ImagesTreeCtrl::UpdateGroup().
| void wxcode::wxTreeListCtrl::AssignButtonsImageList | ( | wxImageList * | imageList | ) |
Definition at line 4691 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::AssignButtonsImageList(), m_main_win, and threshold().
| void wxcode::wxTreeListCtrl::AssignImageList | ( | wxImageList * | imageList | ) |
Definition at line 4685 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::AssignImageList(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::CreateCheckboxImages().
| void wxcode::wxTreeListCtrl::AssignStateImageList | ( | wxImageList * | imageList | ) |
Definition at line 4688 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::AssignStateImageList(), m_main_win, and threshold().
|
protected |
Definition at line 4614 of file treelistctrl.cpp.
References DoHeaderLayout(), m_header_win, m_headerHeight, and threshold().
| void wxcode::wxTreeListCtrl::Collapse | ( | const wxTreeItemId & | item | ) |
Definition at line 4933 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::Collapse(), m_main_win, and threshold().
| void wxcode::wxTreeListCtrl::CollapseAndReset | ( | const wxTreeItemId & | item | ) |
Definition at line 4936 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::CollapseAndReset(), m_main_win, and threshold().
| bool wxcode::wxTreeListCtrl::Create | ( | wxWindow * | parent, |
| wxWindowID | id = -1, |
||
| const wxPoint & | pos = wxDefaultPosition, |
||
| const wxSize & | size = wxDefaultSize, |
||
| long | style = wxTR_DEFAULT_STYLE, |
||
| const wxValidator & | validator = wxDefaultValidator, |
||
| const wxString & | name = wxTreeListCtrlNameStr |
||
| ) |
Definition at line 4590 of file treelistctrl.cpp.
References CalculateAndSetHeaderHeight(), m_header_win, m_main_win, OnSize(), threshold(), wxTreeListHeaderWindow, and wxTreeListMainWindow.
Referenced by wxTreeListCtrl().
| void wxcode::wxTreeListCtrl::Delete | ( | const wxTreeItemId & | item | ) |
Definition at line 4918 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::Delete(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::panoramaImagesChanged(), and ImagesTreeCtrl::UpdateGroup().
| void wxcode::wxTreeListCtrl::DeleteChildren | ( | const wxTreeItemId & | item | ) |
Definition at line 4921 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::DeleteChildren(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::SetGroupMode().
| void wxcode::wxTreeListCtrl::DeleteRoot | ( | ) |
Definition at line 4924 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::DeleteRoot(), and m_main_win.
|
virtual |
Definition at line 5120 of file treelistctrl.cpp.
References m_header_win, m_main_win, and threshold().
|
protected |
Definition at line 4634 of file treelistctrl.cpp.
References m_header_win, m_headerHeight, m_main_win, and threshold().
Referenced by AddColumn(), CalculateAndSetHeaderHeight(), and OnSize().
|
inline |
Definition at line 503 of file treelistctrl.h.
References EditLabel(), GetMainColumn(), and threshold().
Referenced by EditLabel().
| void wxcode::wxTreeListCtrl::EditLabel | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) |
Definition at line 4971 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::EditLabel(), m_main_win, and threshold().
Definition at line 4973 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::EndEdit(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::OnLeftDown().
| void wxcode::wxTreeListCtrl::EnsureVisible | ( | const wxTreeItemId & | item | ) |
Definition at line 4955 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::EnsureVisible(), m_main_win, and threshold().
| void wxcode::wxTreeListCtrl::Expand | ( | const wxTreeItemId & | item | ) |
Definition at line 4927 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::Expand(), m_main_win, and threshold().
| void wxcode::wxTreeListCtrl::ExpandAll | ( | const wxTreeItemId & | item | ) |
Definition at line 4930 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::ExpandAll(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::SetGroupMode().
|
inline |
Definition at line 524 of file treelistctrl.h.
References FindItem(), and threshold().
Referenced by FindItem().
| wxTreeItemId wxcode::wxTreeListCtrl::FindItem | ( | const wxTreeItemId & | item, |
| int | column, | ||
| const wxString & | str, | ||
| int | mode = 0 |
||
| ) |
Definition at line 4992 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::FindItem(), m_main_win, and threshold().
| bool wxcode::wxTreeListCtrl::GetBoundingRect | ( | const wxTreeItemId & | item, |
| wxRect & | rect, | ||
| bool | textOnly = false |
||
| ) | const |
Definition at line 4967 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetBoundingRect(), m_main_win, and threshold().
| wxImageList * wxcode::wxTreeListCtrl::GetButtonsImageList | ( | ) | const |
Definition at line 4673 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetButtonsImageList(), and m_main_win.
| size_t wxcode::wxTreeListCtrl::GetChildrenCount | ( | const wxTreeItemId & | item, |
| bool | recursively = true |
||
| ) |
Definition at line 4815 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetChildrenCount(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::panoramaImagesChanged(), ImagesTreeCtrl::UpdateGroup(), ImagesTreeCtrl::UpdateGroupText(), and ImagesTreeCtrl::UpdateImageText().
| wxTreeListColumnInfo wxcode::wxTreeListCtrl::GetColumn | ( | int | column | ) |
Definition at line 5064 of file treelistctrl.cpp.
References wxcode::wxTreeListHeaderWindow::GetColumn(), m_header_win, and threshold().
Referenced by SetColumnAlignment(), SetColumnEditable(), SetColumnImage(), and SetColumnShown().
| const wxTreeListColumnInfo & wxcode::wxTreeListCtrl::GetColumn | ( | int | column | ) | const |
Definition at line 5061 of file treelistctrl.cpp.
References wxcode::wxTreeListHeaderWindow::GetColumn(), m_header_win, and threshold().
Definition at line 5106 of file treelistctrl.cpp.
References wxcode::wxTreeListColumnInfo::GetAlignment(), wxcode::wxTreeListHeaderWindow::GetColumn(), m_header_win, and threshold().
| int wxcode::wxTreeListCtrl::GetColumnCount | ( | ) | const |
Definition at line 5010 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetColumnCount(), and m_main_win.
Referenced by ImagesTreeCtrl::CreateColumns(), and ImagesTreeCtrl::UpdateOptimizerVariables().
Definition at line 5073 of file treelistctrl.cpp.
References wxcode::wxTreeListHeaderWindow::GetColumn(), wxcode::wxTreeListColumnInfo::GetImage(), m_header_win, and threshold().
Definition at line 5034 of file treelistctrl.cpp.
References wxcode::wxTreeListHeaderWindow::GetColumnText(), m_header_win, and threshold().
Definition at line 5019 of file treelistctrl.cpp.
References wxcode::wxTreeListHeaderWindow::GetColumnWidth(), m_header_win, and threshold().
Referenced by ImagesTreeCtrl::OnColumnWidthChange().
| size_t wxcode::wxTreeListCtrl::GetCount | ( | ) | const |
Definition at line 4653 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetCount(), and m_main_win.
| wxTreeItemId wxcode::wxTreeListCtrl::GetFirstChild | ( | const wxTreeItemId & | item, |
| wxTreeItemIdValue & | cookie | ||
| ) | const |
Definition at line 4830 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetFirstChild(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::GetSelectedImages(), ImagesTreeCtrl::OnBeginEdit(), ImagesTreeCtrl::OnEndEdit(), ImagesTreeCtrl::OnLeftUp(), ImagesTreeCtrl::panoramaImagesChanged(), ImagesTreeCtrl::SelectAllParameters(), ImagesTreeCtrl::UpdateGroup(), ImagesTreeCtrl::UpdateGroupText(), ImagesTreeCtrl::UpdateItemFont(), and ImagesTreeCtrl::UpdateOptimizerVariables().
| wxTreeItemId wxcode::wxTreeListCtrl::GetFirstExpandedItem | ( | ) | const |
Definition at line 4859 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetFirstExpandedItem(), and m_main_win.
| wxTreeItemId wxcode::wxTreeListCtrl::GetFirstVisible | ( | bool | fullRow = false, |
| bool | within = true |
||
| ) | const |
Definition at line 4870 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetFirstVisible(), m_main_win, and threshold().
Referenced by GetFirstVisibleItem().
| wxTreeItemId wxcode::wxTreeListCtrl::GetFirstVisibleItem | ( | bool | fullRow = false | ) | const |
Definition at line 4868 of file treelistctrl.cpp.
References GetFirstVisible(), and threshold().
|
inlineprotected |
Definition at line 548 of file treelistctrl.h.
References m_headerHeight.
|
inlineprotected |
Definition at line 539 of file treelistctrl.h.
References m_header_win.
Referenced by wxcode::wxTreeListMainWindow::AdjustMyScrollbars(), wxcode::wxTreeListMainWindow::CalculatePositions(), wxcode::wxTreeListMainWindow::EditLabel(), wxcode::wxTreeListMainWindow::GetColumnCount(), wxcode::wxTreeListMainWindow::OnMouse(), wxcode::wxTreeListMainWindow::OnPaint(), wxcode::wxTreeListMainWindow::OnScroll(), wxcode::wxTreeListMainWindow::PaintItem(), wxcode::wxTreeListMainWindow::PaintLevel(), and wxcode::wxTreeListMainWindow::ScrollTo().
| wxImageList * wxcode::wxTreeListCtrl::GetImageList | ( | ) | const |
Definition at line 4667 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetImageList(), and m_main_win.
Definition at line 4655 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetIndent(), and m_main_win.
| wxColour wxcode::wxTreeListCtrl::GetItemBackgroundColour | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4719 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemBackgroundColour(), m_main_win, and threshold().
| wxColour wxcode::wxTreeListCtrl::GetItemBackgroundColour | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 4721 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemBackgroundColour(), m_main_win, and threshold().
| bool wxcode::wxTreeListCtrl::GetItemBold | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4709 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemBold(), m_main_win, and threshold().
Referenced by IsBold().
| bool wxcode::wxTreeListCtrl::GetItemBold | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 4711 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemBold(), m_main_win, and threshold().
| wxTreeItemData * wxcode::wxTreeListCtrl::GetItemData | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4704 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemData(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::GetSelectedImages(), ImagesTreeCtrl::OnBeginEdit(), ImagesTreeCtrl::OnContextMenu(), ImagesTreeCtrl::OnEndEdit(), ImagesTreeCtrl::OnLeftUp(), ImagesTreeCtrl::SelectAllParameters(), ImagesTreeCtrl::UpdateGroup(), ImagesTreeCtrl::UpdateGroupText(), ImagesTreeCtrl::UpdateImageText(), ImagesTreeCtrl::UpdateItemFont(), and ImagesTreeCtrl::UpdateOptimizerVariables().
| wxTreeItemData * wxcode::wxTreeListCtrl::GetItemData | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 4706 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemData(), m_main_win, and threshold().
| wxFont wxcode::wxTreeListCtrl::GetItemFont | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4724 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemFont(), m_main_win, and threshold().
| wxFont wxcode::wxTreeListCtrl::GetItemFont | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 4726 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemFont(), m_main_win, and threshold().
| int wxcode::wxTreeListCtrl::GetItemImage | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 4701 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemImage(), m_main_win, and threshold().
| int wxcode::wxTreeListCtrl::GetItemImage | ( | const wxTreeItemId & | item, |
| wxTreeItemIcon | which = wxTreeItemIcon_Normal |
||
| ) | const |
Definition at line 4699 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemImage(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::OnLeftUp(), and ImagesTreeCtrl::OnMouseMove().
| wxTreeItemId wxcode::wxTreeListCtrl::GetItemParent | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4827 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemParent(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::OnLeftUp(), ImagesTreeCtrl::SelectAllParameters(), and ImagesTreeCtrl::UpdateImageText().
|
inline |
Definition at line 281 of file treelistctrl.h.
References GetItemText(), GetMainColumn(), and threshold().
Referenced by GetItemText(), ImagesTreeCtrl::OnBeginEdit(), OnCompareItems(), OnCompareItems(), ImagesTreeCtrl::OnContextMenu(), ImagesTreeCtrl::OnLeftDown(), and ImagesTreeCtrl::UpdateOptimizerVariables().
| wxString wxcode::wxTreeListCtrl::GetItemText | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 4696 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemText(), m_main_win, and threshold().
| wxColour wxcode::wxTreeListCtrl::GetItemTextColour | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4714 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemTextColour(), m_main_win, and threshold().
| wxColour wxcode::wxTreeListCtrl::GetItemTextColour | ( | const wxTreeItemId & | item, |
| int | column | ||
| ) | const |
Definition at line 4716 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetItemTextColour(), m_main_win, and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::GetLastChild | ( | const wxTreeItemId & | item, |
| wxTreeItemIdValue & | cookie | ||
| ) | const |
Definition at line 4842 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetLastChild(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::panoramaImagesChanged(), and ImagesTreeCtrl::UpdateGroup().
| wxTreeItemId wxcode::wxTreeListCtrl::GetLastVisible | ( | bool | fullRow = false, |
| bool | within = true |
||
| ) | const |
Definition at line 4873 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetLastVisible(), m_main_win, and threshold().
Definition at line 4661 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetLineSpacing(), and m_main_win.
| int wxcode::wxTreeListCtrl::GetMainColumn | ( | ) | const |
Definition at line 5025 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetMainColumn(), and m_main_win.
Referenced by EditLabel(), GetItemText(), IsBold(), and SetColumnShown().
|
inlineprotected |
Definition at line 544 of file treelistctrl.h.
References m_main_win.
Referenced by wxcode::wxTreeListMainWindow::PaintItem().
| wxTreeItemId wxcode::wxTreeListCtrl::GetNext | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4853 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetNext(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::UpdateOptimizerVariables().
| wxTreeItemId wxcode::wxTreeListCtrl::GetNextChild | ( | const wxTreeItemId & | item, |
| wxTreeItemIdValue & | cookie | ||
| ) | const |
Definition at line 4834 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetNextChild(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::GetSelectedImages(), ImagesTreeCtrl::OnLeftUp(), ImagesTreeCtrl::panoramaImagesChanged(), ImagesTreeCtrl::SelectAllParameters(), ImagesTreeCtrl::UpdateGroup(), ImagesTreeCtrl::UpdateItemFont(), and ImagesTreeCtrl::UpdateOptimizerVariables().
| wxTreeItemId wxcode::wxTreeListCtrl::GetNextExpanded | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4862 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetNextExpanded(), m_main_win, and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::GetNextSibling | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4847 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetNextSibling(), m_main_win, and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::GetNextVisible | ( | const wxTreeItemId & | item, |
| bool | fullRow = false, |
||
| bool | within = true |
||
| ) | const |
Definition at line 4876 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetNextVisible(), m_main_win, and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::GetPrev | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4856 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetPrev(), m_main_win, and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::GetPrevChild | ( | const wxTreeItemId & | item, |
| wxTreeItemIdValue & | cookie | ||
| ) | const |
Definition at line 4838 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetPrevChild(), m_main_win, and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::GetPrevExpanded | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4865 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetPrevExpanded(), m_main_win, and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::GetPrevSibling | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4850 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetPrevSibling(), m_main_win, and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::GetPrevVisible | ( | const wxTreeItemId & | item, |
| bool | fullRow = false, |
||
| bool | within = true |
||
| ) | const |
Definition at line 4879 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetPrevVisible(), m_main_win, and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::GetRootItem | ( | ) | const |
Definition at line 4818 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetRootItem(), and m_main_win.
| wxTreeItemId wxcode::wxTreeListCtrl::GetSelection | ( | ) | const |
Definition at line 4821 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetSelection(), and m_main_win.
| size_t wxcode::wxTreeListCtrl::GetSelections | ( | wxArrayTreeItemIds & | arr | ) | const |
Definition at line 4824 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetSelections(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::GetSelectedImages(), and ImagesTreeCtrl::SelectAllParameters().
| wxImageList * wxcode::wxTreeListCtrl::GetStateImageList | ( | ) | const |
Definition at line 4670 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::GetStateImageList(), and m_main_win.
|
virtual |
Definition at line 4795 of file treelistctrl.cpp.
References m_main_win, and threshold().
| bool wxcode::wxTreeListCtrl::HasChildren | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4806 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::HasChildren(), m_main_win, and threshold().
|
inline |
Definition at line 490 of file treelistctrl.h.
References flags, HitTest(), and threshold().
Referenced by HitTest(), HitTest(), ImagesTreeCtrl::OnLeftDblClick(), ImagesTreeCtrl::OnLeftDown(), ImagesTreeCtrl::OnLeftUp(), and ImagesTreeCtrl::OnMouseMove().
|
inline |
Definition at line 492 of file treelistctrl.h.
References flags, HitTest(), and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::HitTest | ( | const wxPoint & | point, |
| int & | flags, | ||
| int & | column | ||
| ) |
Definition at line 4961 of file treelistctrl.cpp.
References flags, wxcode::wxTreeListMainWindow::HitTest(), m_main_win, and threshold().
|
inline |
Definition at line 231 of file treelistctrl.h.
References InsertColumn(), and threshold().
Referenced by InsertColumn().
| void wxcode::wxTreeListCtrl::InsertColumn | ( | int | before, |
| const wxTreeListColumnInfo & | colInfo | ||
| ) |
Definition at line 5043 of file treelistctrl.cpp.
References wxcode::wxTreeListHeaderWindow::InsertColumn(), m_header_win, and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::InsertItem | ( | const wxTreeItemId & | parent, |
| const wxTreeItemId & | idPrevious, | ||
| const wxString & | text, | ||
| int | image = -1, |
||
| int | selectedImage = -1, |
||
| wxTreeItemData * | data = NULL |
||
| ) |
Definition at line 4892 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::InsertItem(), m_main_win, and threshold().
| wxTreeItemId wxcode::wxTreeListCtrl::InsertItem | ( | const wxTreeItemId & | parent, |
| size_t | index, | ||
| const wxString & | text, | ||
| int | image = -1, |
||
| int | selectedImage = -1, |
||
| wxTreeItemData * | data = NULL |
||
| ) |
Definition at line 4902 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::InsertItem(), m_main_win, and threshold().
|
inline |
Definition at line 346 of file treelistctrl.h.
References GetMainColumn(), IsBold(), and threshold().
Referenced by IsBold().
|
inline |
Definition at line 347 of file treelistctrl.h.
References GetItemBold(), and threshold().
Definition at line 5090 of file treelistctrl.cpp.
References wxcode::wxTreeListHeaderWindow::GetColumn(), wxcode::wxTreeListColumnInfo::IsEditable(), m_header_win, and threshold().
Definition at line 5095 of file treelistctrl.cpp.
References wxcode::wxTreeListHeaderWindow::GetColumn(), wxcode::wxTreeListColumnInfo::IsShown(), m_header_win, and threshold().
| bool wxcode::wxTreeListCtrl::IsExpanded | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4809 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::IsExpanded(), m_main_win, and threshold().
| bool wxcode::wxTreeListCtrl::IsSelected | ( | const wxTreeItemId & | item | ) | const |
Definition at line 4812 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::IsSelected(), m_main_win, and threshold().
Referenced by ImagesTreeCtrl::OnLeftUp().
| bool wxcode::wxTreeListCtrl::IsVisible | ( | const wxTreeItemId & | item, |
| bool | fullRow = false, |
||
| bool | within = true |
||
| ) | const |
Definition at line 4803 of file treelistctrl.cpp.
References wxcode::wxTreeListMainWindow::IsVisible(), m_main_win, and threshold().
|
virtual |
Definition at line 4976 of file treelistctrl.cpp.
References GetItemText(), item2, and threshold().
Referenced by wxcode::wxTreeListMainWindow::OnCompareItems().
|
virtual |
Definition at line 4982 of file treelistctrl.cpp.
References GetItemText(), item2, and threshold().
Definition at line 5127 of file treelistctrl.cpp.
References threshold().
Referenced by wxcode::wxTreeListMainWindow::GetItemText(), and wxcode::wxTreeListMainWindow::GetItemText().
|
protected |
Definition at line 4647 of file treelistctrl.cpp.
References DoHeaderLayout().
Referenced by Create().
| wxTreeItemId wxcode::wxTreeListCtrl::PrependItem | ( | const wxTreeItemId & | parent, |
| const wxString & | text, | ||
| int | image = -1, |
||
| int | selectedImage = -1, |
||
| wxTreeItemData * | data = NULL |
||
| ) |
Definition at line 4886 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::PrependItem(), and threshold().
Definition at line 5111 of file treelistctrl.cpp.
References m_header_win, m_main_win, and threshold().
Referenced by ImagesTreeCtrl::OnDpiChanged(), ImagesTreeCtrl::OnEndEdit(), ImagesTreeCtrl::panoramaChanged(), and ImagesTreeCtrl::SetDisplayMode().
Definition at line 5049 of file treelistctrl.cpp.
References m_header_win, wxcode::wxTreeListHeaderWindow::RemoveColumn(), and threshold().
| void wxcode::wxTreeListCtrl::ScrollTo | ( | const wxTreeItemId & | item | ) |
Definition at line 4958 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::ScrollTo(), and threshold().
| void wxcode::wxTreeListCtrl::SelectAll | ( | ) |
Definition at line 4952 of file treelistctrl.cpp.
References m_main_win, and wxcode::wxTreeListMainWindow::SelectAll().
Referenced by ImagesTreeCtrl::OnChar().
| bool wxcode::wxTreeListCtrl::SelectItem | ( | const wxTreeItemId & | item, |
| const wxTreeItemId & | last = (wxTreeItemId*)NULL, |
||
| bool | unselect_others = true |
||
| ) |
Definition at line 4948 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SelectItem(), and threshold().
Definition at line 4998 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetBackgroundColour(), and threshold().
| void wxcode::wxTreeListCtrl::SetButtonsImageList | ( | wxImageList * | imageList | ) |
Definition at line 4682 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetButtonsImageList(), and threshold().
| void wxcode::wxTreeListCtrl::SetColumn | ( | int | column, |
| const wxTreeListColumnInfo & | colInfo | ||
| ) |
Definition at line 5055 of file treelistctrl.cpp.
References m_header_win, wxcode::wxTreeListHeaderWindow::SetColumn(), and threshold().
Definition at line 5100 of file treelistctrl.cpp.
References GetColumn(), m_header_win, wxcode::wxTreeListHeaderWindow::SetColumn(), and threshold().
Definition at line 5078 of file treelistctrl.cpp.
References GetColumn(), m_header_win, wxcode::wxTreeListHeaderWindow::SetColumn(), and threshold().
Referenced by ImagesTreeCtrl::SetOptimizerMode().
Definition at line 5067 of file treelistctrl.cpp.
References GetColumn(), m_header_win, wxcode::wxTreeListHeaderWindow::SetColumn(), and threshold().
Definition at line 5083 of file treelistctrl.cpp.
References GetColumn(), GetMainColumn(), m_header_win, wxcode::wxTreeListHeaderWindow::SetColumn(), and threshold().
Referenced by ImagesTreeCtrl::SetDisplayMode().
Definition at line 5028 of file treelistctrl.cpp.
References m_header_win, wxcode::wxTreeListHeaderWindow::SetColumnText(), and threshold().
Definition at line 5013 of file treelistctrl.cpp.
References m_header_win, wxcode::wxTreeListHeaderWindow::SetColumnWidth(), and threshold().
Referenced by ImagesTreeCtrl::CreateColumns().
| void wxcode::wxTreeListCtrl::SetCurrentItem | ( | const wxTreeItemId & | item = (wxTreeItemId*)NULL | ) |
Definition at line 5145 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetCurrentItem(), and threshold().
| void wxcode::wxTreeListCtrl::SetDragItem | ( | const wxTreeItemId & | item = (wxTreeItemId*)NULL | ) |
Definition at line 4995 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetDragItem(), and threshold().
| void wxcode::wxTreeListCtrl::SetFocus | ( | ) |
Definition at line 5117 of file treelistctrl.cpp.
References m_main_win, and wxcode::wxTreeListMainWindow::SetFocus().
Referenced by ImagesPanel::Create().
Definition at line 4769 of file treelistctrl.cpp.
References CalculateAndSetHeaderHeight(), m_header_win, m_main_win, wxcode::wxTreeListMainWindow::SetFont(), and threshold().
Definition at line 5004 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetForegroundColour(), and threshold().
| void wxcode::wxTreeListCtrl::SetImageList | ( | wxImageList * | imageList | ) |
Definition at line 4676 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetImageList(), and threshold().
Definition at line 4658 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetIndent(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemBackgroundColour | ( | const wxTreeItemId & | item, |
| const wxColour & | colour | ||
| ) |
Definition at line 4757 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemBackgroundColour(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemBackgroundColour | ( | const wxTreeItemId & | item, |
| int | column, | ||
| const wxColour & | colour | ||
| ) |
Definition at line 4759 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemBackgroundColour(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemBold | ( | const wxTreeItemId & | item, |
| bool | bold = true |
||
| ) |
Definition at line 4747 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemBold(), and threshold().
Referenced by ImagesTreeCtrl::UpdateGroupText().
| void wxcode::wxTreeListCtrl::SetItemBold | ( | const wxTreeItemId & | item, |
| int | column, | ||
| bool | bold = true |
||
| ) |
Definition at line 4749 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemBold(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemData | ( | const wxTreeItemId & | item, |
| int | column, | ||
| wxTreeItemData * | data | ||
| ) |
Definition at line 4744 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemData(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemData | ( | const wxTreeItemId & | item, |
| wxTreeItemData * | data | ||
| ) |
Definition at line 4742 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemData(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemFont | ( | const wxTreeItemId & | item, |
| const wxFont & | font | ||
| ) |
Definition at line 4762 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemFont(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemFont | ( | const wxTreeItemId & | item, |
| int | column, | ||
| const wxFont & | font | ||
| ) |
Definition at line 4764 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemFont(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemHasChildren | ( | const wxTreeItemId & | item, |
| bool | has = true |
||
| ) |
Definition at line 4731 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemHasChildren(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemImage | ( | const wxTreeItemId & | item, |
| int | column, | ||
| int | image | ||
| ) |
Definition at line 4739 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemImage(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemImage | ( | const wxTreeItemId & | item, |
| int | image, | ||
| wxTreeItemIcon | which = wxTreeItemIcon_Normal |
||
| ) |
Definition at line 4737 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemImage(), and threshold().
Referenced by ImagesTreeCtrl::OnMouseMove(), and ImagesTreeCtrl::UpdateOptimizerVariables().
| void wxcode::wxTreeListCtrl::SetItemParent | ( | const wxTreeItemId & | parent, |
| const wxTreeItemId & | item | ||
| ) |
Definition at line 5149 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemParent(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemText | ( | const wxTreeItemId & | item, |
| const wxString & | text | ||
| ) |
| void wxcode::wxTreeListCtrl::SetItemText | ( | const wxTreeItemId & | item, |
| int | column, | ||
| const wxString & | text | ||
| ) |
Definition at line 4734 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemText(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemTextColour | ( | const wxTreeItemId & | item, |
| const wxColour & | colour | ||
| ) |
Definition at line 4752 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemTextColour(), and threshold().
Referenced by ImagesTreeCtrl::UpdateItemFont().
| void wxcode::wxTreeListCtrl::SetItemTextColour | ( | const wxTreeItemId & | item, |
| int | column, | ||
| const wxColour & | colour | ||
| ) |
Definition at line 4754 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemTextColour(), and threshold().
| void wxcode::wxTreeListCtrl::SetItemToolTip | ( | const wxTreeItemId & | item, |
| const wxString & | tip | ||
| ) |
Definition at line 5141 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetItemToolTip(), and threshold().
Definition at line 4664 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetLineSpacing(), and threshold().
Definition at line 5022 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetMainColumn(), and threshold().
| void wxcode::wxTreeListCtrl::SetStateImageList | ( | wxImageList * | imageList | ) |
Definition at line 4679 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetStateImageList(), and threshold().
Definition at line 5132 of file treelistctrl.cpp.
References m_header_win, m_main_win, wxcode::wxTreeListMainWindow::SetToolTip(), and threshold().
Definition at line 5136 of file treelistctrl.cpp.
References m_header_win, m_main_win, wxcode::wxTreeListMainWindow::SetToolTip(), and threshold().
Definition at line 4783 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SetWindowStyle(), and threshold().
| void wxcode::wxTreeListCtrl::SortChildren | ( | const wxTreeItemId & | item, |
| int | column = -1, |
||
| bool | reverseOrder = false |
||
| ) |
Definition at line 4989 of file treelistctrl.cpp.
References m_main_win, wxcode::wxTreeListMainWindow::SortChildren(), and threshold().
| void wxcode::wxTreeListCtrl::Toggle | ( | const wxTreeItemId & | item | ) |
Definition at line 4939 of file treelistctrl.cpp.
References m_main_win, threshold(), and wxcode::wxTreeListMainWindow::Toggle().
| void wxcode::wxTreeListCtrl::Unselect | ( | ) |
Definition at line 4942 of file treelistctrl.cpp.
References m_main_win, and wxcode::wxTreeListMainWindow::Unselect().
| void wxcode::wxTreeListCtrl::UnselectAll | ( | ) |
Definition at line 4945 of file treelistctrl.cpp.
References m_main_win, and wxcode::wxTreeListMainWindow::UnselectAll().
|
friend |
Definition at line 139 of file treelistctrl.h.
Referenced by Create().
|
friend |
Definition at line 141 of file treelistctrl.h.
|
friend |
Definition at line 140 of file treelistctrl.h.
Referenced by Create().
|
protected |
Definition at line 541 of file treelistctrl.h.
Referenced by AddColumn(), CalculateAndSetHeaderHeight(), Create(), DoGetBestSize(), DoHeaderLayout(), GetColumn(), GetColumn(), GetColumnAlignment(), GetColumnImage(), GetColumnText(), GetColumnWidth(), GetHeaderWindow(), InsertColumn(), IsColumnEditable(), IsColumnShown(), Refresh(), RemoveColumn(), SetColumn(), SetColumnAlignment(), SetColumnEditable(), SetColumnImage(), SetColumnShown(), SetColumnText(), SetColumnWidth(), SetFont(), SetToolTip(), and SetToolTip().
|
private |
Definition at line 555 of file treelistctrl.h.
Referenced by CalculateAndSetHeaderHeight(), DoHeaderLayout(), and GetHeaderHeight().
|
protected |
Definition at line 546 of file treelistctrl.h.
Referenced by AddRoot(), AppendItem(), AssignButtonsImageList(), AssignImageList(), AssignStateImageList(), Collapse(), CollapseAndReset(), Create(), Delete(), DeleteChildren(), DeleteRoot(), DoGetBestSize(), DoHeaderLayout(), EditLabel(), EndEdit(), EnsureVisible(), Expand(), ExpandAll(), FindItem(), GetBoundingRect(), GetButtonsImageList(), GetChildrenCount(), GetColumnCount(), GetCount(), GetFirstChild(), GetFirstExpandedItem(), GetFirstVisible(), GetImageList(), GetIndent(), GetItemBackgroundColour(), GetItemBackgroundColour(), GetItemBold(), GetItemBold(), GetItemData(), GetItemData(), GetItemFont(), GetItemFont(), GetItemImage(), GetItemImage(), GetItemParent(), GetItemText(), GetItemTextColour(), GetItemTextColour(), GetLastChild(), GetLastVisible(), GetLineSpacing(), GetMainColumn(), GetMainWindow(), GetNext(), GetNextChild(), GetNextExpanded(), GetNextSibling(), GetNextVisible(), GetPrev(), GetPrevChild(), GetPrevExpanded(), GetPrevSibling(), GetPrevVisible(), GetRootItem(), GetSelection(), GetSelections(), GetStateImageList(), GetWindowStyleFlag(), HasChildren(), HitTest(), InsertItem(), InsertItem(), IsExpanded(), IsSelected(), IsVisible(), PrependItem(), Refresh(), ScrollTo(), SelectAll(), SelectItem(), SetBackgroundColour(), SetButtonsImageList(), SetCurrentItem(), SetDragItem(), SetFocus(), SetFont(), SetForegroundColour(), SetImageList(), SetIndent(), SetItemBackgroundColour(), SetItemBackgroundColour(), SetItemBold(), SetItemBold(), SetItemData(), SetItemData(), SetItemFont(), SetItemFont(), SetItemHasChildren(), SetItemImage(), SetItemImage(), SetItemParent(), SetItemText(), SetItemTextColour(), SetItemTextColour(), SetItemToolTip(), SetLineSpacing(), SetMainColumn(), SetStateImageList(), SetToolTip(), SetToolTip(), SetWindowStyleFlag(), SortChildren(), Toggle(), Unselect(), and UnselectAll().