#include <klflibview_p.h>
Public Member Functions | |
CategoryLabelNode () | |
CategoryLabelNode (const CategoryLabelNode ©) | |
![]() | |
Node () | |
Node (ItemKind k) | |
Node (const Node &other) | |
virtual | ~Node () |
Public Attributes | |
QString | categoryLabel |
The last element in fullCategoryPath eg. "General Relativity". More... | |
QString | fullCategoryPath |
The full category path of this category eg. "Physics/General Relativity". More... | |
![]() | |
bool | allocated |
Whether this node is used. when false, this Node object is just unused memory space in the cache list. More... | |
ItemKind | kind |
NodeId | parent |
QList< NodeId > | children |
bool | allChildrenFetched |
TRUE if all the children of this node have been fetched and stored into children , FALSE if possibly there may be more children, we may need to query the resource. More... | |
Definition at line 149 of file klflibview_p.h.
|
inline |
Definition at line 150 of file klflibview_p.h.
|
inline |
Definition at line 151 of file klflibview_p.h.
QString KLFLibModelCache::CategoryLabelNode::categoryLabel |
The last element in fullCategoryPath eg. "General Relativity".
Definition at line 154 of file klflibview_p.h.
Referenced by KLFLibModelCache::cacheFindCategoryLabel(), KLFLibModel::data(), KLFLibModelCache::nodeValue(), KLFLibModelCache::KLFLibModelSorter::operator()(), operator<<(), and KLFLibModelCache::rebuildCache().
QString KLFLibModelCache::CategoryLabelNode::fullCategoryPath |
The full category path of this category eg. "Physics/General Relativity".
Definition at line 156 of file klflibview_p.h.
Referenced by KLFLibModelCache::cacheFindCategoryLabel(), KLFLibModel::data(), KLFLibModel::dropMimeData(), KLFLibModelCache::fetchMore(), operator<<(), KLFLibModelCache::rebuildCache(), and KLFLibModelCache::treeInsertEntry().