Ylva And Malin
Public Member Functions | Data Fields
ImGuiMenuColumns Struct Reference

#include <imgui_internal.h>

Collaboration diagram for ImGuiMenuColumns:
Collaboration graph

Public Member Functions

 ImGuiMenuColumns ()
 
void Update (int count, float spacing, bool clear)
 
float DeclColumns (float w0, float w1, float w2)
 
float CalcExtraSpace (float avail_w)
 

Data Fields

int Count
 
float Spacing
 
float Width
 
float NextWidth
 
float Pos [4]
 
float NextWidths [4]
 

Constructor & Destructor Documentation

ImGuiMenuColumns::ImGuiMenuColumns ( )

Here is the call graph for this function:

Member Function Documentation

float ImGuiMenuColumns::CalcExtraSpace ( float  avail_w)

Here is the call graph for this function:

float ImGuiMenuColumns::DeclColumns ( float  w0,
float  w1,
float  w2 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void ImGuiMenuColumns::Update ( int  count,
float  spacing,
bool  clear 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Field Documentation

int ImGuiMenuColumns::Count
float ImGuiMenuColumns::NextWidth
float ImGuiMenuColumns::NextWidths[4]
float ImGuiMenuColumns::Pos[4]
float ImGuiMenuColumns::Spacing
float ImGuiMenuColumns::Width

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