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

#include <imgui_internal.h>

Static Public Member Functions

static ImGuiListClipperRange FromIndices (int min, int max)
 
static ImGuiListClipperRange FromPositions (float y1, float y2, int off_min, int off_max)
 

Public Attributes

int Min
 
int Max
 
bool PosToIndexConvert
 
ImS8 PosToIndexOffsetMin
 
ImS8 PosToIndexOffsetMax
 

Member Function Documentation

◆ FromIndices()

static ImGuiListClipperRange ImGuiListClipperRange::FromIndices ( int min,
int max )
inlinestatic
Here is the caller graph for this function:

◆ FromPositions()

static ImGuiListClipperRange ImGuiListClipperRange::FromPositions ( float y1,
float y2,
int off_min,
int off_max )
inlinestatic

Member Data Documentation

◆ Max

int ImGuiListClipperRange::Max

◆ Min

int ImGuiListClipperRange::Min

◆ PosToIndexConvert

bool ImGuiListClipperRange::PosToIndexConvert

◆ PosToIndexOffsetMax

ImS8 ImGuiListClipperRange::PosToIndexOffsetMax

◆ PosToIndexOffsetMin

ImS8 ImGuiListClipperRange::PosToIndexOffsetMin

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