Hugintrunk
0.1
|
#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, const wxString &tooltip=wxEmptyString) | |
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) |
wxString | GetTooltip () const |
wxTreeListColumnInfo & | SetTooltip (const wxString &text) |
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 |
wxString | m_tooltip |
Definition at line 47 of file treelistctrl.h.
|
inline |
Definition at line 50 of file treelistctrl.h.
References m_edit, m_flag, m_image, m_selected_image, m_shown, m_text, m_tooltip, and m_width.
|
inline |
Definition at line 67 of file treelistctrl.h.
References m_edit, m_flag, m_image, m_selected_image, m_shown, m_text, m_tooltip, and m_width.
|
inline |
Definition at line 78 of file treelistctrl.h.
|
inline |
Definition at line 87 of file treelistctrl.h.
References m_flag.
Referenced by wxcode::wxTreeListCtrl::GetColumnAlignment(), wxcode::wxTreeListHeaderWindow::OnPaint(), and wxcode::wxTreeListMainWindow::PaintItem().
|
inline |
Definition at line 90 of file treelistctrl.h.
References m_image.
Referenced by wxcode::wxTreeListCtrl::GetColumnImage(), and wxcode::wxTreeListHeaderWindow::OnPaint().
|
inline |
Definition at line 93 of file treelistctrl.h.
References m_selected_image.
|
inline |
Definition at line 81 of file treelistctrl.h.
References m_text.
Referenced by wxcode::wxTreeListHeaderWindow::OnPaint().
|
inline |
Definition at line 100 of file treelistctrl.h.
References m_tooltip.
|
inline |
Definition at line 84 of file treelistctrl.h.
References m_shown, and m_width.
Referenced by wxcode::wxTreeListHeaderWindow::AddColumn(), wxcode::wxTreeListHeaderWindow::InsertColumn(), wxcode::wxTreeListHeaderWindow::OnPaint(), wxcode::wxTreeListHeaderWindow::RefreshColLabel(), wxcode::wxTreeListHeaderWindow::SetColumn(), and wxcode::wxTreeListHeaderWindow::XToCol().
|
inline |
Definition at line 96 of file treelistctrl.h.
References m_edit.
Referenced by wxcode::wxTreeListCtrl::IsColumnEditable().
|
inline |
Definition at line 103 of file treelistctrl.h.
References m_shown.
Referenced by wxcode::wxTreeListCtrl::IsColumnShown().
|
inline |
Definition at line 88 of file treelistctrl.h.
References m_flag.
|
inline |
Definition at line 97 of file treelistctrl.h.
References m_edit.
|
inline |
Definition at line 91 of file treelistctrl.h.
References m_image.
|
inline |
Definition at line 94 of file treelistctrl.h.
References m_selected_image.
|
inline |
Definition at line 104 of file treelistctrl.h.
References m_shown.
|
inline |
Definition at line 82 of file treelistctrl.h.
References m_text.
|
inline |
Definition at line 101 of file treelistctrl.h.
References m_tooltip.
|
inline |
Definition at line 85 of file treelistctrl.h.
References m_width.
|
private |
Definition at line 113 of file treelistctrl.h.
Referenced by IsEditable(), SetEditable(), and wxTreeListColumnInfo().
|
private |
Definition at line 109 of file treelistctrl.h.
Referenced by GetAlignment(), SetAlignment(), and wxTreeListColumnInfo().
|
private |
Definition at line 110 of file treelistctrl.h.
Referenced by GetImage(), SetImage(), and wxTreeListColumnInfo().
|
private |
Definition at line 111 of file treelistctrl.h.
Referenced by GetSelectedImage(), SetSelectedImage(), and wxTreeListColumnInfo().
|
private |
Definition at line 112 of file treelistctrl.h.
Referenced by GetWidth(), IsShown(), SetShown(), and wxTreeListColumnInfo().
|
private |
Definition at line 107 of file treelistctrl.h.
Referenced by GetText(), SetText(), and wxTreeListColumnInfo().
|
private |
Definition at line 114 of file treelistctrl.h.
Referenced by GetTooltip(), SetTooltip(), and wxTreeListColumnInfo().
|
private |
Definition at line 108 of file treelistctrl.h.
Referenced by GetWidth(), SetWidth(), and wxTreeListColumnInfo().