![]() |
Prusa Slicer 2.6.0
|
#include <src/imgui/imgui.h>
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 () |
| ImGuiListClipper (int items_count, float items_height=-1.0f) | |
Public Attributes | |
| int | DisplayStart |
| int | DisplayEnd |
| int | ItemsCount |
| int | StepNo |
| int | ItemsFrozen |
| float | ItemsHeight |
| float | StartPosY |
| ImGuiListClipper::ImGuiListClipper | ( | ) |
| ImGuiListClipper::~ImGuiListClipper | ( | ) |
References IM_ASSERT.
|
inline |
| void ImGuiListClipper::Begin | ( | int | items_count, |
| float | items_height = -1.0f |
||
| ) |
References ImGuiContext::CurrentTable, ImGuiContext::CurrentWindow, ImGuiWindowTempData::CursorPos, ImGuiWindow::DC, GImGui, ImGui::TableEndRow(), and ImVec2::y.
Referenced by ImGui::DebugNodeDrawList(), ExampleAppLog::Draw(), ShowDemoWindowColumns(), ShowDemoWindowTables(), and ShowExampleAppLongText().
Here is the call graph for this function:
Here is the caller graph for this function:| void ImGuiListClipper::End | ( | ) |
References SetCursorPosYAndSetupForPrevLine().
Referenced by ExampleAppLog::Draw().
Here is the call graph for this function:
Here is the caller graph for this function:| bool ImGuiListClipper::Step | ( | ) |
References ImGui::CalcListClipping(), ImGuiContext::CurrentTable, ImGuiContext::CurrentWindow, ImGuiWindowTempData::CursorPos, ImGuiWindow::DC, GetSkipItemForListClipping(), GImGui, IM_ASSERT, ImGuiTable::IsInsideRow, ImGuiTable::IsUnfrozenRows, ImGuiTable::RowPosY1, ImGuiTable::RowPosY2, SetCursorPosYAndSetupForPrevLine(), ImGui::TableEndRow(), and ImVec2::y.
Referenced by ImGui::DebugNodeDrawList(), ExampleAppLog::Draw(), ShowDemoWindowColumns(), ShowDemoWindowTables(), and ShowExampleAppLongText().
Here is the call graph for this function:
Here is the caller graph for this function:| int ImGuiListClipper::DisplayEnd |
| int ImGuiListClipper::DisplayStart |
| int ImGuiListClipper::ItemsCount |
| int ImGuiListClipper::ItemsFrozen |
| float ImGuiListClipper::ItemsHeight |
| float ImGuiListClipper::StartPosY |
| int ImGuiListClipper::StepNo |