#include <openTrees.hpp>


Public Member Functions | |
| baseTreeNode (cgiTemplates &templateIn, ostream &webIo) | |
| virtual | ~baseTreeNode () |
| virtual bool | emit (string filter="") |
| bool | Count (void) |
| baseTreeNode (cgiTemplates &templateIn, ostream &webIo) | |
| virtual | ~baseTreeNode () |
| virtual bool | emit (string filter="") |
| void | altActiveLeaf (string leaf) |
Public Attributes | |
| ocString | fields |
| ocString | from |
| ocString | location |
| ocString | childFilter |
| int | level |
| ocString | label |
| ocString | addLink |
| string | ParentId |
| cgiTemplates & | treeTemplate |
| string | treeId |
| expandedNodes * | pExpandedNodes |
Protected Attributes | |
| ostream & | webIO |
| cgiTemplates & | treeTemplate |
| ocString | treeStem |
| ocString | treeSpacer |
| ocString | nodeBranch |
| ocString | nodeExpand |
| ocString | nodeLeaf |
| ocString | nodeLastBranch |
| ocString | nodeElement |
| ocString | nodeLeafEnd |
| ocString | vizDiv |
| ocString | vizDivEnd |
| int | count |
| bool | isLastNode |
| ostream & | webIO |
| ocString | treeNodeStart |
| ocString | treeNodeLabel |
| ocString | activeLeaf |
| ocString | treeNodeEnd |
Definition at line 25 of file openTrees.hpp.
| baseTreeNode::baseTreeNode | ( | cgiTemplates & | templateIn, | |
| ostream & | webIo | |||
| ) | [inline] |
Definition at line 46 of file openTrees.hpp.
References cgiTemplates::getParagraph(), nodeBranch, nodeElement, nodeExpand, nodeLastBranch, nodeLeaf, nodeLeafEnd, treeSpacer, treeStem, treeTemplate, vizDiv, and vizDivEnd.
| virtual baseTreeNode::~baseTreeNode | ( | ) | [inline, virtual] |
Definition at line 61 of file openTrees.hpp.
| baseTreeNode::baseTreeNode | ( | cgiTemplates & | templateIn, | |
| ostream & | webIo | |||
| ) | [inline] |
Definition at line 47 of file wTrees.hpp.
References activeLeaf, cgiTemplates::getParagraph(), treeNodeEnd, treeNodeLabel, treeNodeStart, and treeTemplate.
| virtual baseTreeNode::~baseTreeNode | ( | ) | [inline, virtual] |
Definition at line 55 of file wTrees.hpp.
| virtual bool baseTreeNode::emit | ( | string | filter = "" |
) | [inline, virtual] |
| bool baseTreeNode::Count | ( | void | ) | [inline] |
| virtual bool baseTreeNode::emit | ( | string | filter = "" |
) | [inline, virtual] |
| void baseTreeNode::altActiveLeaf | ( | string | leaf | ) | [inline] |
ostream& baseTreeNode::webIO [protected] |
Definition at line 28 of file openTrees.hpp.
Referenced by ocTreeNode::emit(), ocTreeNode::emitLeaf(), ocTreeNode::emitStem(), and ocTreeNode::indent().
cgiTemplates& baseTreeNode::treeTemplate [protected] |
ocString baseTreeNode::treeStem [protected] |
Definition at line 32 of file openTrees.hpp.
Referenced by baseTreeNode(), and ocTreeNode::emitStem().
ocString baseTreeNode::treeSpacer [protected] |
Definition at line 33 of file openTrees.hpp.
Referenced by baseTreeNode(), and ocTreeNode::emitStem().
ocString baseTreeNode::nodeBranch [protected] |
ocString baseTreeNode::nodeExpand [protected] |
ocString baseTreeNode::nodeLeaf [protected] |
Definition at line 36 of file openTrees.hpp.
Referenced by baseTreeNode(), and ocTreeNode::NodeLeaf().
ocString baseTreeNode::nodeLastBranch [protected] |
ocString baseTreeNode::nodeElement [protected] |
ocString baseTreeNode::nodeLeafEnd [protected] |
ocString baseTreeNode::vizDiv [protected] |
ocString baseTreeNode::vizDivEnd [protected] |
int baseTreeNode::count [protected] |
Definition at line 42 of file openTrees.hpp.
Referenced by ocTreeNode::Count(), Count(), and ocTreeNode::emit().
bool baseTreeNode::isLastNode [protected] |
Definition at line 43 of file openTrees.hpp.
Referenced by ocTreeNode::emit(), and ocTreeNode::emitStem().
Definition at line 69 of file openTrees.hpp.
Referenced by ocTreeNode::Count(), and ocTreeNode::emit().
Definition at line 70 of file openTrees.hpp.
Referenced by ocTreeNode::emit(), and ocTreeNode::emitLeaf().
Definition at line 73 of file openTrees.hpp.
Referenced by ocTreeNode::emit(), and ocTreeNode::Filter().
Definition at line 74 of file openTrees.hpp.
Referenced by ocTreeControl::addHandler(), ocTreeNode::emit(), and ocTreeNode::UniqID().
Definition at line 77 of file openTrees.hpp.
Referenced by ocTreeNode::buildLeafText(), and ocTreeNode::emit().
Definition at line 79 of file openTrees.hpp.
Referenced by ocTreeNode::Count(), and ocTreeNode::emit().
| string baseTreeNode::ParentId |
ostream& baseTreeNode::webIO [protected] |
Definition at line 29 of file wTrees.hpp.
ocString baseTreeNode::treeNodeStart [protected] |
Definition at line 33 of file wTrees.hpp.
Referenced by baseTreeNode(), and ocTreeNode::NodeStart().
ocString baseTreeNode::treeNodeLabel [protected] |
Definition at line 34 of file wTrees.hpp.
Referenced by baseTreeNode(), and ocTreeNode::NodeLabel().
ocString baseTreeNode::activeLeaf [protected] |
Definition at line 35 of file wTrees.hpp.
Referenced by altActiveLeaf(), baseTreeNode(), and ocTreeNode::emitLeaf().
ocString baseTreeNode::treeNodeEnd [protected] |
Definition at line 41 of file wTrees.hpp.
| string baseTreeNode::treeId |
Definition at line 43 of file wTrees.hpp.
Referenced by ocTreeControl::addHandler(), and ocTreeNode::emitLeaf().
1.5.5