![]() |
VR-Link API Documentation for HLA Evolved
|
This is a generic switch with an enabled disabled category. More...
Inheritance diagram for DtBoolAttrNode:
Collaboration diagram for DtBoolAttrNode:Public Member Functions | |
| DtBoolAttrNode () | |
| Default Constructor. | |
| virtual | ~DtBoolAttrNode () |
| Destructor. | |
| virtual void | setEnabled (bool) |
| virtual bool | getEnabled () |
Protected Attributes | |
| bool | myEnabled |
Private Member Functions | |
| DtBoolAttrNode (const DtBoolAttrNode &orig) | |
| Copy Constructor. | |
| DtBoolAttrNode & | operator= (const DtBoolAttrNode &rhs) |
| Assignment Operator. | |
This is a generic switch with an enabled disabled category.
Default Constructor.
| virtual DtBoolAttrNode::~DtBoolAttrNode | ( | ) | [virtual] |
Destructor.
| DtBoolAttrNode::DtBoolAttrNode | ( | const DtBoolAttrNode & | orig | ) | [private] |
Copy Constructor.
| virtual bool DtBoolAttrNode::getEnabled | ( | ) | [virtual] |
| DtBoolAttrNode& DtBoolAttrNode::operator= | ( | const DtBoolAttrNode & | rhs | ) | [private] |
Assignment Operator.
| virtual void DtBoolAttrNode::setEnabled | ( | bool | ) | [virtual] |
bool DtBoolAttrNode::myEnabled [protected] |