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

#include <src/imgui/imgui_internal.h>

Public Member Functions

 ImGuiTableSettings ()
 
ImGuiTableColumnSettingsGetColumnSettings ()
 

Public Attributes

ImGuiID ID
 
ImGuiTableFlags SaveFlags
 
float RefScale
 
ImGuiTableColumnIdx ColumnsCount
 
ImGuiTableColumnIdx ColumnsCountMax
 
bool WantApply
 

Detailed Description

Constructor & Destructor Documentation

◆ ImGuiTableSettings()

ImGuiTableSettings::ImGuiTableSettings ( )
inline
2263{ memset(this, 0, sizeof(*this)); }

Member Function Documentation

◆ GetColumnSettings()

ImGuiTableColumnSettings * ImGuiTableSettings::GetColumnSettings ( )
inline
2264{ return (ImGuiTableColumnSettings*)(this + 1); }
Definition imgui_internal.h:2231

Referenced by ImGui::DebugNodeTableSettings(), ImGui::TableLoadSettings(), ImGui::TableSaveSettings(), TableSettingsHandler_ReadLine(), and TableSettingsInit().

+ Here is the caller graph for this function:

Member Data Documentation

◆ ColumnsCount

◆ ColumnsCountMax

◆ ID

◆ RefScale

float ImGuiTableSettings::RefScale

◆ SaveFlags

◆ WantApply

bool ImGuiTableSettings::WantApply

Referenced by TableSettingsInit().


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