![]() |
Prusa Slicer 2.6.0
|
#include <src/imgui/imgui_internal.h>
Public Member Functions | |
| ImGuiStackSizes () | |
| void | SetToCurrentState () |
| void | CompareWithCurrentState () |
Public Attributes | |
| short | SizeOfIDStack |
| short | SizeOfColorStack |
| short | SizeOfStyleVarStack |
| short | SizeOfFontStack |
| short | SizeOfFocusScopeStack |
| short | SizeOfGroupStack |
| short | SizeOfBeginPopupStack |
|
inline |
| void ImGuiStackSizes::CompareWithCurrentState | ( | ) |
References ImGuiContext::BeginPopupStack, ImGuiContext::ColorStack, ImGuiContext::CurrentWindow, ImGuiContext::FocusScopeStack, ImGuiContext::FontStack, GImGui, ImGuiContext::GroupStack, ImGuiWindow::IDStack, IM_ASSERT, IM_UNUSED, ImVector< T >::Size, SizeOfBeginPopupStack, SizeOfColorStack, SizeOfFocusScopeStack, SizeOfFontStack, SizeOfGroupStack, SizeOfIDStack, SizeOfStyleVarStack, and ImGuiContext::StyleVarStack.
Referenced by ImGui::End().
Here is the caller graph for this function:| void ImGuiStackSizes::SetToCurrentState | ( | ) |
References ImGuiContext::BeginPopupStack, ImGuiContext::ColorStack, ImGuiContext::CurrentWindow, ImGuiContext::FocusScopeStack, ImGuiContext::FontStack, GImGui, ImGuiContext::GroupStack, ImGuiWindow::IDStack, ImVector< T >::Size, SizeOfBeginPopupStack, SizeOfColorStack, SizeOfFocusScopeStack, SizeOfFontStack, SizeOfGroupStack, SizeOfIDStack, SizeOfStyleVarStack, and ImGuiContext::StyleVarStack.
Referenced by ImGui::Begin().
Here is the caller graph for this function:| short ImGuiStackSizes::SizeOfBeginPopupStack |
Referenced by CompareWithCurrentState(), and SetToCurrentState().
| short ImGuiStackSizes::SizeOfColorStack |
Referenced by CompareWithCurrentState(), ImGui::ErrorCheckEndFrameRecover(), and SetToCurrentState().
| short ImGuiStackSizes::SizeOfFocusScopeStack |
Referenced by CompareWithCurrentState(), ImGui::ErrorCheckEndFrameRecover(), and SetToCurrentState().
| short ImGuiStackSizes::SizeOfFontStack |
Referenced by CompareWithCurrentState(), and SetToCurrentState().
| short ImGuiStackSizes::SizeOfGroupStack |
Referenced by CompareWithCurrentState(), ImGui::ErrorCheckEndFrameRecover(), and SetToCurrentState().
| short ImGuiStackSizes::SizeOfIDStack |
Referenced by CompareWithCurrentState(), and SetToCurrentState().
| short ImGuiStackSizes::SizeOfStyleVarStack |
Referenced by CompareWithCurrentState(), ImGui::ErrorCheckEndFrameRecover(), and SetToCurrentState().