VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
ImGui::DtScopedTreeNodeEx Class Reference

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

Public Member Functions

 DtScopedTreeNodeEx (const char *label, ImGuiTreeNodeFlags flags)
 
 ~DtScopedTreeNodeEx ()
 
bool nodeActive ()
 
void setNodeActive (bool flag)
 

Protected Attributes

bool myNodeActive
 
bool myNodeActiveOriginal
 

Constructor & Destructor Documentation

ImGui::DtScopedTreeNodeEx::DtScopedTreeNodeEx ( const char label,
ImGuiTreeNodeFlags  flags 
)

constructor

ImGui::DtScopedTreeNodeEx::~DtScopedTreeNodeEx ( )

destructor

Member Function Documentation

bool ImGui::DtScopedTreeNodeEx::nodeActive ( )

current node active value

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

set the node active value

Member Data Documentation

bool ImGui::DtScopedTreeNodeEx::myNodeActive
protected
bool ImGui::DtScopedTreeNodeEx::myNodeActiveOriginal
protected

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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)