sptk2 logo
SPTK Home Page

sptk::CColumnList Class Reference
[GUI Classes]

Class CColumnList is a list of columns used in CListView. More...

#include <CColumn.h>

List of all members.

Public Member Functions

 CColumnList ()
 Default constructor.
int indexOf (const char *columnName) const
 Finds the column index by column name.
void load (const CXmlNode &node)
 Loads columns information.
void load (const CXmlNode *node)
 Loads columns information.
void save (CXmlNode &node) const
 Saves columns information.
void save (CXmlNode *node) const
 Saves columns information.


Detailed Description

Class CColumnList is a list of columns used in CListView.

Member Function Documentation

int sptk::CColumnList::indexOf ( const char *  columnName  )  const

Finds the column index by column name.

Parameters:
columnName const char *, column name

void sptk::CColumnList::load ( const CXmlNode node  )  [inline]

Loads columns information.

Loads information about columns from the registry.

Parameters:
node const CXmlNode*, an XML node to load columns information from

void sptk::CColumnList::load ( const CXmlNode node  ) 

Loads columns information.

Loads information about columns from the registry.

Parameters:
node const CXmlNode&, an XML node to load columns information from

void sptk::CColumnList::save ( CXmlNode node  )  const [inline]

Saves columns information.

Saves information about columns from the registry.

Parameters:
node CXmlNode*, an XML node to unload columns information to

void sptk::CColumnList::save ( CXmlNode node  )  const

Saves columns information.

Saves information about columns from the registry.

Parameters:
node CXmlNode&, an XML node to unload columns information to


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

Mon Mar 5 11:56:10 2012: SPTK 3.5.7