Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
ImGuiWindowSettings Struct Reference

#include <src/imgui/imgui_internal.h>

+ Collaboration diagram for ImGuiWindowSettings:

Public Member Functions

 ImGuiWindowSettings ()
 
char * GetName ()
 

Public Attributes

ImGuiID ID
 
ImVec2ih Pos
 
ImVec2ih Size
 
bool Collapsed
 
bool WantApply
 

Detailed Description

Constructor & Destructor Documentation

◆ ImGuiWindowSettings()

ImGuiWindowSettings::ImGuiWindowSettings ( )
inline
1268{ memset(this, 0, sizeof(*this)); }

Member Function Documentation

◆ GetName()

char * ImGuiWindowSettings::GetName ( )
inline
1269{ return (char*)(this + 1); }

Referenced by ImGui::CreateNewWindowSettings(), and ImGui::DebugNodeWindowSettings().

+ Here is the caller graph for this function:

Member Data Documentation

◆ Collapsed

◆ ID

◆ Pos

◆ Size

◆ WantApply

bool ImGuiWindowSettings::WantApply

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