SCV
4.2.1
Simple Components for Visual
|
class used to create each node of the genericTree. More...
#include <GenericNode.h>
Public Member Functions | |
GenericNode (const std::string &label, int userData=0) | |
~GenericNode () | |
Public Attributes | |
std::string | label |
int | userData |
std::vector< GenericNode * > | children |
bool | open |
class used to create each node of the genericTree.
scv::GenericNode::GenericNode | ( | const std::string & | label, |
int | userData = 0 |
||
) |
scv::GenericNode::~GenericNode | ( | ) |
std::vector<GenericNode*> scv::GenericNode::children |
std::string scv::GenericNode::label |
bool scv::GenericNode::open |
int scv::GenericNode::userData |