VR-Forces 4.8 Class Documentation
 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

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

Public Attributes

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

References ImGui::Begin().

ImGuiListClipper::~ImGuiListClipper ( )
inline

References IM_ASSERT.

Member Function Documentation

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

Member Data Documentation

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

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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)