Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiListClipperData Struct Reference

#include <imgui_internal.h>

Collaboration diagram for ImGuiListClipperData:
[legend]

Public Member Functions

 ImGuiListClipperData ()
 
void Reset (ImGuiListClipper *clipper)
 

Public Attributes

ImGuiListClipperListClipper
 
float LossynessOffset
 
int StepNo
 
int ItemsFrozen
 
ImVector< ImGuiListClipperRangeRanges
 

Constructor & Destructor Documentation

◆ ImGuiListClipperData()

ImGuiListClipperData::ImGuiListClipperData ( )
inline

Member Function Documentation

◆ Reset()

void ImGuiListClipperData::Reset ( ImGuiListClipper * clipper)
inline

Member Data Documentation

◆ ItemsFrozen

int ImGuiListClipperData::ItemsFrozen

◆ ListClipper

ImGuiListClipper* ImGuiListClipperData::ListClipper

◆ LossynessOffset

float ImGuiListClipperData::LossynessOffset

◆ Ranges

ImVector<ImGuiListClipperRange> ImGuiListClipperData::Ranges

◆ StepNo

int ImGuiListClipperData::StepNo

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