#include <imgui.h>
◆ ImGuiListClipper()
ImGuiListClipper::ImGuiListClipper |
( |
int |
items_count = -1 , |
|
|
float |
items_height = -1.0f |
|
) |
| |
|
inline |
◆ ~ImGuiListClipper()
ImGuiListClipper::~ImGuiListClipper |
( |
| ) |
|
|
inline |
◆ Begin()
void ImGuiListClipper::Begin |
( |
int |
items_count, |
|
|
float |
items_height = -1.0f |
|
) |
| |
◆ End()
void ImGuiListClipper::End |
( |
| ) |
|
◆ Step()
bool ImGuiListClipper::Step |
( |
| ) |
|
◆ DisplayEnd
int ImGuiListClipper::DisplayEnd |
◆ DisplayStart
int ImGuiListClipper::DisplayStart |
◆ ItemsCount
int ImGuiListClipper::ItemsCount |
◆ ItemsHeight
float ImGuiListClipper::ItemsHeight |
◆ StartPosY
float ImGuiListClipper::StartPosY |
◆ StepNo
int ImGuiListClipper::StepNo |
The documentation for this struct was generated from the following files: