Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiMetricsConfig Struct Reference

#include <imgui_internal.h>

Public Attributes

bool ShowDebugLog = false
 
bool ShowIDStackTool = false
 
bool ShowWindowsRects = false
 
bool ShowWindowsBeginOrder = false
 
bool ShowTablesRects = false
 
bool ShowDrawCmdMesh = true
 
bool ShowDrawCmdBoundingBoxes = true
 
bool ShowTextEncodingViewer = false
 
bool ShowAtlasTintedWithTextColor = false
 
bool ShowDockingNodes = false
 
int ShowWindowsRectsType = -1
 
int ShowTablesRectsType = -1
 
int HighlightMonitorIdx = -1
 
ImGuiID HighlightViewportID = 0
 

Member Data Documentation

◆ HighlightMonitorIdx

int ImGuiMetricsConfig::HighlightMonitorIdx = -1

◆ HighlightViewportID

ImGuiID ImGuiMetricsConfig::HighlightViewportID = 0

◆ ShowAtlasTintedWithTextColor

bool ImGuiMetricsConfig::ShowAtlasTintedWithTextColor = false

◆ ShowDebugLog

bool ImGuiMetricsConfig::ShowDebugLog = false

◆ ShowDockingNodes

bool ImGuiMetricsConfig::ShowDockingNodes = false

◆ ShowDrawCmdBoundingBoxes

bool ImGuiMetricsConfig::ShowDrawCmdBoundingBoxes = true

◆ ShowDrawCmdMesh

bool ImGuiMetricsConfig::ShowDrawCmdMesh = true

◆ ShowIDStackTool

bool ImGuiMetricsConfig::ShowIDStackTool = false

◆ ShowTablesRects

bool ImGuiMetricsConfig::ShowTablesRects = false

◆ ShowTablesRectsType

int ImGuiMetricsConfig::ShowTablesRectsType = -1

◆ ShowTextEncodingViewer

bool ImGuiMetricsConfig::ShowTextEncodingViewer = false

◆ ShowWindowsBeginOrder

bool ImGuiMetricsConfig::ShowWindowsBeginOrder = false

◆ ShowWindowsRects

bool ImGuiMetricsConfig::ShowWindowsRects = false

◆ ShowWindowsRectsType

int ImGuiMetricsConfig::ShowWindowsRectsType = -1

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