#include <chmxx.h>
Public Methods | |
~chm_topics_tree () | |
Public Attributes | |
std::string | title |
Title of the tree node. | |
std::string | path |
Path to file under given topic or empty. | |
chm_topics_tree * | parent |
Pointer to parent tree node, NULL if no parent. | |
std::list< chm_topics_tree * > | children |
std::list of children node |
Definition at line 30 of file chmxx.h.
|
|
|
std::list of children node
|
|
Pointer to parent tree node, NULL if no parent.
|
|
Path to file under given topic or empty.
|
|
Title of the tree node.
|