Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
wxcode::wxTreeListColumnInfo Class Reference

#include <treelistctrl.h>

Inheritance diagram for wxcode::wxTreeListColumnInfo:
Inheritance graph

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
 
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)
 
wxString GetTooltip () const
 
wxTreeListColumnInfoSetTooltip (const wxString &text)
 
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
 
wxString m_tooltip
 

Detailed Description

Definition at line 47 of file treelistctrl.h.

Constructor & Destructor Documentation

wxcode::wxTreeListColumnInfo::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 
)
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.

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

wxcode::wxTreeListColumnInfo::~wxTreeListColumnInfo ( )
inline

Definition at line 78 of file treelistctrl.h.

Member Function Documentation

int wxcode::wxTreeListColumnInfo::GetAlignment ( ) const
inline
int wxcode::wxTreeListColumnInfo::GetImage ( ) const
inline
int wxcode::wxTreeListColumnInfo::GetSelectedImage ( ) const
inline

Definition at line 93 of file treelistctrl.h.

References m_selected_image.

wxString wxcode::wxTreeListColumnInfo::GetText ( ) const
inline

Definition at line 81 of file treelistctrl.h.

References m_text.

Referenced by wxcode::wxTreeListHeaderWindow::OnPaint().

wxString wxcode::wxTreeListColumnInfo::GetTooltip ( ) const
inline

Definition at line 100 of file treelistctrl.h.

References m_tooltip.

int wxcode::wxTreeListColumnInfo::GetWidth ( ) const
inline
bool wxcode::wxTreeListColumnInfo::IsEditable ( ) const
inline

Definition at line 96 of file treelistctrl.h.

References m_edit.

Referenced by wxcode::wxTreeListCtrl::IsColumnEditable().

bool wxcode::wxTreeListColumnInfo::IsShown ( ) const
inline

Definition at line 103 of file treelistctrl.h.

References m_shown.

Referenced by wxcode::wxTreeListCtrl::IsColumnShown().

wxTreeListColumnInfo& wxcode::wxTreeListColumnInfo::SetAlignment ( int  flag)
inline

Definition at line 88 of file treelistctrl.h.

References m_flag.

wxTreeListColumnInfo& wxcode::wxTreeListColumnInfo::SetEditable ( bool  edit)
inline

Definition at line 97 of file treelistctrl.h.

References m_edit.

wxTreeListColumnInfo& wxcode::wxTreeListColumnInfo::SetImage ( int  image)
inline

Definition at line 91 of file treelistctrl.h.

References m_image.

wxTreeListColumnInfo& wxcode::wxTreeListColumnInfo::SetSelectedImage ( int  image)
inline

Definition at line 94 of file treelistctrl.h.

References m_selected_image.

wxTreeListColumnInfo& wxcode::wxTreeListColumnInfo::SetShown ( bool  shown)
inline

Definition at line 104 of file treelistctrl.h.

References m_shown.

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

Definition at line 82 of file treelistctrl.h.

References m_text.

wxTreeListColumnInfo& wxcode::wxTreeListColumnInfo::SetTooltip ( const wxString &  text)
inline

Definition at line 101 of file treelistctrl.h.

References m_tooltip.

wxTreeListColumnInfo& wxcode::wxTreeListColumnInfo::SetWidth ( int  width)
inline

Definition at line 85 of file treelistctrl.h.

References m_width.

Member Data Documentation

bool wxcode::wxTreeListColumnInfo::m_edit
private

Definition at line 113 of file treelistctrl.h.

Referenced by IsEditable(), SetEditable(), and wxTreeListColumnInfo().

int wxcode::wxTreeListColumnInfo::m_flag
private

Definition at line 109 of file treelistctrl.h.

Referenced by GetAlignment(), SetAlignment(), and wxTreeListColumnInfo().

int wxcode::wxTreeListColumnInfo::m_image
private

Definition at line 110 of file treelistctrl.h.

Referenced by GetImage(), SetImage(), and wxTreeListColumnInfo().

int wxcode::wxTreeListColumnInfo::m_selected_image
private

Definition at line 111 of file treelistctrl.h.

Referenced by GetSelectedImage(), SetSelectedImage(), and wxTreeListColumnInfo().

bool wxcode::wxTreeListColumnInfo::m_shown
private

Definition at line 112 of file treelistctrl.h.

Referenced by GetWidth(), IsShown(), SetShown(), and wxTreeListColumnInfo().

wxString wxcode::wxTreeListColumnInfo::m_text
private

Definition at line 107 of file treelistctrl.h.

Referenced by GetText(), SetText(), and wxTreeListColumnInfo().

wxString wxcode::wxTreeListColumnInfo::m_tooltip
private

Definition at line 114 of file treelistctrl.h.

Referenced by GetTooltip(), SetTooltip(), and wxTreeListColumnInfo().

int wxcode::wxTreeListColumnInfo::m_width
private

Definition at line 108 of file treelistctrl.h.

Referenced by GetWidth(), SetWidth(), and wxTreeListColumnInfo().


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