#include <CColumn.h>
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... | |
Class CColumnList is a list of columns used in CListView
int sptk::CColumnList::indexOf | ( | const char * | columnName | ) | const |
Finds the column index by column name.
columnName | Column name |
void sptk::CColumnList::load | ( | const xdoc::SNode & | node | ) |
Loads columns information.
Loads information about columns from the registry.
node | XML node to load columns information from |
void sptk::CColumnList::save | ( | const xdoc::SNode & | node | ) | const |
Saves columns information.
Saves information about columns from the registry.
node | XML node to unload columns information to |