VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
ImGuiListClipper Struct Reference

Public Member Functions

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

Public Attributes

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

Constructor & Destructor Documentation

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

References ImGui::Begin().

Member Function Documentation

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

Member Data Documentation

int ImGuiListClipper::DisplayStart
int ImGuiListClipper::DisplayEnd
int ImGuiListClipper::ItemsCount
int ImGuiListClipper::StepNo
int ImGuiListClipper::ItemsFrozen
float ImGuiListClipper::ItemsHeight
float ImGuiListClipper::StartPosY

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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)