![]() |
VR-Forces 4.10 Class Documentation
|
class for scoping an imgui tree node should only be used with the macro above. More...
Public Member Functions | |
| DtScopedTreeNode (const char *label) | |
| constructor More... | |
| ~DtScopedTreeNode () | |
| destructor More... | |
| bool | nodeActive () |
| current node active value More... | |
| void | setNodeActive (bool flag) |
| set the node active value More... | |
Protected Attributes | |
| bool | myNodeActive |
| bool | myNodeActiveOriginal |
class for scoping an imgui tree node should only be used with the macro above.
| ImGui::DtScopedTreeNode::DtScopedTreeNode | ( | const char * | label | ) |
constructor
| ImGui::DtScopedTreeNode::~DtScopedTreeNode | ( | ) |
destructor
| bool ImGui::DtScopedTreeNode::nodeActive | ( | ) |
current node active value
| void ImGui::DtScopedTreeNode::setNodeActive | ( | bool | flag | ) |
set the node active value
|
protected |
|
protected |