NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <wx/treectrl.h>
#include <wx/control.h>
#include <wx/pen.h>
#include <wx/listctrl.h>
Go to the source code of this file.
Classes | |
class | wxTreeListColumnInfo |
class | wxTreeListCtrl |
Macros | |
#define | wxTR_COLUMN_LINES 0x1000 |
#define | wxTR_VIRTUAL 0x4000 |
Enumerations | |
enum | { DEFAULT_COL_WIDTH = 100 } |
Variables | |
class WXDLLEXPORT | wxTreeListItem |
class WXDLLEXPORT | wxTreeListHeaderWindow |
class WXDLLEXPORT | wxTreeListMainWindow |
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 |
WXDLLEXPORT const wxChar * | wxTreeListCtrlNameStr |
#define wxTR_COLUMN_LINES 0x1000 |
Definition at line 38 of file treelistctrl.h.
#define wxTR_VIRTUAL 0x4000 |
Definition at line 39 of file treelistctrl.h.
anonymous enum |
Enumerator | |
---|---|
DEFAULT_COL_WIDTH |
Definition at line 54 of file treelistctrl.h.
const int wxTL_MODE_FIND_EXACT = 0x0000 |
Definition at line 132 of file treelistctrl.h.
const int wxTL_MODE_FIND_NOCASE = 0x0020 |
Definition at line 134 of file treelistctrl.h.
Referenced by wxTreeListMainWindow::FindItem(), and wxTreeListMainWindow::OnChar().
const int wxTL_MODE_FIND_PARTIAL = 0x0010 |
Definition at line 133 of file treelistctrl.h.
Referenced by wxTreeListMainWindow::FindItem(), and wxTreeListMainWindow::OnChar().
const int wxTL_MODE_NAV_EXPANDED = 0x0001 |
Definition at line 127 of file treelistctrl.h.
Referenced by wxTreeListMainWindow::FindItem(), and wxTreeListMainWindow::OnChar().
const int wxTL_MODE_NAV_FULLTREE = 0x0000 |
Definition at line 126 of file treelistctrl.h.
const int wxTL_MODE_NAV_LEVEL = 0x0004 |
Definition at line 129 of file treelistctrl.h.
Referenced by wxTreeListMainWindow::FindItem().
const int wxTL_MODE_NAV_VISIBLE = 0x0002 |
Definition at line 128 of file treelistctrl.h.
Referenced by wxTreeListMainWindow::FindItem().
const int wxTREE_HITTEST_ONITEMCOLUMN = 0x2000 |
Definition at line 137 of file treelistctrl.h.
Referenced by wxTreeListItem::HitTest(), and wxTreeListMainWindow::OnMouse().
|
extern |
Definition at line 108 of file treelistctrl.cpp.
class WXDLLEXPORT wxTreeListHeaderWindow |
Definition at line 35 of file treelistctrl.h.
Referenced by wxTreeListCtrl::Create().
class WXDLLEXPORT wxTreeListItem |
Definition at line 34 of file treelistctrl.h.
class WXDLLEXPORT wxTreeListMainWindow |
Definition at line 36 of file treelistctrl.h.