Ylva And Malin
Public Member Functions | Data Fields
ImGuiListClipper Struct Reference

#include <imgui.h>

Collaboration diagram for ImGuiListClipper:
Collaboration graph

Public Member Functions

 ImGuiListClipper (int items_count=-1, float items_height=-1.0f)
 
 ~ImGuiListClipper ()
 
bool Step ()
 
void Begin (int items_count, float items_height=-1.0f)
 
void End ()
 

Data Fields

float StartPosY
 
float ItemsHeight
 
int ItemsCount
 
int StepNo
 
int DisplayStart
 
int DisplayEnd
 

Constructor & Destructor Documentation

ImGuiListClipper::ImGuiListClipper ( int  items_count = -1,
float  items_height = -1.0f 
)
inline

Here is the call graph for this function:

ImGuiListClipper::~ImGuiListClipper ( )
inline

Here is the call graph for this function:

Member Function Documentation

void ImGuiListClipper::Begin ( int  items_count,
float  items_height = -1.0f 
)

Here is the call graph for this function:

void ImGuiListClipper::End ( )
bool ImGuiListClipper::Step ( )

Here is the call graph for this function:

Here is the caller graph for this function:

Field Documentation

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: