NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
treelistctrl.h File Reference
#include <wx/treectrl.h>
#include <wx/control.h>
#include <wx/pen.h>
#include <wx/listctrl.h>
Include dependency graph for treelistctrl.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ wxTR_COLUMN_LINES

#define wxTR_COLUMN_LINES   0x1000

Definition at line 38 of file treelistctrl.h.

◆ wxTR_VIRTUAL

#define wxTR_VIRTUAL   0x4000

Definition at line 39 of file treelistctrl.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DEFAULT_COL_WIDTH 

Definition at line 54 of file treelistctrl.h.

Variable Documentation

◆ wxTL_MODE_FIND_EXACT

const int wxTL_MODE_FIND_EXACT = 0x0000

Definition at line 132 of file treelistctrl.h.

◆ wxTL_MODE_FIND_NOCASE

const int wxTL_MODE_FIND_NOCASE = 0x0020

Definition at line 134 of file treelistctrl.h.

Referenced by wxTreeListMainWindow::FindItem(), and wxTreeListMainWindow::OnChar().

◆ wxTL_MODE_FIND_PARTIAL

const int wxTL_MODE_FIND_PARTIAL = 0x0010

Definition at line 133 of file treelistctrl.h.

Referenced by wxTreeListMainWindow::FindItem(), and wxTreeListMainWindow::OnChar().

◆ wxTL_MODE_NAV_EXPANDED

const int wxTL_MODE_NAV_EXPANDED = 0x0001

Definition at line 127 of file treelistctrl.h.

Referenced by wxTreeListMainWindow::FindItem(), and wxTreeListMainWindow::OnChar().

◆ wxTL_MODE_NAV_FULLTREE

const int wxTL_MODE_NAV_FULLTREE = 0x0000

Definition at line 126 of file treelistctrl.h.

◆ wxTL_MODE_NAV_LEVEL

const int wxTL_MODE_NAV_LEVEL = 0x0004

Definition at line 129 of file treelistctrl.h.

Referenced by wxTreeListMainWindow::FindItem().

◆ wxTL_MODE_NAV_VISIBLE

const int wxTL_MODE_NAV_VISIBLE = 0x0002

Definition at line 128 of file treelistctrl.h.

Referenced by wxTreeListMainWindow::FindItem().

◆ wxTREE_HITTEST_ONITEMCOLUMN

const int wxTREE_HITTEST_ONITEMCOLUMN = 0x2000

Definition at line 137 of file treelistctrl.h.

Referenced by wxTreeListItem::HitTest(), and wxTreeListMainWindow::OnMouse().

◆ wxTreeListCtrlNameStr

WXDLLEXPORT const wxChar* wxTreeListCtrlNameStr
extern

Definition at line 108 of file treelistctrl.cpp.

◆ wxTreeListHeaderWindow

class WXDLLEXPORT wxTreeListHeaderWindow

Definition at line 35 of file treelistctrl.h.

Referenced by wxTreeListCtrl::Create().

◆ wxTreeListItem

class WXDLLEXPORT wxTreeListItem

Definition at line 34 of file treelistctrl.h.

◆ wxTreeListMainWindow

class WXDLLEXPORT wxTreeListMainWindow

Definition at line 36 of file treelistctrl.h.