NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
wxTreeListColumnInfo Class Reference

#include <treelistctrl.h>

Inheritance diagram for wxTreeListColumnInfo:
Collaboration diagram for wxTreeListColumnInfo:

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
 
wxTreeListColumnInfoSetText (const wxString &text)
 
int GetWidth () const
 
wxTreeListColumnInfoSetWidth (int width)
 
int GetAlignment () const
 
wxTreeListColumnInfoSetAlignment (int flag)
 
int GetImage () const
 
wxTreeListColumnInfoSetImage (int image)
 
int GetSelectedImage () const
 
wxTreeListColumnInfoSetSelectedImage (int image)
 
bool IsEditable () const
 
wxTreeListColumnInfoSetEditable (bool edit)
 
bool IsShown () const
 
wxTreeListColumnInfoSetShown (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
 

Detailed Description

Definition at line 58 of file treelistctrl.h.

Constructor & Destructor Documentation

◆ wxTreeListColumnInfo() [1/2]

wxTreeListColumnInfo::wxTreeListColumnInfo ( const wxString &  text = wxEmptyString,
int  width = DEFAULT_COL_WIDTH,
int  flag = wxALIGN_LEFT,
int  image = -1,
bool  shown = true,
bool  edit = false 
)
inline

Definition at line 61 of file treelistctrl.h.

◆ wxTreeListColumnInfo() [2/2]

wxTreeListColumnInfo::wxTreeListColumnInfo ( const wxTreeListColumnInfo other)
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.

◆ ~wxTreeListColumnInfo()

wxTreeListColumnInfo::~wxTreeListColumnInfo ( )
inline

Definition at line 86 of file treelistctrl.h.

Member Function Documentation

◆ GetAlignment()

int wxTreeListColumnInfo::GetAlignment ( ) const
inline

◆ GetImage()

int wxTreeListColumnInfo::GetImage ( ) const
inline

Definition at line 98 of file treelistctrl.h.

Referenced by wxTreeListHeaderWindow::OnPaint().

◆ GetSelectedImage()

int wxTreeListColumnInfo::GetSelectedImage ( ) const
inline

Definition at line 101 of file treelistctrl.h.

◆ GetText()

wxString wxTreeListColumnInfo::GetText ( ) const
inline

Definition at line 89 of file treelistctrl.h.

Referenced by wxTreeListHeaderWindow::OnPaint().

◆ GetWidth()

int wxTreeListColumnInfo::GetWidth ( ) const
inline

◆ IsEditable()

bool wxTreeListColumnInfo::IsEditable ( ) const
inline

Definition at line 104 of file treelistctrl.h.

◆ IsShown()

bool wxTreeListColumnInfo::IsShown ( ) const
inline

Definition at line 108 of file treelistctrl.h.

◆ SetAlignment()

wxTreeListColumnInfo & wxTreeListColumnInfo::SetAlignment ( int  flag)
inline

Definition at line 96 of file treelistctrl.h.

◆ SetEditable()

wxTreeListColumnInfo & wxTreeListColumnInfo::SetEditable ( bool  edit)
inline

Definition at line 105 of file treelistctrl.h.

◆ SetImage()

wxTreeListColumnInfo & wxTreeListColumnInfo::SetImage ( int  image)
inline

Definition at line 99 of file treelistctrl.h.

◆ SetSelectedImage()

wxTreeListColumnInfo & wxTreeListColumnInfo::SetSelectedImage ( int  image)
inline

Definition at line 102 of file treelistctrl.h.

◆ SetShown()

wxTreeListColumnInfo & wxTreeListColumnInfo::SetShown ( bool  shown)
inline

Definition at line 109 of file treelistctrl.h.

◆ SetText()

wxTreeListColumnInfo & wxTreeListColumnInfo::SetText ( const wxString &  text)
inline

Definition at line 90 of file treelistctrl.h.

◆ SetWidth()

wxTreeListColumnInfo & wxTreeListColumnInfo::SetWidth ( int  width)
inline

Definition at line 93 of file treelistctrl.h.

Member Data Documentation

◆ m_edit

bool wxTreeListColumnInfo::m_edit
private

Definition at line 118 of file treelistctrl.h.

Referenced by wxTreeListColumnInfo().

◆ m_flag

int wxTreeListColumnInfo::m_flag
private

Definition at line 114 of file treelistctrl.h.

Referenced by wxTreeListColumnInfo().

◆ m_image

int wxTreeListColumnInfo::m_image
private

Definition at line 115 of file treelistctrl.h.

Referenced by wxTreeListColumnInfo().

◆ m_selected_image

int wxTreeListColumnInfo::m_selected_image
private

Definition at line 116 of file treelistctrl.h.

Referenced by wxTreeListColumnInfo().

◆ m_shown

bool wxTreeListColumnInfo::m_shown
private

Definition at line 117 of file treelistctrl.h.

Referenced by wxTreeListColumnInfo().

◆ m_text

wxString wxTreeListColumnInfo::m_text
private

Definition at line 112 of file treelistctrl.h.

Referenced by wxTreeListColumnInfo().

◆ m_width

int wxTreeListColumnInfo::m_width
private

Definition at line 113 of file treelistctrl.h.

Referenced by wxTreeListColumnInfo().


The documentation for this class was generated from the following file: