![]() |
Prusa Slicer 2.6.0
|
#include "imgui.h"#include "imgui_internal.h"#include <ctype.h>#include <stdio.h>#include <stdint.h>
Include dependency graph for imgui.cpp:Go to the source code of this file.
Classes | |
| struct | ImGuiStyleVarInfo |
| struct | ImGuiResizeGripDef |
| struct | ImGuiResizeBorderDef |
Namespaces | |
| namespace | ImGui |
Macros | |
| #define | IMGUI_DEFINE_MATH_OPERATORS |
| #define | IMGUI_DEBUG_NAV_SCORING 0 |
| #define | IMGUI_DEBUG_NAV_RECTS 0 |
| #define | IMGUI_DEBUG_INI_SETTINGS 0 |
| #define | va_copy(dest, src) (dest = src) |
| #define | NAV_MAP_KEY(_KEY, _NAV_INPUT) do { if (IsKeyDown(io.KeyMap[_KEY])) { io.NavInputs[_NAV_INPUT] = 1.0f; g.NavInputSource = ImGuiInputSource_Keyboard; } } while (0) |
Variables | |
| static const float | NAV_WINDOWING_HIGHLIGHT_DELAY = 0.20f |
| static const float | NAV_WINDOWING_LIST_APPEAR_DELAY = 0.15f |
| static const float | WINDOWS_HOVER_PADDING = 4.0f |
| static const float | WINDOWS_RESIZE_FROM_EDGES_FEEDBACK_TIMER = 0.04f |
| static const float | WINDOWS_MOUSE_WHEEL_SCROLL_LOCK_TIMER = 2.00f |
| ImGuiContext * | GImGui = NULL |
| static ImGuiMemAllocFunc | GImAllocatorAllocFunc = MallocWrapper |
| static ImGuiMemFreeFunc | GImAllocatorFreeFunc = FreeWrapper |
| static void * | GImAllocatorUserData = NULL |
| static const ImU32 | GCrc32LookupTable [256] |
| static const ImGuiStyleVarInfo | GStyleVarInfo [] |
| static const ImGuiResizeGripDef | resize_grip_def [4] |
| static const ImGuiResizeBorderDef | resize_border_def [4] |
| struct ImGuiResizeGripDef |
| struct ImGuiResizeBorderDef |
| #define IMGUI_DEBUG_INI_SETTINGS 0 |
| #define IMGUI_DEBUG_NAV_RECTS 0 |
| #define IMGUI_DEBUG_NAV_SCORING 0 |
| #define IMGUI_DEFINE_MATH_OPERATORS |
| #define NAV_MAP_KEY | ( | _KEY, | |
| _NAV_INPUT | |||
| ) | do { if (IsKeyDown(io.KeyMap[_KEY])) { io.NavInputs[_NAV_INPUT] = 1.0f; g.NavInputSource = ImGuiInputSource_Keyboard; } } while (0) |
| #define va_copy | ( | dest, | |
| src | |||
| ) | (dest = src) |
|
static |
References ImDrawList::_IdxWritePtr, ImDrawList::_PopUnusedDrawCmd(), ImDrawList::_VtxCurrentIdx, ImDrawList::_VtxWritePtr, ImDrawList::CmdBuffer, ImVector< T >::Data, ImDrawList::Flags, ImDrawList::IdxBuffer, IM_ASSERT, ImDrawListFlags_AllowVtxOffset, ImVector< T >::push_back(), ImVector< T >::Size, and ImDrawList::VtxBuffer.
Referenced by AddWindowToDrawData(), and ImGui::Render().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References AddWindowToDrawData(), ImGuiWindow::Flags, and ImGuiWindowFlags_Tooltip.
Referenced by ImGui::Render().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References AddDrawListToDrawData(), AddWindowToDrawData(), ImGuiWindowTempData::ChildWindows, ImGuiWindow::DC, ImGuiViewportP::DrawDataBuilder, ImGuiWindow::DrawList, GImGui, ImGuiContext::IO, IsWindowActiveAndVisible(), ImDrawDataBuilder::Layers, ImGuiIO::MetricsRenderWindows, ImVector< T >::Size, and ImGuiContext::Viewports.
Referenced by AddRootWindowToDrawData(), and AddWindowToDrawData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiWindow::Active, AddWindowToSortBuffer(), ChildWindowComparer(), ImGuiWindowTempData::ChildWindows, ImVector< T >::Data, ImGuiWindow::DC, ImQsort, ImVector< T >::push_back(), and ImVector< T >::Size.
Referenced by AddWindowToSortBuffer(), and ImGui::EndFrame().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiWindowSettings::Collapsed, ImGuiWindow::Collapsed, ImFloor(), ImGuiWindowSettings::Pos, ImGuiWindow::Pos, ImGuiWindowSettings::Size, ImGuiWindow::Size, ImGuiWindow::SizeFull, ImVec2ih::x, and ImVec2ih::y.
Referenced by CreateNewWindow(), and WindowSettingsHandler_ApplyAll().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References CalcScrollEdgeSnap(), ImGuiWindow::Collapsed, IM_FLOOR, ImMax(), ImMin(), ImGuiWindow::MenuBarHeight(), ImGuiWindow::Scroll, ImGuiWindow::ScrollbarSizes, ImGuiWindow::ScrollMax, ImGuiWindow::ScrollTarget, ImGuiWindow::ScrollTargetCenterRatio, ImGuiWindow::ScrollTargetEdgeSnapDist, ImGuiWindow::SizeFull, ImGuiWindow::SkipItems, ImGuiWindow::TitleBarHeight(), ImVec2::x, and ImVec2::y.
Referenced by ImGui::Begin(), and ImGui::ScrollToBringRectIntoView().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References CalcWindowSizeAfterConstraint(), ImLerp(), ImGuiWindow::Pos, ImGuiWindow::Size, ImVec2::x, and ImVec2::y.
Referenced by ImGui::UpdateWindowManualResize().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImLerp().
Referenced by CalcNextScrollFromScrollTargetAndClamp().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References CalcWindowSizeAfterConstraint(), ImGuiWindow::Flags, ImGui::GetMainViewport(), GImGui, ImClamp(), ImGuiWindowFlags_AlwaysHorizontalScrollbar, ImGuiWindowFlags_AlwaysVerticalScrollbar, ImGuiWindowFlags_ChildMenu, ImGuiWindowFlags_HorizontalScrollbar, ImGuiWindowFlags_NoScrollbar, ImGuiWindowFlags_Popup, ImGuiWindowFlags_Tooltip, ImMax(), ImMin(), ImGuiWindow::MenuBarHeight(), ImGuiViewport::Size, ImGuiContext::Style, style, ImGuiWindow::TitleBarHeight(), ImGuiWindow::WindowPadding, ImVec2::x, and ImVec2::y.
Referenced by ImGui::Begin(), and ImGui::CalcWindowNextAutoFitSize().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiWindow::AutoFitFramesX, ImGuiWindow::AutoFitFramesY, ImGuiWindow::Collapsed, ImGuiWindow::ContentSize, ImGuiWindow::ContentSizeExplicit, ImGuiWindow::ContentSizeIdeal, ImGuiWindowTempData::CursorMaxPos, ImGuiWindowTempData::CursorStartPos, ImGuiWindow::DC, ImGuiWindow::Hidden, ImGuiWindow::HiddenFramesCannotSkipItems, ImGuiWindow::HiddenFramesCanSkipItems, ImGuiWindowTempData::IdealMaxPos, IM_FLOOR, ImMax(), ImVec2::x, and ImVec2::y.
Referenced by ImGui::Begin(), and ImGui::CalcWindowNextAutoFitSize().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiNextWindowData::Flags, ImGuiWindow::Flags, GImGui, IM_FLOOR, ImClamp(), ImGuiNextWindowDataFlags_HasSizeConstraint, ImGuiWindowFlags_AlwaysAutoResize, ImGuiWindowFlags_ChildWindow, ImMax(), ImRect::Max, ImGuiWindow::MenuBarHeight(), ImRect::Min, ImGuiContext::NextWindowData, ImGuiWindow::Pos, ImGuiNextWindowData::SizeCallback, ImGuiNextWindowData::SizeCallbackUserData, ImGuiNextWindowData::SizeConstraintRect, ImGuiWindow::SizeFull, ImGuiContext::Style, ImGuiWindow::TitleBarHeight(), ImGuiStyle::WindowMinSize, ImGuiStyle::WindowRounding, ImVec2::x, and ImVec2::y.
Referenced by ImGui::Begin(), CalcResizePosSizeFromAnyCorner(), CalcWindowAutoFitSize(), ImGui::CalcWindowNextAutoFitSize(), and ImGui::UpdateWindowManualResize().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiWindowFlags_Popup, and ImGuiWindowFlags_Tooltip.
Referenced by AddWindowToSortBuffer().
Here is the caller graph for this function:
|
inlinestatic |
References ImGuiIO::ConfigWindowsMoveFromTitleBarOnly, ImGuiWindow::Flags, GImGui, ImClamp(), ImGuiWindowFlags_NoTitleBar, ImGuiContext::IO, ImRect::Max, ImRect::Min, ImGuiWindow::Pos, ImGuiWindow::Size, ImGuiWindow::TitleBarHeight(), and ImVec2::y.
Referenced by ImGui::Begin().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ApplyWindowSettings(), ImGuiWindow::AutoFitFramesX, ImGuiWindow::AutoFitFramesY, ImGuiWindow::AutoFitOnlyGrows, ImGuiWindowTempData::CursorMaxPos, ImGuiWindowTempData::CursorStartPos, ImGuiWindow::DC, ImGui::FindWindowSettings(), ImGuiWindow::Flags, ImGuiWindow::FocusOrder, ImGui::GetMainViewport(), GImGui, ImGuiWindow::ID, IM_NEW, ImGuiCond_FirstUseEver, ImGuiWindowFlags_AlwaysAutoResize, ImGuiWindowFlags_ChildWindow, ImGuiWindowFlags_NoBringToFrontOnFocus, ImGuiWindowFlags_NoSavedSettings, ImChunkStream< T >::offset_from_ptr(), ImGuiViewport::Pos, ImGuiWindow::Pos, ImVector< T >::push_back(), ImVector< T >::push_front(), ImGuiWindow::SettingsOffset, ImGuiContext::SettingsWindows, ImGuiStorage::SetVoidPtr(), SetWindowConditionAllowFlags(), ImVector< T >::Size, ImGuiWindow::Size, ImGuiContext::Windows, ImGuiContext::WindowsById, ImGuiContext::WindowsFocusOrder, ImVec2::x, and ImVec2::y.
Referenced by ImGui::Begin().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiWindow::Active, ImGuiIO::ConfigWindowsResizeFromEdges, ImRect::Contains(), ImRect::Expand(), ImGuiWindow::Flags, GImGui, ImGuiWindow::Hidden, ImGuiWindow::HitTestHoleOffset, ImGuiWindow::HitTestHoleSize, ImGuiContext::HoveredWindow, ImGuiContext::HoveredWindowUnderMovingWindow, IM_MSVC_WARNING_SUPPRESS, ImGuiWindowFlags_AlwaysAutoResize, ImGuiWindowFlags_ChildWindow, ImGuiWindowFlags_NoMouseInputs, ImGuiWindowFlags_NoResize, ImGuiContext::IO, ImGuiIO::MousePos, ImGuiContext::MovingWindow, ImGuiWindow::OuterRectClipped, ImGuiWindow::Pos, ImGuiWindow::RootWindow, ImVector< T >::Size, ImGuiContext::Style, ImGuiStyle::TouchExtraPadding, ImGuiContext::Windows, ImGuiContext::WindowsHoverPadding, ImVec2::x, ImVec2ih::x, ImVec2::y, and ImVec2ih::y.
Referenced by ImGui::UpdateHoveredWindowAndCaptureFlags().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References GImGui, ImGui::IsWindowNavFocusable(), ImVector< T >::Size, and ImGuiContext::WindowsFocusOrder.
Referenced by ImGui::NavUpdateWindowing(), and NavUpdateWindowingHighlightWindow().
Here is the call graph for this function:
Here is the caller graph for this function:References ImVector< T >::begin(), ImGuiContext::ClipboardHandlerData, ImVector< T >::empty(), and GImGui.
Referenced by ImGuiIO::ImGuiIO().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiWindow::Flags, ImGuiWindowFlags_MenuBar, ImGuiWindowFlags_Popup, and ImGuiWindow::Name.
Referenced by ImGui::NavUpdateWindowingOverlay().
Here is the caller graph for this function:
|
static |
References IM_ASSERT, ImGuiDir_Down, ImGuiDir_Left, ImGuiDir_Right, ImGuiDir_Up, ImRect::Max, ImRect::Min, ImGuiWindow::Rect(), ImVec2::x, and ImVec2::y.
Referenced by ImGui::RenderWindowOuterBorders(), and ImGui::UpdateWindowManualResize().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiContext::CurrentTable, ImGuiContext::CurrentWindow, GImGui, ImGuiTable::HostSkipItems, and ImGuiWindow::SkipItems.
Referenced by ImGui::CalcListClipping(), and ImGuiListClipper::Step().
Here is the caller graph for this function:
|
static |
References GStyleVarInfo, IM_ARRAYSIZE, IM_ASSERT, and ImGuiStyleVar_COUNT.
Referenced by ImGui::PopStyleVar(), ImGui::PushStyleVar(), and ImGui::PushStyleVar().
Here is the caller graph for this function:
|
static |
References ImDrawList::_OwnerName, ImDrawList::_ResetForNewFrame(), ImGuiViewportP::DrawLists, ImGuiContext::DrawListSharedData, ImGuiViewportP::DrawListsLastFrame, ImGuiIO::Fonts, ImGuiContext::FrameCount, GImGui, IM_ARRAYSIZE, IM_ASSERT, IM_NEW, ImGuiContext::IO, ImGuiViewport::Pos, ImDrawList::PushClipRect(), ImDrawList::PushTextureID(), ImGuiViewport::Size, and ImFontAtlas::TexID.
Referenced by ImGui::GetBackgroundDrawList(), and ImGui::GetForegroundDrawList().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiCol_ChildBg, ImGuiCol_PopupBg, ImGuiCol_WindowBg, ImGuiWindowFlags_ChildWindow, ImGuiWindowFlags_Popup, and ImGuiWindowFlags_Tooltip.
Referenced by ImGui::RenderWindowDecorations().
Here is the caller graph for this function:References IM_COL32, IM_COL32_A_SHIFT, IM_COL32_B_SHIFT, IM_COL32_G_SHIFT, IM_COL32_R_SHIFT, and ImLerp().
Referenced by ImGui::RenderColorRectWithAlphaCheckerboard().
Here is the call graph for this function:
Here is the caller graph for this function:| ImVec2 ImBezierCubicClosestPoint | ( | const ImVec2 & | p1, |
| const ImVec2 & | p2, | ||
| const ImVec2 & | p3, | ||
| const ImVec2 & | p4, | ||
| const ImVec2 & | p, | ||
| int | num_segments | ||
| ) |
References IM_ASSERT, ImBezierCubicCalc(), ImLengthSqr(), and ImLineClosestPoint().
Here is the call graph for this function:| ImVec2 ImBezierCubicClosestPointCasteljau | ( | const ImVec2 & | p1, |
| const ImVec2 & | p2, | ||
| const ImVec2 & | p3, | ||
| const ImVec2 & | p4, | ||
| const ImVec2 & | p, | ||
| float | tess_tol | ||
| ) |
References IM_ASSERT, ImBezierCubicClosestPointCasteljauStep(), ImVec2::x, and ImVec2::y.
Here is the call graph for this function:
|
static |
References ImBezierCubicClosestPointCasteljauStep(), ImLengthSqr(), and ImLineClosestPoint().
Referenced by ImBezierCubicClosestPointCasteljau(), and ImBezierCubicClosestPointCasteljauStep().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| bool ImFileClose | ( | ImFileHandle | f | ) |
Referenced by ImFileLoadToMemory(), ImGui::LogFinish(), ImGui::SaveIniSettingsToDisk(), and ImGui::Shutdown().
Here is the caller graph for this function:| ImU64 ImFileGetSize | ( | ImFileHandle | f | ) |
References SEEK_SET.
Referenced by ImFileLoadToMemory().
Here is the caller graph for this function:| void * ImFileLoadToMemory | ( | const char * | filename, |
| const char * | mode, | ||
| size_t * | out_file_size, | ||
| int | padding_bytes | ||
| ) |
References IM_ALLOC, IM_ASSERT, IM_FREE, ImFileClose(), ImFileGetSize(), ImFileOpen(), and ImFileRead().
Referenced by ImFontAtlas::AddFontFromFileTTF(), and ImGui::LoadIniSettingsFromDisk().
Here is the call graph for this function:
Here is the caller graph for this function:| ImFileHandle ImFileOpen | ( | const char * | filename, |
| const char * | mode | ||
| ) |
References ImVector< T >::resize().
Referenced by ImFileLoadToMemory(), ImGui::LogToFile(), and ImGui::SaveIniSettingsToDisk().
Here is the call graph for this function:
Here is the caller graph for this function:| ImU64 ImFileRead | ( | void * | data, |
| ImU64 | sz, | ||
| ImU64 | count, | ||
| ImFileHandle | f | ||
| ) |
Referenced by ImFileLoadToMemory().
Here is the caller graph for this function:Referenced by LogTextV(), and ImGui::SaveIniSettingsToDisk().
Here is the caller graph for this function:| int ImFormatString | ( | char * | buf, |
| size_t | buf_size, | ||
| const char * | fmt, | ||
| ... | |||
| ) |
Referenced by ImFontAtlas::AddFontDefault(), ImFontAtlas::AddFontFromFileTTF(), ImGui::BeginChildEx(), ImGui::BeginCombo(), ImGui::BeginPopupEx(), ImGui::BeginTooltipEx(), ImGui::ColorEdit4(), ImGui::ColorEditOptionsPopup(), ImGui::DataTypeFormatString(), ImGui::DebugNodeDrawList(), ImGui::DebugNodeTabBar(), ImGui::DebugNodeTable(), ImGui::NavScoreItem(), ImGui::NavUpdate(), PatchFormatStringFloatToInt(), ImGui::ProgressBar(), ImGui::ShowMetricsWindow(), ImGui::TableHeader(), ImGui::TableMergeDrawChannels(), and ImGui::Value().
Here is the caller graph for this function:| int ImFormatStringV | ( | char * | buf, |
| size_t | buf_size, | ||
| const char * | fmt, | ||
| va_list | args | ||
| ) |
Referenced by ImGuiTextBuffer::appendfv(), ImGui::BulletTextV(), ImGui::LabelTextV(), ImGui::TextV(), ImGui::TreeNodeExV(), and ImGui::TreeNodeExV().
Here is the caller graph for this function:| ImGuiDir ImGetDirQuadrantFromDelta | ( | float | dx, |
| float | dy | ||
| ) |
References ImFabs, ImGuiDir_Down, ImGuiDir_Left, ImGuiDir_Right, and ImGuiDir_Up.
Referenced by ImGui::NavScoreItem().
Here is the caller graph for this function:References GCrc32LookupTable.
Referenced by ImGuiWindow::GetID(), ImGuiWindow::GetID(), ImGuiWindow::GetIDFromRectangle(), ImGuiWindow::GetIDNoKeepAlive(), ImGuiWindow::GetIDNoKeepAlive(), ImGui::GetWindowResizeBorderID(), ImGui::GetWindowResizeCornerID(), and ImHash().
Here is the caller graph for this function:References GCrc32LookupTable.
Referenced by ImGuiWindow::ImGuiWindow(), ImGui::BeginCombo(), ImGui::BeginDragDropSource(), ImGui::CreateNewWindowSettings(), ImGui::FindOrCreateWindowSettings(), ImGui::FindSettingsHandler(), ImGui::FindWindowByName(), ImGuiWindow::GetID(), ImGuiWindow::GetIDNoKeepAlive(), ImGui::GetIDWithSeed(), ImGui::GetWindowResizeBorderID(), ImGui::GetWindowResizeCornerID(), ImHash(), ImGui::Initialize(), ImGui::TabBarCalcTabID(), ImGui::TableOpenContextMenu(), ImGui::TableSettingsInstallHandler(), and ImGui::TableUpdateLayout().
Here is the caller graph for this function:References ImVec2::x, and ImVec2::y.
Referenced by ImBezierCubicClosestPoint(), ImBezierCubicClosestPointCasteljauStep(), and ImTriangleClosestPoint().
Here is the caller graph for this function:Referenced by ImGui::InputTextEx().
Here is the caller graph for this function:| char * ImStrdup | ( | const char * | str | ) |
References IM_ALLOC.
Referenced by ImGuiWindow::ImGuiWindow().
Here is the caller graph for this function:| char * ImStrdupcpy | ( | char * | dst, |
| size_t * | p_dst_size, | ||
| const char * | src | ||
| ) |
References IM_ALLOC, and IM_FREE.
Referenced by ImGui::Begin().
Here is the caller graph for this function:Referenced by ImGui::LogRenderedText().
Here is the caller graph for this function:| const char * ImStristr | ( | const char * | haystack, |
| const char * | haystack_end, | ||
| const char * | needle, | ||
| const char * | needle_end | ||
| ) |
Referenced by ImGuiTextFilter::PassFilter().
Here is the caller graph for this function:Referenced by ImGuiTextFilter::ImGuiTextFilter(), ImParseFormatTrimDecorations(), ImGui::InputTextEx(), and ImGui::SetDragDropPayload().
Here is the caller graph for this function:Referenced by TableSettingsHandler_ReadLine().
Here is the caller graph for this function:| void ImStrTrimBlanks | ( | char * | buf | ) |
Referenced by ImGui::TempInputScalar().
Here is the caller graph for this function:References IM_UNICODE_CODEPOINT_INVALID, IM_UNICODE_CODEPOINT_MAX, and ImMin().
Referenced by ImGuiIO::AddInputCharactersUTF8(), ImFontGlyphRangesBuilder::AddText(), ImFont::CalcTextSizeA(), ImFont::CalcWordWrapPositionA(), ImTextCountCharsFromUtf8(), ImTextCountUtf8BytesFromChar(), ImTextStrFromUtf8(), ImGui::InputTextEx(), Slic3r::GUI::ImGuiWrapper::is_chars_in_ranges(), and ImFont::RenderText().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Referenced by ImTextStrToUtf8().
Here is the caller graph for this function:References ImTextCharFromUtf8().
Referenced by ImGui::InputTextEx().
Here is the call graph for this function:
Here is the caller graph for this function:References ImTextCharFromUtf8().
Referenced by ImTextCountUtf8BytesFromStr(), and ImGui::RenderTextEllipsis().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
References ImTextCountUtf8BytesFromChar().
Referenced by ImGui::InputTextEx(), ImStb::STB_TEXTEDIT_DELETECHARS(), and ImStb::STB_TEXTEDIT_INSERTCHARS().
Here is the call graph for this function:
Here is the caller graph for this function:| int ImTextStrFromUtf8 | ( | ImWchar * | buf, |
| int | buf_size, | ||
| const char * | in_text, | ||
| const char * | in_text_end, | ||
| const char ** | in_text_remaining | ||
| ) |
References ImTextCharFromUtf8().
Referenced by ImGui::InputTextEx().
Here is the call graph for this function:
Here is the caller graph for this function:| int ImTextStrToUtf8 | ( | char * | buf, |
| int | buf_size, | ||
| const ImWchar * | in_text, | ||
| const ImWchar * | in_text_end | ||
| ) |
References ImTextCharToUtf8().
Referenced by ImGui::InputTextEx().
Here is the call graph for this function:
Here is the caller graph for this function:| void ImTriangleBarycentricCoords | ( | const ImVec2 & | a, |
| const ImVec2 & | b, | ||
| const ImVec2 & | c, | ||
| const ImVec2 & | p, | ||
| float & | out_u, | ||
| float & | out_v, | ||
| float & | out_w | ||
| ) |
References ImVec2::x, and ImVec2::y.
Referenced by ImGui::ColorPicker4().
Here is the caller graph for this function:| ImVec2 ImTriangleClosestPoint | ( | const ImVec2 & | a, |
| const ImVec2 & | b, | ||
| const ImVec2 & | c, | ||
| const ImVec2 & | p | ||
| ) |
References ImLengthSqr(), ImLineClosestPoint(), and ImMin().
Referenced by ImGui::ColorPicker4().
Here is the call graph for this function:
Here is the caller graph for this function:| bool ImTriangleContainsPoint | ( | const ImVec2 & | a, |
| const ImVec2 & | b, | ||
| const ImVec2 & | c, | ||
| const ImVec2 & | p | ||
| ) |
References ImVec2::x, and ImVec2::y.
Referenced by ImGui::BeginMenu(), and ImGui::ColorPicker4().
Here is the caller graph for this function:
|
static |
References ImGuiWindow::Active, and ImGuiWindow::Hidden.
Referenced by AddWindowToDrawData(), and ImGui::Render().
Here is the caller graph for this function:
|
inlinestatic |
References GImGui, ImGuiHoveredFlags_AllowWhenBlockedByPopup, ImGuiWindowFlags_Modal, ImGuiWindowFlags_Popup, ImGuiContext::NavWindow, and ImGuiWindow::RootWindow.
Referenced by ImGui::IsItemHovered(), ImGui::IsWindowHovered(), and ImGui::ItemHoverable().
Here is the caller graph for this function:
|
inlinestatic |
References ImGuiTextBuffer::appendfv(), ImGuiTextBuffer::Buf, ImGuiTextBuffer::c_str(), ImFileWrite(), ImGuiContext::LogBuffer, ImGuiContext::LogFile, ImVector< T >::resize(), and ImGuiTextBuffer::size().
Referenced by ImGui::LogText(), and ImGui::LogTextV().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiStorage::ImGuiStoragePair::key.
Referenced by ImGuiStorage::GetFloat(), ImGuiStorage::GetFloatRef(), ImGuiStorage::GetInt(), ImGuiStorage::GetIntRef(), ImGuiStorage::GetVoidPtr(), ImGuiStorage::GetVoidPtrRef(), ImGuiStorage::SetFloat(), ImGuiStorage::SetInt(), and ImGuiStorage::SetVoidPtr().
Here is the caller graph for this function:References ImGui::BeginTooltip(), ImGui::EndTooltip(), ImGui::GetFontSize(), ImGui::IsItemHovered(), ImGui::PopTextWrapPos(), ImGui::PushTextWrapPos(), ImGui::TextDisabled(), and ImGui::TextUnformatted().
Referenced by ImGui::ShowMetricsWindow().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
References ImClamp(), ImGuiDir_Left, ImGuiDir_Right, ImRect::Max, ImRect::Min, ImVec2::x, and ImVec2::y.
Referenced by ImGui::NavScoreItem().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Referenced by ImGui::NavScoreItem().
Here is the caller graph for this function:
|
static |
References ImGui::FindWindowFocusIndex(), FindWindowNavFocusable(), ImGuiWindow::Flags, GImGui, IM_ASSERT, ImGuiWindowFlags_Modal, ImGuiContext::NavWindowingTarget, ImGuiContext::NavWindowingTargetAnim, ImGuiContext::NavWindowingToggleLayer, ImVector< T >::Size, and ImGuiContext::WindowsFocusOrder.
Referenced by ImGui::NavUpdateWindowing().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImRect::Add(), ImGuiContext::CurrentWindow, ImGuiWindowTempData::CursorPos, ImGuiWindow::DC, ImGui::DebugRenderViewportThumbnail(), ImGuiWindow::DrawList, ImGui::Dummy(), ImRect::GetSize(), GImGui, ImRect::Min, ImGuiViewport::Pos, ImVector< T >::Size, ImGuiViewport::Size, and ImGuiContext::Viewports.
Referenced by ImGui::ShowMetricsWindow().
Here is the call graph for this function:
Here is the caller graph for this function:References ImVector< T >::clear(), ImGuiContext::ClipboardHandlerData, GImGui, and ImVector< T >::resize().
Referenced by ImGuiIO::ImGuiIO().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiWindow::CalcFontSize(), ImGuiContext::CurrentTable, ImGuiWindowTempData::CurrentTableIdx, ImGuiContext::CurrentWindow, ImGuiWindow::DC, ImGuiContext::DrawListSharedData, ImDrawListSharedData::FontSize, ImGuiContext::FontSize, ImPool< T >::GetByIndex(), GImGui, and ImGuiContext::Tables.
Referenced by ImGui::Begin(), and ImGui::End().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiWindowTempData::CurrentColumns, ImGuiContext::CurrentTable, ImGuiContext::CurrentWindow, ImGuiWindowTempData::CursorMaxPos, ImGuiWindowTempData::CursorPos, ImGuiWindowTempData::CursorPosPrevLine, ImGuiWindow::DC, GImGui, ImMax(), ImGuiStyle::ItemSpacing, ImGuiWindowTempData::PrevLineSize, ImGuiContext::Style, ImGui::TableEndRow(), and ImVec2::y.
Referenced by ImGuiListClipper::End(), and ImGuiListClipper::Step().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImDrawData::CmdLists, ImDrawData::CmdListsCount, ImVector< T >::Data, ImGuiIO::DisplayFramebufferScale, ImDrawData::DisplayPos, ImDrawData::DisplaySize, ImGuiViewportP::DrawDataP, ImDrawData::FramebufferScale, ImGui::GetIO(), ImGuiViewport::Pos, ImVector< T >::Size, ImGuiViewport::Size, ImDrawData::TotalIdxCount, ImDrawData::TotalVtxCount, and ImDrawData::Valid.
Referenced by ImGui::Render().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiWindow::SetWindowCollapsedAllowFlags, ImGuiWindow::SetWindowPosAllowFlags, and ImGuiWindow::SetWindowSizeAllowFlags.
Referenced by ImGui::Begin(), and CreateNewWindow().
Here is the caller graph for this function:
|
static |
References GImGui, ImGuiContext::IO, ImGuiIO::MousePos, ImGuiContext::WheelingWindow, ImGuiContext::WheelingWindowRefMousePos, ImGuiContext::WheelingWindowTimer, and WINDOWS_MOUSE_WHEEL_SCROLL_LOCK_TIMER.
Referenced by ImGui::UpdateMouseWheel().
Here is the caller graph for this function:
|
static |
References ApplyWindowSettings(), ImChunkStream< T >::begin(), ImGui::FindWindowByID(), ImChunkStream< T >::next_chunk(), and ImGuiContext::SettingsWindows.
Referenced by ImGui::Initialize().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImChunkStream< T >::clear(), ImGuiContext::SettingsWindows, ImVector< T >::Size, and ImGuiContext::Windows.
Referenced by ImGui::Initialize().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiWindowSettings::Collapsed, ImGuiWindowSettings::Pos, and ImGuiWindowSettings::Size.
Referenced by ImGui::Initialize().
Here is the caller graph for this function:
|
static |
References ImGui::FindOrCreateWindowSettings(), ImGuiWindowSettings::ID, and ImGuiWindowSettings::WantApply.
Referenced by ImGui::Initialize().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References ImGuiTextBuffer::append(), ImGuiTextBuffer::appendf(), ImChunkStream< T >::begin(), ImGuiWindowSettings::Collapsed, ImGuiWindow::Collapsed, ImGui::CreateNewWindowSettings(), ImGui::FindWindowSettings(), ImGuiWindow::Flags, ImGuiWindowSettings::ID, ImGuiWindow::ID, IM_ASSERT, ImGuiWindowFlags_NoSavedSettings, ImGuiWindow::Name, ImChunkStream< T >::next_chunk(), ImChunkStream< T >::offset_from_ptr(), ImGuiWindowSettings::Pos, ImGuiWindow::Pos, ImChunkStream< T >::ptr_from_offset(), ImGuiTextBuffer::reserve(), ImGuiWindow::SettingsOffset, ImGuiContext::SettingsWindows, ImVector< T >::Size, ImGuiTextBuffer::size(), ImChunkStream< T >::size(), ImGuiWindowSettings::Size, ImGuiWindow::SizeFull, ImGuiSettingsHandler::TypeName, ImGuiContext::Windows, ImVec2::x, and ImVec2::y.
Referenced by ImGui::Initialize().
Here is the call graph for this function:
Here is the caller graph for this function:Referenced by ImHashData(), and ImHashStr().
|
static |
Referenced by ImGui::GetAllocatorFunctions(), ImGui::MemAlloc(), and ImGui::SetAllocatorFunctions().
|
static |
Referenced by ImGui::GetAllocatorFunctions(), ImGui::MemFree(), and ImGui::SetAllocatorFunctions().
|
static |
Referenced by ImGui::GetAllocatorFunctions(), ImGui::MemAlloc(), ImGui::MemFree(), and ImGui::SetAllocatorFunctions().
| ImGuiContext* GImGui = NULL |
Referenced by ImGui::AcceptDragDropPayload(), ImGui::ActivateItem(), AddWindowToDrawData(), ImGui::AlignTextToFramePadding(), ImGui::ArrowButtonEx(), ImGuiLastItemDataBackup::Backup(), ImGui::Begin(), ImGuiListClipper::Begin(), ImGui::BeginChildEx(), ImGui::BeginChildFrame(), ImGui::BeginColumns(), ImGui::BeginCombo(), ImGui::BeginDragDropSource(), ImGui::BeginDragDropTarget(), ImGui::BeginDragDropTargetCustom(), ImGui::BeginGroup(), ImGui::BeginListBox(), ImGui::BeginMainMenuBar(), ImGui::BeginMenu(), ImGui::BeginPopup(), ImGui::BeginPopupContextItem(), ImGui::BeginPopupContextVoid(), ImGui::BeginPopupContextWindow(), ImGui::BeginPopupEx(), ImGui::BeginPopupModal(), ImGui::BeginTabBar(), ImGui::BeginTabBarEx(), ImGui::BeginTabItem(), ImGui::BeginTableEx(), ImGui::BeginTooltipEx(), ImGui::BringWindowToDisplayBack(), ImGui::BringWindowToDisplayFront(), ImGui::BringWindowToFocusFront(), ImGui::Bullet(), ImGui::BulletTextV(), ImGui::ButtonBehavior(), ImGui::ButtonEx(), Slic3r::GUI::ImGuiWrapper::calc_button_size(), ImGuiWindow::CalcFontSize(), ImGui::CalcItemSize(), ImGui::CalcItemWidth(), ImGui::CalcListClipping(), CalcMaxPopupHeightFromItemCount(), ImGui::CalcTextSize(), CalcWindowAutoFitSize(), CalcWindowSizeAfterConstraint(), ImGui::CalcWrapWidthForPos(), ImGui::CaptureKeyboardFromApp(), ImGui::CaptureMouseFromApp(), ImGui::Checkbox(), ClampWindowRect(), ImGui::ClearDragDrop(), ImGui::ClearIniSettings(), ImGui::CloseButton(), ImGui::CloseCurrentPopup(), ImGui::ClosePopupsOverWindow(), ImGui::ClosePopupToLevel(), ImGui::CollapseButton(), ImGui::CollapsingHeader(), ImGui::ColorButton(), ImGui::ColorEdit4(), ImGui::ColorEditOptionsPopup(), ImGui::ColorPicker4(), ImGui::ColorPickerOptionsPopup(), ImGui::ColorTooltip(), ImGuiStackSizes::CompareWithCurrentState(), ImGui::CreateContext(), CreateNewWindow(), ImGui::CreateNewWindowSettings(), ImGui::DebugDrawItemRect(), ImGui::DebugNodeDrawList(), ImGui::DebugNodeWindow(), ImGui::DebugRenderViewportThumbnail(), ImGui::DebugStartItemPicker(), ImGui::DestroyContext(), Slic3r::GUI::ImGuiWrapper::disable_background_fadeout_animation(), ImGui::DragBehavior(), ImGui::DragFloatRange2(), ImGui::DragIntRange2(), ImGui::DragScalar(), ImGui::DragScalarN(), Slic3r::GUI::ImGuiWrapper::draw_radio_button(), ImGui::End(), ImGui::EndChild(), ImGui::EndColumns(), ImGui::EndDragDropSource(), ImGui::EndDragDropTarget(), ImGui::EndFrame(), ImGui::EndGroup(), ImGui::EndListBox(), ImGui::EndMainMenuBar(), ImGui::EndMenu(), ImGui::EndMenuBar(), ImGui::EndPopup(), ImGui::EndTabBar(), ImGui::EndTabItem(), ImGui::EndTable(), ImGui::ErrorCheckEndFrameRecover(), ImGui::ErrorCheckEndFrameSanityChecks(), ImGui::ErrorCheckNewFrameSanityChecks(), ImGui::FindBestWindowPosForPopup(), FindHoveredWindow(), ImGui::FindSettingsHandler(), ImGui::FindWindowByID(), ImGui::FindWindowFocusIndex(), FindWindowNavFocusable(), ImGui::FindWindowSettings(), ImGui::FocusTopMostWindowUnderOne(), ImGui::FocusWindow(), ImGui::GcCompactTransientMiscBuffers(), Slic3r::GUI::ImGuiWrapper::get_item_spacing(), Slic3r::GUI::ImGuiWrapper::get_slider_float_height(), ImGui::GetActiveID(), ImGui::GetBackgroundDrawList(), ImGui::GetClipboardText(), GetClipboardTextFn_DefaultImpl(), ImGui::GetColorU32(), ImGui::GetColorU32(), ImGui::GetColorU32(), ImGui::GetColumnWidth(), ImGui::GetContentRegionAvail(), ImGui::GetContentRegionMax(), ImGui::GetContentRegionMaxAbs(), ImGui::GetCurrentContext(), ImGui::GetCurrentTable(), ImGui::GetCurrentWindow(), ImGui::GetCurrentWindowRead(), ImGui::GetDefaultFont(), ImGui::GetDragDropPayload(), GetDraggedColumnOffset(), ImGui::GetDrawData(), ImGui::GetDrawListSharedData(), ImGui::GetFocusedFocusScope(), ImGui::GetFocusID(), ImGui::GetFocusScope(), ImGui::GetFont(), ImGui::GetFontSize(), ImGui::GetFontTexUvWhitePixel(), ImGui::GetForegroundDrawList(), ImGui::GetFrameCount(), ImGui::GetFrameHeight(), ImGui::GetFrameHeightWithSpacing(), ImGui::GetHoveredID(), ImGuiWindow::GetID(), ImGui::GetID(), ImGui::GetID(), ImGuiWindow::GetID(), ImGui::GetID(), ImGuiWindow::GetID(), ImGuiWindow::GetIDNoKeepAlive(), ImGuiWindow::GetIDNoKeepAlive(), ImGuiWindow::GetIDNoKeepAlive(), ImGui::GetIDWithSeed(), ImGui::GetInputTextState(), ImGui::GetIO(), ImGui::GetItemFlags(), ImGui::GetItemID(), ImGui::GetItemStatusFlags(), ImGui::GetKeyIndex(), ImGui::GetKeyPressedAmount(), ImGui::GetMainViewport(), ImGui::GetMergedKeyModFlags(), ImGui::GetMouseCursor(), ImGui::GetMouseDragDelta(), ImGui::GetMousePos(), ImGui::GetMousePosOnOpeningCurrentPopup(), ImGui::GetNavInputAmount(), ImGui::GetScrollMaxX(), ImGui::GetScrollMaxY(), ImGui::GetScrollX(), ImGui::GetScrollY(), GetSkipItemForListClipping(), ImGui::GetStateStorage(), ImGui::GetStyle(), ImGui::GetStyleColorVec4(), GetTabBarFromTabBarRef(), GetTabBarRefFromTabBar(), ImGui::GetTextLineHeight(), ImGui::GetTextLineHeightWithSpacing(), ImGui::GetTime(), ImGui::GetTopMostPopupModal(), ImGui::GetTreeNodeToLabelSpacing(), GetViewportDrawList(), ImGui::GetWindowAllowedExtentRect(), ImGui::GetWindowContentRegionMax(), ImGui::GetWindowContentRegionMin(), ImGui::GetWindowContentRegionWidth(), ImGui::GetWindowHeight(), ImGui::GetWindowPos(), ImGui::GetWindowWidth(), Slic3r::GUI::ImGuiWrapper::image_button(), Slic3r::GUI::image_button_ex(), ImGui::ImageButton(), ImGui::ImageButtonEx(), ImGui::Indent(), ImGui::InputScalar(), ImGui::InputScalarN(), InputTextCalcTextSizeW(), ImGui::InputTextEx(), InputTextFilterCharacter(), ImGuiInputTextCallbackData::InsertChars(), ImGui::IsActiveIdUsingKey(), ImGui::IsActiveIdUsingNavDir(), ImGui::IsActiveIdUsingNavInput(), ImGui::IsAnyItemActive(), ImGui::IsAnyItemFocused(), ImGui::IsAnyItemHovered(), ImGui::IsAnyMouseDown(), ImGui::IsClippedEx(), ImGui::IsDragDropPayloadBeingAccepted(), ImGui::IsItemActivated(), ImGui::IsItemActive(), ImGui::IsItemDeactivated(), ImGui::IsItemDeactivatedAfterEdit(), ImGui::IsItemFocused(), ImGui::IsItemHovered(), ImGui::IsItemToggledOpen(), ImGui::IsItemToggledSelection(), ImGui::IsKeyDown(), ImGui::IsKeyPressed(), ImGui::IsKeyPressedMap(), ImGui::IsKeyReleased(), ImGui::IsMouseClicked(), ImGui::IsMouseDoubleClicked(), ImGui::IsMouseDown(), ImGui::IsMouseDragging(), ImGui::IsMouseDragPastThreshold(), ImGui::IsMouseHoveringRect(), ImGui::IsMousePosValid(), ImGui::IsMouseReleased(), ImGui::IsNavInputDown(), ImGui::IsPopupOpen(), ImGui::IsPopupOpen(), ImGui::IsRectVisible(), ImGui::IsRectVisible(), ImGui::IsWindowAbove(), IsWindowContentHoverable(), ImGui::IsWindowFocused(), ImGui::IsWindowHovered(), ImGui::ItemAdd(), ImGui::ItemFocusable(), ImGui::ItemHoverable(), ImGui::ItemSize(), ImGui::KeepAliveID(), ImGui::LabelTextV(), ImGui::ListBoxHeader(), ImGui::LoadIniSettingsFromMemory(), ImGui::LogBegin(), ImGui::LogButtons(), ImGui::LogFinish(), ImGui::LogRenderedText(), ImGui::LogSetNextTextDecoration(), ImGui::LogText(), ImGui::LogTextV(), ImGui::LogToBuffer(), ImGui::LogToClipboard(), ImGui::LogToFile(), ImGui::LogToTTY(), ImGui::MarkIniSettingsDirty(), ImGui::MarkIniSettingsDirty(), ImGui::MarkItemEdited(), ImGui::MemAlloc(), ImGui::MemFree(), ImGuiWindow::MenuBarHeight(), ImGui::MenuItem(), ImGui::NavCalcPreferredRefPos(), ImGui::NavEndFrame(), ImGui::NavInitWindow(), ImGui::NavMoveRequestButNoResultYet(), ImGui::NavMoveRequestCancel(), ImGui::NavMoveRequestForward(), ImGui::NavMoveRequestTryWrapping(), ImGui::NavProcessItem(), ImGui::NavRestoreLayer(), ImGui::NavScoreItem(), ImGui::NavUpdate(), ImGui::NavUpdateAnyRequestFlag(), ImGui::NavUpdateInitResult(), ImGui::NavUpdateMoveResult(), ImGui::NavUpdatePageUpPageDown(), ImGui::NavUpdateWindowing(), NavUpdateWindowingHighlightWindow(), ImGui::NavUpdateWindowingOverlay(), ImGui::NewFrame(), ImGui::NewLine(), ImGui::NextColumn(), ImGui::OpenPopup(), ImGui::OpenPopupEx(), ImGui::OpenPopupOnItemClick(), PatchFormatStringFloatToInt(), ImGui::PlotEx(), ImGui::PopFocusScope(), ImGui::PopFont(), ImGui::PopID(), ImGui::PopItemFlag(), ImGui::PopStyleColor(), ImGui::PopStyleVar(), Slic3r::GUI::process_key_down(), ImGui::ProgressBar(), ImGui::PushFocusScope(), ImGui::PushFont(), ImGui::PushID(), ImGui::PushID(), ImGui::PushID(), ImGui::PushID(), ImGui::PushItemFlag(), ImGui::PushItemWidth(), ImGui::PushMultiItemsWidths(), ImGui::PushOverrideID(), ImGui::PushStyleColor(), ImGui::PushStyleColor(), ImGui::PushStyleVar(), ImGui::PushStyleVar(), ImGui::RadioButton(), ImGui::Render(), ImGui::RenderFrame(), ImGui::RenderFrameBorder(), ImGui::RenderNavHighlight(), ImGui::RenderText(), ImGui::RenderTextClipped(), ImGui::RenderTextEllipsis(), ImGui::RenderTextWrapped(), RenderViewportsThumbnails(), ImGui::RenderWindowDecorations(), ImGui::RenderWindowOuterBorders(), ImGui::RenderWindowTitleBarContents(), ImGui::ResetMouseDragDelta(), ImGuiLastItemDataBackup::Restore(), ImGui::SameLine(), ImGui::SaveIniSettingsToDisk(), ImGui::SaveIniSettingsToMemory(), Slic3r::GUI::scroll_down(), Slic3r::GUI::scroll_up(), Slic3r::GUI::scroll_y(), ImGui::Scrollbar(), ImGui::ScrollbarEx(), ImGui::ScrollToBringRectIntoView(), Slic3r::GUI::ImGuiWrapper::search_list(), Slic3r::GUI::selectable(), ImGui::Selectable(), ImGui::Separator(), ImGui::SeparatorEx(), ImGui::SetActiveID(), ImGui::SetClipboardText(), SetClipboardTextFn_DefaultImpl(), ImGui::SetColorEditOptions(), ImGui::SetColumnOffset(), ImGui::SetCurrentContext(), ImGui::SetCurrentFont(), SetCurrentWindow(), SetCursorPosYAndSetupForPrevLine(), ImGui::SetDragDropPayload(), ImGui::SetFocusID(), ImGui::SetHoveredID(), ImGui::SetItemAllowOverlap(), ImGui::SetItemDefaultFocus(), ImGui::SetItemUsingMouseWheel(), ImGui::SetKeyboardFocusHere(), ImGui::SetMouseCursor(), ImGui::SetNavID(), ImGui::SetNextItemOpen(), ImGui::SetNextItemWidth(), ImGui::SetNextWindowBgAlpha(), ImGui::SetNextWindowCollapsed(), ImGui::SetNextWindowContentSize(), ImGui::SetNextWindowFocus(), ImGui::SetNextWindowPos(), ImGui::SetNextWindowScroll(), ImGui::SetNextWindowSize(), ImGui::SetNextWindowSizeConstraints(), ImGui::SetScrollFromPosX(), ImGui::SetScrollFromPosY(), ImGui::SetScrollHereX(), ImGui::SetScrollHereY(), ImGui::SetScrollX(), ImGui::SetScrollY(), ImGui::SetStateStorage(), ImGui::SetTabItemClosed(), ImGuiStackSizes::SetToCurrentState(), ImGui::SetWindowCollapsed(), ImGui::SetWindowFocus(), ImGui::SetWindowFontScale(), ImGui::SetWindowSize(), ImGui::ShowMetricsWindow(), ImGui::Shutdown(), ImGui::SliderBehavior(), ImGui::SliderScalar(), ImGui::SliderScalarN(), ImGui::SmallButton(), ImGui::SplitterBehavior(), StartLockWheelingWindow(), ImGui::StartMouseMovingWindow(), ImStb::STB_TEXTEDIT_GETWIDTH(), ImGuiListClipper::Step(), ImGui::TabBarCalcMaxTabWidth(), ImGui::TabBarCalcTabID(), ImGui::TabBarLayout(), ImGui::TabBarQueueReorderFromMousePos(), ImGui::TabBarScrollingButtons(), ImGui::TabBarScrollToTab(), ImGui::TabBarTabListPopupButton(), ImGui::TabItemBackground(), ImGui::TabItemButton(), ImGui::TabItemCalcSize(), ImGui::TabItemEx(), ImGui::TabItemLabelAndCloseButton(), ImGui::TableBeginCell(), ImGui::TableDrawContextMenu(), ImGui::TableEndRow(), ImGui::TableFindByID(), ImGui::TableGcCompactSettings(), ImGui::TableGcCompactTransientBuffers(), ImGui::TableGetBoundSettings(), ImGui::TableGetColumnCount(), ImGui::TableGetColumnFlags(), ImGui::TableGetColumnIndex(), ImGui::TableGetColumnName(), ImGui::TableGetHoveredColumn(), ImGui::TableGetRowIndex(), ImGui::TableGetSortSpecs(), ImGui::TableHeader(), ImGui::TableHeadersRow(), ImGui::TableLoadSettings(), ImGui::TableMergeDrawChannels(), ImGui::TableNextColumn(), ImGui::TableNextRow(), ImGui::TableOpenContextMenu(), ImGui::TablePopBackgroundChannel(), ImGui::TablePushBackgroundChannel(), ImGui::TableRemove(), ImGui::TableSaveSettings(), ImGui::TableSetBgColor(), ImGui::TableSetColumnEnabled(), ImGui::TableSetColumnIndex(), ImGui::TableSetColumnSortDirection(), ImGui::TableSetColumnWidth(), ImGui::TableSettingsCreate(), ImGui::TableSettingsFindByID(), ImGui::TableSetupColumn(), ImGui::TableSetupScrollFreeze(), ImGui::TableUpdateBorders(), ImGui::TableUpdateLayout(), ImGui::TempInputIsActive(), ImGui::TempInputScalar(), ImGui::TempInputText(), ImGui::TextDisabledV(), ImGui::TextEx(), ImGui::TextV(), ImGui::TextWrappedV(), ImGuiWindow::TitleBarHeight(), ImGui::TreeNodeBehavior(), ImGui::TreeNodeBehaviorIsOpen(), ImGui::TreeNodeExV(), ImGui::TreeNodeExV(), ImGui::TreePop(), ImGui::TreePushOverrideID(), ImGui::Unindent(), ImGui::UpdateDebugToolItemPicker(), ImGui::UpdateHoveredWindowAndCaptureFlags(), ImGui::UpdateMouseInputs(), ImGui::UpdateMouseMovingWindowEndFrame(), ImGui::UpdateMouseMovingWindowNewFrame(), ImGui::UpdateMouseWheel(), ImGui::UpdateSettings(), ImGui::UpdateTabFocus(), ImGui::UpdateViewportsNewFrame(), ImGui::UpdateWindowManualResize(), and ImGui::VSliderScalar().
|
static |
Referenced by GetStyleVarInfo().
|
static |
Referenced by ImGui::NavUpdateWindowing().
|
static |
Referenced by ImGui::NavUpdateWindowingOverlay().
|
static |
Referenced by ImGui::RenderWindowOuterBorders(), and ImGui::UpdateWindowManualResize().
|
static |
Referenced by ImGui::RenderWindowDecorations(), and ImGui::UpdateWindowManualResize().
|
static |
Referenced by ImGui::UpdateHoveredWindowAndCaptureFlags(), and ImGui::UpdateWindowManualResize().
|
static |
Referenced by StartLockWheelingWindow().
|
static |
Referenced by ImGui::UpdateWindowManualResize().