Public Member Functions | Public Attributes | List of all members
ImGuiListClipper Struct Reference

#include <imgui.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 1785 of file imgui.h.

Constructor & Destructor Documentation

◆ ImGuiListClipper()

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

Definition at line 1798 of file imgui.h.

◆ ~ImGuiListClipper()

ImGuiListClipper::~ImGuiListClipper ( )
inline

Definition at line 1799 of file imgui.h.

Member Function Documentation

◆ Begin()

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

Definition at line 2265 of file imgui.cpp.

◆ End()

void ImGuiListClipper::End ( )

Definition at line 2284 of file imgui.cpp.

◆ Step()

bool ImGuiListClipper::Step ( )

Definition at line 2295 of file imgui.cpp.

Member Data Documentation

◆ DisplayEnd

int ImGuiListClipper::DisplayEnd

Definition at line 1787 of file imgui.h.

◆ DisplayStart

int ImGuiListClipper::DisplayStart

Definition at line 1787 of file imgui.h.

◆ ItemsCount

int ImGuiListClipper::ItemsCount

Definition at line 1788 of file imgui.h.

◆ ItemsHeight

float ImGuiListClipper::ItemsHeight

Definition at line 1792 of file imgui.h.

◆ StartPosY

float ImGuiListClipper::StartPosY

Definition at line 1793 of file imgui.h.

◆ StepNo

int ImGuiListClipper::StepNo

Definition at line 1791 of file imgui.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06