[KLF Application][KLF Tools][KLF Backend][KLF Home]
KLatexFormula Project
Public Member Functions | Public Attributes | List of all members
KLFLibModelCache::CategoryLabelNode Struct Reference

#include <klflibview_p.h>

Inheritance diagram for KLFLibModelCache::CategoryLabelNode:
Inheritance graph
[legend]
Collaboration diagram for KLFLibModelCache::CategoryLabelNode:
Collaboration graph
[legend]

Public Member Functions

 CategoryLabelNode ()
 
 CategoryLabelNode (const CategoryLabelNode &copy)
 
- Public Member Functions inherited from KLFLibModelCache::Node
 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...
 
- Public Attributes inherited from KLFLibModelCache::Node
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< NodeIdchildren
 
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...
 

Detailed Description

Definition at line 149 of file klflibview_p.h.

Constructor & Destructor Documentation

KLFLibModelCache::CategoryLabelNode::CategoryLabelNode ( )
inline

Definition at line 150 of file klflibview_p.h.

KLFLibModelCache::CategoryLabelNode::CategoryLabelNode ( const CategoryLabelNode copy)
inline

Definition at line 151 of file klflibview_p.h.

Member Data Documentation

QString KLFLibModelCache::CategoryLabelNode::categoryLabel
QString KLFLibModelCache::CategoryLabelNode::fullCategoryPath

The documentation for this struct was generated from the following file:

Generated by doxygen 1.8.8