VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
ImGui::DtScopedTreeNode Class Reference

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
 

Detailed Description

class for scoping an imgui tree node should only be used with the macro above.

Constructor & Destructor Documentation

ImGui::DtScopedTreeNode::DtScopedTreeNode ( const char label)

constructor

ImGui::DtScopedTreeNode::~DtScopedTreeNode ( )

destructor

Member Function Documentation

bool ImGui::DtScopedTreeNode::nodeActive ( )

current node active value

void ImGui::DtScopedTreeNode::setNodeActive ( bool  flag)

set the node active value

Member Data Documentation

bool ImGui::DtScopedTreeNode::myNodeActive
protected
bool ImGui::DtScopedTreeNode::myNodeActiveOriginal
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)