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