sptk2 logo
SPTK Home Page
Public Member Functions | List of all members
sptk::CColumnList Class Reference

#include <CColumn.h>

Inheritance diagram for sptk::CColumnList:

Public Member Functions

 CColumnList ()=default
 Default constructor.
 
int indexOf (const char *columnName) const
 Finds the column index by column name. More...
 
void load (const xdoc::SNode &node)
 Loads columns information. More...
 
void save (const xdoc::SNode &node) const
 Saves columns information. More...
 

Detailed Description

Class CColumnList is a list of columns used in CListView

Member Function Documentation

◆ indexOf()

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

Finds the column index by column name.

Parameters
columnNameColumn name

◆ load()

void sptk::CColumnList::load ( const xdoc::SNode &  node)

Loads columns information.

Loads information about columns from the registry.

Parameters
nodeXML node to load columns information from

◆ save()

void sptk::CColumnList::save ( const xdoc::SNode &  node) const

Saves columns information.

Saves information about columns from the registry.

Parameters
nodeXML node to unload columns information to

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

Fri Oct 14 2022 09:58:34: SPTK 5.4.1