#include <imgui.h>
◆ ImGuiListClipper()
ImGuiListClipper::ImGuiListClipper |
( |
| ) |
|
◆ ~ImGuiListClipper()
ImGuiListClipper::~ImGuiListClipper |
( |
| ) |
|
◆ Begin()
void ImGuiListClipper::Begin |
( |
int | items_count, |
|
|
float | items_height = -1.0f ) |
◆ End()
void ImGuiListClipper::End |
( |
| ) |
|
◆ ForceDisplayRangeByIndices()
void ImGuiListClipper::ForceDisplayRangeByIndices |
( |
int | item_begin, |
|
|
int | item_end ) |
|
inline |
◆ IncludeItemByIndex()
void ImGuiListClipper::IncludeItemByIndex |
( |
int | item_index | ) |
|
|
inline |
◆ IncludeItemsByIndex()
void ImGuiListClipper::IncludeItemsByIndex |
( |
int | item_begin, |
|
|
int | item_end ) |
◆ IncludeRangeByIndices()
void ImGuiListClipper::IncludeRangeByIndices |
( |
int | item_begin, |
|
|
int | item_end ) |
|
inline |
◆ SeekCursorForItem()
void ImGuiListClipper::SeekCursorForItem |
( |
int | item_index | ) |
|
◆ Step()
bool ImGuiListClipper::Step |
( |
| ) |
|
◆ Ctx
◆ DisplayEnd
int ImGuiListClipper::DisplayEnd |
◆ DisplayStart
int ImGuiListClipper::DisplayStart |
◆ ItemsCount
int ImGuiListClipper::ItemsCount |
◆ ItemsHeight
float ImGuiListClipper::ItemsHeight |
◆ StartPosY
float ImGuiListClipper::StartPosY |
◆ StartSeekOffsetY
double ImGuiListClipper::StartSeekOffsetY |
◆ TempData
void* ImGuiListClipper::TempData |
The documentation for this struct was generated from the following files:
- include/imgui/imgui.h
- include/imgui/imgui.cpp