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 17022 of file imgui.cc.

Constructor & Destructor Documentation

◆ ImGuiDockContextPruneNodeData()

ImGuiDockContextPruneNodeData::ImGuiDockContextPruneNodeData ( )
inline

Definition at line 17026 of file imgui.cc.

References CountChildNodes, CountChildWindows, CountWindows, and RootId.

Member Data Documentation

◆ CountChildNodes

int ImGuiDockContextPruneNodeData::CountChildNodes

Definition at line 17024 of file imgui.cc.

Referenced by ImGuiDockContextPruneNodeData().

◆ CountChildWindows

int ImGuiDockContextPruneNodeData::CountChildWindows

Definition at line 17024 of file imgui.cc.

Referenced by ImGuiDockContextPruneNodeData().

◆ CountWindows

int ImGuiDockContextPruneNodeData::CountWindows

Definition at line 17024 of file imgui.cc.

Referenced by ImGuiDockContextPruneNodeData().

◆ RootId

ImGuiID ImGuiDockContextPruneNodeData::RootId

Definition at line 17025 of file imgui.cc.

Referenced by ImGuiDockContextPruneNodeData().


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