vsgImGui 0.6.0
VulkanSceneGraph, ImGui and ImPlot integration library
Loading...
Searching...
No Matches
ImGuiListClipper Struct Reference
Collaboration diagram for ImGuiListClipper:

Public Member Functions

IMGUI_API void Begin (int items_count, float items_height=-1.0f)
 
IMGUI_API void End ()
 
IMGUI_API bool Step ()
 
void IncludeItemByIndex (int item_index)
 
IMGUI_API void IncludeItemsByIndex (int item_begin, int item_end)
 
IMGUI_API void SeekCursorForItem (int item_index)
 
void IncludeRangeByIndices (int item_begin, int item_end)
 
void ForceDisplayRangeByIndices (int item_begin, int item_end)
 

Public Attributes

ImGuiContextCtx
 
int DisplayStart
 
int DisplayEnd
 
int ItemsCount
 
float ItemsHeight
 
float StartPosY
 
double StartSeekOffsetY
 
void * TempData
 

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