openMSX
Public Member Functions | Public Attributes | List of all members
ImGuiDockContextPruneNodeData Struct Reference

Public Member Functions

 ImGuiDockContextPruneNodeData ()
 

Public Attributes

int CountWindows
 
int CountChildWindows
 
int CountChildNodes
 
ImGuiID RootId
 

Detailed Description

Definition at line 15945 of file imgui.cc.

Constructor & Destructor Documentation

◆ ImGuiDockContextPruneNodeData()

ImGuiDockContextPruneNodeData::ImGuiDockContextPruneNodeData ( )
inline

Definition at line 15949 of file imgui.cc.

References CountChildNodes, CountChildWindows, CountWindows, and RootId.

Member Data Documentation

◆ CountChildNodes

int ImGuiDockContextPruneNodeData::CountChildNodes

Definition at line 15947 of file imgui.cc.

Referenced by ImGuiDockContextPruneNodeData().

◆ CountChildWindows

int ImGuiDockContextPruneNodeData::CountChildWindows

Definition at line 15947 of file imgui.cc.

Referenced by ImGuiDockContextPruneNodeData().

◆ CountWindows

int ImGuiDockContextPruneNodeData::CountWindows

Definition at line 15947 of file imgui.cc.

Referenced by ImGuiDockContextPruneNodeData().

◆ RootId

ImGuiID ImGuiDockContextPruneNodeData::RootId

Definition at line 15948 of file imgui.cc.

Referenced by ImGuiDockContextPruneNodeData().


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