Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiListClipper Struct Reference

#include <imgui.h>

Collaboration diagram for ImGuiListClipper:
[legend]

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 ()
 
void IncludeItemByIndex (int item_index)
 
IMGUI_API void IncludeItemsByIndex (int item_begin, int item_end)
 
IMGUI_API void SeekCursorForItem (int item_index)
 
void IncludeRangeByIndices (int item_begin, int item_end)
 
void ForceDisplayRangeByIndices (int item_begin, int item_end)
 

Public Attributes

ImGuiContextCtx
 
int DisplayStart
 
int DisplayEnd
 
int ItemsCount
 
float ItemsHeight
 
float StartPosY
 
double StartSeekOffsetY
 
void * TempData
 

Constructor & Destructor Documentation

◆ ImGuiListClipper()

ImGuiListClipper::ImGuiListClipper ( )

◆ ~ImGuiListClipper()

ImGuiListClipper::~ImGuiListClipper ( )
Here is the call graph for this function:

Member Function Documentation

◆ Begin()

void ImGuiListClipper::Begin ( int items_count,
float items_height = -1.0f )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ End()

void ImGuiListClipper::End ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ForceDisplayRangeByIndices()

void ImGuiListClipper::ForceDisplayRangeByIndices ( int item_begin,
int item_end )
inline
Here is the call graph for this function:

◆ IncludeItemByIndex()

void ImGuiListClipper::IncludeItemByIndex ( int item_index)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IncludeItemsByIndex()

void ImGuiListClipper::IncludeItemsByIndex ( int item_begin,
int item_end )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IncludeRangeByIndices()

void ImGuiListClipper::IncludeRangeByIndices ( int item_begin,
int item_end )
inline
Here is the call graph for this function:

◆ SeekCursorForItem()

void ImGuiListClipper::SeekCursorForItem ( int item_index)
Here is the caller graph for this function:

◆ Step()

bool ImGuiListClipper::Step ( )
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ Ctx

ImGuiContext* ImGuiListClipper::Ctx

◆ DisplayEnd

int ImGuiListClipper::DisplayEnd

◆ DisplayStart

int ImGuiListClipper::DisplayStart

◆ ItemsCount

int ImGuiListClipper::ItemsCount

◆ ItemsHeight

float ImGuiListClipper::ItemsHeight

◆ StartPosY

float ImGuiListClipper::StartPosY

◆ StartSeekOffsetY

double ImGuiListClipper::StartSeekOffsetY

◆ TempData

void* ImGuiListClipper::TempData

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