Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
Public Member Functions | Public Attributes | List of all members
ImGuiListClipper Struct Reference

#include <imgui.h>

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
 

Detailed Description

Definition at line 1151 of file imgui.h.

Constructor & Destructor Documentation

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

Definition at line 1160 of file imgui.h.

ImGuiListClipper::~ImGuiListClipper ( )
inline

Definition at line 1161 of file imgui.h.

Member Function Documentation

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

Definition at line 1705 of file imgui.cpp.

void ImGuiListClipper::End ( )

Definition at line 1721 of file imgui.cpp.

bool ImGuiListClipper::Step ( )

Definition at line 1732 of file imgui.cpp.

Member Data Documentation

int ImGuiListClipper::DisplayEnd

Definition at line 1155 of file imgui.h.

int ImGuiListClipper::DisplayStart

Definition at line 1155 of file imgui.h.

int ImGuiListClipper::ItemsCount

Definition at line 1155 of file imgui.h.

float ImGuiListClipper::ItemsHeight

Definition at line 1154 of file imgui.h.

float ImGuiListClipper::StartPosY

Definition at line 1153 of file imgui.h.

int ImGuiListClipper::StepNo

Definition at line 1155 of file imgui.h.


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