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

#include <src/imgui/imgui_internal.h>

Public Member Functions

 ImGuiMetricsConfig ()
 

Public Attributes

bool ShowWindowsRects
 
bool ShowWindowsBeginOrder
 
bool ShowTablesRects
 
bool ShowDrawCmdMesh
 
bool ShowDrawCmdBoundingBoxes
 
int ShowWindowsRectsType
 
int ShowTablesRectsType
 

Detailed Description

Constructor & Destructor Documentation

◆ ImGuiMetricsConfig()

ImGuiMetricsConfig::ImGuiMetricsConfig ( )
inline
1302 {
1303 ShowWindowsRects = false;
1304 ShowWindowsBeginOrder = false;
1305 ShowTablesRects = false;
1306 ShowDrawCmdMesh = true;
1310 }
int ShowWindowsRectsType
Definition imgui_internal.h:1298
bool ShowDrawCmdBoundingBoxes
Definition imgui_internal.h:1297
bool ShowDrawCmdMesh
Definition imgui_internal.h:1296
int ShowTablesRectsType
Definition imgui_internal.h:1299
bool ShowWindowsRects
Definition imgui_internal.h:1293
bool ShowTablesRects
Definition imgui_internal.h:1295
bool ShowWindowsBeginOrder
Definition imgui_internal.h:1294

References ShowDrawCmdBoundingBoxes, ShowDrawCmdMesh, ShowTablesRects, ShowTablesRectsType, ShowWindowsBeginOrder, ShowWindowsRects, and ShowWindowsRectsType.

Member Data Documentation

◆ ShowDrawCmdBoundingBoxes

bool ImGuiMetricsConfig::ShowDrawCmdBoundingBoxes

◆ ShowDrawCmdMesh

bool ImGuiMetricsConfig::ShowDrawCmdMesh

◆ ShowTablesRects

bool ImGuiMetricsConfig::ShowTablesRects

◆ ShowTablesRectsType

int ImGuiMetricsConfig::ShowTablesRectsType

◆ ShowWindowsBeginOrder

bool ImGuiMetricsConfig::ShowWindowsBeginOrder

◆ ShowWindowsRects

bool ImGuiMetricsConfig::ShowWindowsRects

◆ ShowWindowsRectsType

int ImGuiMetricsConfig::ShowWindowsRectsType

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