Elaztek Developer Hub
Blamite Game Engine - blam!  00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
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
 

Constructor & Destructor Documentation

◆ ImGuiListClipper()

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

◆ ~ImGuiListClipper()

ImGuiListClipper::~ImGuiListClipper ( )
inline

Member Function Documentation

◆ Begin()

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

◆ End()

void ImGuiListClipper::End ( )

◆ Step()

bool ImGuiListClipper::Step ( )

Member Data Documentation

◆ DisplayEnd

int ImGuiListClipper::DisplayEnd

◆ DisplayStart

int ImGuiListClipper::DisplayStart

◆ ItemsCount

int ImGuiListClipper::ItemsCount

◆ ItemsHeight

float ImGuiListClipper::ItemsHeight

◆ StartPosY

float ImGuiListClipper::StartPosY

◆ StepNo

int ImGuiListClipper::StepNo

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