|
Ylva And Malin
|
#include <imgui_internal.h>

Public Member Functions | |
| ImGuiColumnsSet () | |
| void | Clear () |
Data Fields | |
| ImGuiID | ID |
| ImGuiColumnsFlags | Flags |
| bool | IsFirstFrame |
| bool | IsBeingResized |
| int | Current |
| int | Count |
| float | MinX |
| float | MaxX |
| float | LineMinY |
| float | LineMaxY |
| float | StartPosY |
| float | StartMaxPosX |
| ImVector< ImGuiColumnData > | Columns |
|
inline |
|
inline |

| ImVector<ImGuiColumnData> ImGuiColumnsSet::Columns |
| int ImGuiColumnsSet::Count |
| int ImGuiColumnsSet::Current |
| ImGuiColumnsFlags ImGuiColumnsSet::Flags |
| ImGuiID ImGuiColumnsSet::ID |
| bool ImGuiColumnsSet::IsBeingResized |
| bool ImGuiColumnsSet::IsFirstFrame |
| float ImGuiColumnsSet::LineMaxY |
| float ImGuiColumnsSet::LineMinY |
| float ImGuiColumnsSet::MaxX |
| float ImGuiColumnsSet::MinX |
| float ImGuiColumnsSet::StartMaxPosX |
| float ImGuiColumnsSet::StartPosY |
1.8.11