NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <treelistctrl.h>
Public Member Functions | |
wxTreeListColumnInfo (const wxString &text=wxEmptyString, int width=DEFAULT_COL_WIDTH, int flag=wxALIGN_LEFT, int image=-1, bool shown=true, bool edit=false) | |
wxTreeListColumnInfo (const wxTreeListColumnInfo &other) | |
~wxTreeListColumnInfo () | |
wxString | GetText () const |
wxTreeListColumnInfo & | SetText (const wxString &text) |
int | GetWidth () const |
wxTreeListColumnInfo & | SetWidth (int width) |
int | GetAlignment () const |
wxTreeListColumnInfo & | SetAlignment (int flag) |
int | GetImage () const |
wxTreeListColumnInfo & | SetImage (int image) |
int | GetSelectedImage () const |
wxTreeListColumnInfo & | SetSelectedImage (int image) |
bool | IsEditable () const |
wxTreeListColumnInfo & | SetEditable (bool edit) |
bool | IsShown () const |
wxTreeListColumnInfo & | SetShown (bool shown) |
Private Attributes | |
wxString | m_text |
int | m_width |
int | m_flag |
int | m_image |
int | m_selected_image |
bool | m_shown |
bool | m_edit |
Definition at line 58 of file treelistctrl.h.
|
inline |
Definition at line 61 of file treelistctrl.h.
|
inline |
Definition at line 76 of file treelistctrl.h.
References m_edit, m_flag, m_image, m_selected_image, m_shown, m_text, and m_width.
|
inline |
Definition at line 86 of file treelistctrl.h.
|
inline |
Definition at line 95 of file treelistctrl.h.
Referenced by wxTreeListHeaderWindow::OnPaint(), and wxTreeListMainWindow::PaintItem().
|
inline |
Definition at line 98 of file treelistctrl.h.
Referenced by wxTreeListHeaderWindow::OnPaint().
|
inline |
Definition at line 101 of file treelistctrl.h.
|
inline |
Definition at line 89 of file treelistctrl.h.
Referenced by wxTreeListHeaderWindow::OnPaint().
|
inline |
Definition at line 92 of file treelistctrl.h.
Referenced by wxTreeListHeaderWindow::AddColumn(), wxTreeListHeaderWindow::InsertColumn(), wxTreeListHeaderWindow::OnPaint(), and wxTreeListHeaderWindow::SetColumn().
|
inline |
Definition at line 104 of file treelistctrl.h.
|
inline |
Definition at line 108 of file treelistctrl.h.
|
inline |
Definition at line 96 of file treelistctrl.h.
|
inline |
Definition at line 105 of file treelistctrl.h.
|
inline |
Definition at line 99 of file treelistctrl.h.
|
inline |
Definition at line 102 of file treelistctrl.h.
|
inline |
Definition at line 109 of file treelistctrl.h.
|
inline |
Definition at line 90 of file treelistctrl.h.
|
inline |
Definition at line 93 of file treelistctrl.h.
|
private |
Definition at line 118 of file treelistctrl.h.
Referenced by wxTreeListColumnInfo().
|
private |
Definition at line 114 of file treelistctrl.h.
Referenced by wxTreeListColumnInfo().
|
private |
Definition at line 115 of file treelistctrl.h.
Referenced by wxTreeListColumnInfo().
|
private |
Definition at line 116 of file treelistctrl.h.
Referenced by wxTreeListColumnInfo().
|
private |
Definition at line 117 of file treelistctrl.h.
Referenced by wxTreeListColumnInfo().
|
private |
Definition at line 112 of file treelistctrl.h.
Referenced by wxTreeListColumnInfo().
|
private |
Definition at line 113 of file treelistctrl.h.
Referenced by wxTreeListColumnInfo().