SCV  4.2.1
Simple Components for Visual
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
scv::GenericNode Struct Reference

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
 

Detailed Description

class used to create each node of the genericTree.

Constructor & Destructor Documentation

scv::GenericNode::GenericNode ( const std::string &  label,
int  userData = 0 
)
scv::GenericNode::~GenericNode ( )

Member Data Documentation

std::vector<GenericNode*> scv::GenericNode::children
std::string scv::GenericNode::label
bool scv::GenericNode::open
int scv::GenericNode::userData

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