|
Hugin trunk 0.1
|
Classes | |
| class | wxEditTextCtrl |
| class | wxTreeListColumnInfo |
| class | wxTreeListCtrl |
| class | wxTreeListHeaderWindow |
| class | wxTreeListItem |
| class | wxTreeListItemCellAttr |
| class | wxTreeListMainWindow |
| class | wxTreeListRenameTimer |
Typedefs | |
| typedef wxClientDC | wxInfoDC |
| typedef wxDC | wxReadOnlyDC |
Enumerations | |
| enum | { DEFAULT_COL_WIDTH = 100 } |
Variables | |
| static const int | NO_IMAGE = -1 |
| static const int | LINEHEIGHT = 10 |
| static const int | LINEATROOT = 5 |
| static const int | MARGIN = 2 |
| static const int | MININDENT = 16 |
| static const int | BTNWIDTH = 9 |
| static const int | BTNHEIGHT = 9 |
| static const int | EXTRA_WIDTH = 4 |
| static const int | EXTRA_HEIGHT = 4 |
| static const int | HEADER_OFFSET_X = 0 |
| static const int | HEADER_OFFSET_Y = 1 |
| static const int | DRAG_TIMER_TICKS = 250 |
| static const int | FIND_TIMER_TICKS = 500 |
| static const int | RENAME_TIMER_TICKS = 250 |
| const wxChar * | wxTreeListCtrlNameStr = _T("treelistctrl") |
| static wxTreeListColumnInfo | wxInvalidTreeListColumnInfo |
| static wxTreeListMainWindow * | s_treeBeingSorted = NULL |
| const int | wxTL_MODE_NAV_FULLTREE = 0x0000 |
| const int | wxTL_MODE_NAV_EXPANDED = 0x0001 |
| const int | wxTL_MODE_NAV_VISIBLE = 0x0002 |
| const int | wxTL_MODE_NAV_LEVEL = 0x0004 |
| const int | wxTL_MODE_FIND_EXACT = 0x0000 |
| const int | wxTL_MODE_FIND_PARTIAL = 0x0010 |
| const int | wxTL_MODE_FIND_NOCASE = 0x0020 |
| const int | wxTREE_HITTEST_ONITEMCOLUMN = 0x2000 |
Definition at line 108 of file treelistctrl.cpp.
Definition at line 109 of file treelistctrl.cpp.
| Enumerator | |
|---|---|
| DEFAULT_COL_WIDTH | |
Definition at line 43 of file treelistctrl.h.
| wxcode::IMPLEMENT_DYNAMIC_CLASS | ( | wxTreeListCtrl | , |
| wxControl | |||
| ) |
| wxcode::IMPLEMENT_DYNAMIC_CLASS | ( | wxTreeListHeaderWindow | , |
| wxWindow | |||
| ) |
|
static |
Definition at line 2995 of file treelistctrl.cpp.
References item2, wxcode::wxTreeListMainWindow::OnCompareItems(), s_treeBeingSorted, and threshold().
Referenced by wxcode::wxTreeListMainWindow::SortChildren().
| wxcode::WX_DECLARE_HASH_MAP | ( | int | , |
| wxTreeListItemCellAttr * | , | ||
| wxIntegerHash | , | ||
| wxIntegerEqual | , | ||
| wxTreeListItemCellAttrHash | |||
| ) |
| wxcode::WX_DECLARE_OBJARRAY | ( | wxTreeListColumnInfo | , |
| wxArrayTreeListColumnInfo | |||
| ) |
| wxcode::WX_DEFINE_ARRAY_PTR | ( | wxTreeListItem * | , |
| wxArrayTreeListItems | |||
| ) |
| wxcode::WX_DEFINE_OBJARRAY | ( | wxArrayTreeListColumnInfo | ) |
Definition at line 92 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListMainWindow::OnPaint().
Definition at line 91 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListMainWindow::OnPaint().
Definition at line 98 of file treelistctrl.cpp.
Definition at line 94 of file treelistctrl.cpp.
Definition at line 93 of file treelistctrl.cpp.
Definition at line 99 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListMainWindow::OnChar().
Definition at line 95 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListHeaderWindow::OnPaint().
Definition at line 96 of file treelistctrl.cpp.
Definition at line 87 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListMainWindow::Init(), and wxcode::wxTreeListMainWindow::OnDpiChanged().
Definition at line 89 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListMainWindow::CalculateLevel(), wxcode::wxTreeListMainWindow::GetItemWidth(), wxcode::wxTreeListItem::HitTest(), wxcode::wxTreeListMainWindow::OnPaint(), wxcode::wxTreeListMainWindow::PaintItem(), and wxcode::wxTreeListMainWindow::PaintLevel().
Definition at line 90 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListMainWindow::Init(), wxcode::wxTreeListMainWindow::OnPaint(), and wxcode::wxTreeListMainWindow::SetIndent().
Definition at line 85 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListItem::GetCurrentImage(), wxcode::wxTreeListItem::GetImage(), wxcode::wxTreeListMainWindow::GetItemWidth(), wxcode::wxTreeListMainWindow::PaintItem(), wxcode::wxTreeListItem::wxTreeListItem(), and wxcode::wxTreeListItemCellAttr::wxTreeListItemCellAttr().
Definition at line 100 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListMainWindow::OnMouse().
|
static |
Definition at line 2993 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListMainWindow::SortChildren(), and tree_ctrl_compare_func().
|
static |
Definition at line 104 of file treelistctrl.cpp.
Referenced by wxcode::wxTreeListHeaderWindow::GetColumn(), and wxcode::wxTreeListHeaderWindow::GetColumn().
Definition at line 128 of file treelistctrl.h.
Definition at line 130 of file treelistctrl.h.
Referenced by wxcode::wxTreeListMainWindow::MatchItemText(), and wxcode::wxTreeListMainWindow::OnChar().
Definition at line 129 of file treelistctrl.h.
Referenced by wxcode::wxTreeListMainWindow::MatchItemText(), and wxcode::wxTreeListMainWindow::OnChar().
Definition at line 123 of file treelistctrl.h.
Referenced by wxcode::wxTreeListMainWindow::FindItem(), and wxcode::wxTreeListMainWindow::OnChar().
Definition at line 122 of file treelistctrl.h.
Definition at line 125 of file treelistctrl.h.
Referenced by wxcode::wxTreeListMainWindow::FindItem().
Definition at line 124 of file treelistctrl.h.
Referenced by wxcode::wxTreeListMainWindow::FindItem().
Definition at line 133 of file treelistctrl.h.
Referenced by wxcode::wxTreeListItem::HitTest(), and wxcode::wxTreeListMainWindow::OnMouse().
Definition at line 102 of file treelistctrl.cpp.