|
#include <CColumn.h>
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. | |
| int sptk::CColumnList::indexOf | ( | const char * | columnName | ) | const |
Finds the column index by column name.
| columnName | const char *, column name |
| void sptk::CColumnList::load | ( | const CXmlNode * | node | ) | [inline] |
Loads columns information.
Loads information about columns from the registry.
| 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.
| 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.
| 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.
| node | CXmlNode&, an XML node to unload columns information to |