#include <Tree.h>
List of all members.
Constructor & Destructor Documentation
IndexedNode::IndexedNode |
( |
size_t |
id = C_INVALID_INDEX , |
|
|
const QString & |
name = "" , |
|
|
const std::string & |
key = "" , |
|
|
const IndexedNode * |
pParentNode = NULL |
|
) |
| |
IndexedNode::~IndexedNode |
( |
| ) |
|
Member Function Documentation
void IndexedNode::addChild |
( |
size_t |
id, |
|
|
const QString & |
name, |
|
|
const std::string & |
key |
|
) |
| |
int IndexedNode::childCount |
( |
| ) |
const |
const std::vector< IndexedNode * > & IndexedNode::children |
( |
| ) |
const |
int IndexedNode::column |
( |
| ) |
const |
int IndexedNode::columnCount |
( |
| ) |
const |
size_t IndexedNode::getId |
( |
| ) |
const |
const QString & IndexedNode::getName |
( |
| ) |
const |
const std::string & IndexedNode::getObjectKey |
( |
| ) |
const |
const QString & IndexedNode::getSortKey |
( |
| ) |
const |
bool IndexedNode::removeChild |
( |
const std::string & |
key | ) |
|
void IndexedNode::removeChildren |
( |
| ) |
|
int IndexedNode::row |
( |
| ) |
const |
void IndexedNode::setName |
( |
const QString & |
name | ) |
|
void IndexedNode::setObjectKey |
( |
const std::string & |
key | ) |
|
Friends And Related Function Documentation
The documentation for this class was generated from the following files: