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

#include <imgui_internal.h>

Collaboration diagram for ImGuiIDStackTool:
[legend]

Public Member Functions

 ImGuiIDStackTool ()
 

Public Attributes

int LastActiveFrame
 
int StackLevel
 
ImGuiID QueryId
 
ImVector< ImGuiStackLevelInfoResults
 
bool CopyToClipboardOnCtrlC
 
float CopyToClipboardLastTime
 

Constructor & Destructor Documentation

◆ ImGuiIDStackTool()

ImGuiIDStackTool::ImGuiIDStackTool ( )
inline

Member Data Documentation

◆ CopyToClipboardLastTime

float ImGuiIDStackTool::CopyToClipboardLastTime

◆ CopyToClipboardOnCtrlC

bool ImGuiIDStackTool::CopyToClipboardOnCtrlC

◆ LastActiveFrame

int ImGuiIDStackTool::LastActiveFrame

◆ QueryId

ImGuiID ImGuiIDStackTool::QueryId

◆ Results

ImVector<ImGuiStackLevelInfo> ImGuiIDStackTool::Results

◆ StackLevel

int ImGuiIDStackTool::StackLevel

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