#include <CColumn.h>
|
| 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
◆ indexOf()
int sptk::CColumnList::indexOf |
( |
const char * |
columnName | ) |
const |
Finds the column index by column name.
- Parameters
-
◆ load()
void sptk::CColumnList::load |
( |
const xdoc::SNode & |
node | ) |
|
Loads columns information.
Loads information about columns from the registry.
- Parameters
-
node | XML 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
-
node | XML node to unload columns information to |
The documentation for this class was generated from the following file: