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

#include <imgui_internal.h>

Public Member Functions

 ImGuiMenuColumns ()
 
void Update (float spacing, bool window_reappearing)
 
float DeclColumns (float w_icon, float w_label, float w_shortcut, float w_mark)
 
void CalcNextTotalWidth (bool update_offsets)
 

Public Attributes

ImU32 TotalWidth
 
ImU32 NextTotalWidth
 
ImU16 Spacing
 
ImU16 OffsetIcon
 
ImU16 OffsetLabel
 
ImU16 OffsetShortcut
 
ImU16 OffsetMark
 
ImU16 Widths [4]
 

Constructor & Destructor Documentation

◆ ImGuiMenuColumns()

ImGuiMenuColumns::ImGuiMenuColumns ( )
inline

Member Function Documentation

◆ CalcNextTotalWidth()

void ImGuiMenuColumns::CalcNextTotalWidth ( bool update_offsets)
Here is the caller graph for this function:

◆ DeclColumns()

float ImGuiMenuColumns::DeclColumns ( float w_icon,
float w_label,
float w_shortcut,
float w_mark )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Update()

void ImGuiMenuColumns::Update ( float spacing,
bool window_reappearing )
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ NextTotalWidth

ImU32 ImGuiMenuColumns::NextTotalWidth

◆ OffsetIcon

ImU16 ImGuiMenuColumns::OffsetIcon

◆ OffsetLabel

ImU16 ImGuiMenuColumns::OffsetLabel

◆ OffsetMark

ImU16 ImGuiMenuColumns::OffsetMark

◆ OffsetShortcut

ImU16 ImGuiMenuColumns::OffsetShortcut

◆ Spacing

ImU16 ImGuiMenuColumns::Spacing

◆ TotalWidth

ImU32 ImGuiMenuColumns::TotalWidth

◆ Widths

ImU16 ImGuiMenuColumns::Widths[4]

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