#include <chmxx.h>
Public Member Functions | |
| ~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.
| chm::chm_topics_tree::~chm_topics_tree | ( | ) |
| std::string chm::chm_topics_tree::title |
| std::string chm::chm_topics_tree::path |
| std::list<chm_topics_tree *> chm::chm_topics_tree::children |