Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Raais/ImStudio
/ functions
Functions
2,584 in github.com/Raais/ImStudio
⨍
Functions
2,584
◇
Types & classes
521
Method
ErrorCheckEndFrameRecover
Experimental recovery from incorrect usage of BeginXXX/EndXXX/PushXXX/PopXXX calls. Must be called during or before EndFrame(). This is generally flaw
src/third-party/imgui/imgui.cpp:8002
Method
ErrorCheckEndFrameSanityChecks
src/third-party/imgui/imgui.cpp:7961
Method
ErrorCheckEndWindowRecover
Must be called before End()/EndChild()
src/third-party/imgui/imgui.cpp:8030
Method
ErrorCheckNewFrameSanityChecks
src/third-party/imgui/imgui.cpp:7923
Method
ExampleAppConsole
src/third-party/imgui/imgui_demo.cpp:6470
Method
ExampleAppDocuments
src/third-party/imgui/imgui_demo.cpp:7690
Method
ExampleAppLog
src/third-party/imgui/imgui_demo.cpp:6827
Function
Expand
src/third-party/imgui/imgui_internal.h:511
Function
FMT_CATCH
src/third-party/fmt/include/fmt/format-inl.h:2548
Method
FMT_CONSTEXPR compile_parse_context
src/third-party/fmt/include/fmt/core.h:2460
Method
FMT_CONSTEXPR format_string_checker
src/third-party/fmt/include/fmt/core.h:2685
Method
FMT_CONSTEXPR precision_checker
src/third-party/fmt/include/fmt/format.h:2037
Method
FMT_CONSTEXPR specs_setter
src/third-party/fmt/include/fmt/core.h:1965
Method
FMT_CONSTEXPR width_checker
src/third-party/fmt/include/fmt/format.h:2017
Method
FMT_INLINE value
src/third-party/fmt/include/fmt/core.h:1167
Method
FilterImGuiLetters
Return 0 (pass) if the character is 'i' or 'm' or 'g' or 'u' or 'i'
src/third-party/imgui/imgui_demo.cpp:1360
Method
FindBestWindowPosForPopup
src/third-party/imgui/imgui.cpp:9427
Method
FindBestWindowPosForPopupEx
r_avoid = the rectangle to avoid (e.g. for tooltip it is a rectangle around the mouse cursor which we want to avoid. for popups it's a small point aro
src/third-party/imgui/imgui.cpp:9342
Method
FindBlockingModal
When a modal popup is open, newly created windows that want focus (i.e. are not popups and do not specify ImGuiWindowFlags_NoFocusOnAppearing) should
src/third-party/imgui/imgui.cpp:5919
Method
FindBottomMostVisibleWindowWithinBeginStack
src/third-party/imgui/imgui.cpp:4711
Method
FindOrCreateColumns
src/third-party/imgui/imgui_tables.cpp:3800
Method
FindOrCreateWindowSettings
src/third-party/imgui/imgui.cpp:11559
Method
FindRenderedTextEnd
src/third-party/imgui/imgui.cpp:2957
Method
FindSettingsHandler
src/third-party/imgui/imgui.cpp:11566
Method
FindWindowByID
src/third-party/imgui/imgui.cpp:5273
Method
FindWindowByName
src/third-party/imgui/imgui.cpp:5279
Method
FindWindowDisplayIndex
src/third-party/imgui/imgui.cpp:6720
Method
FindWindowFocusIndex
src/third-party/imgui/imgui.cpp:10660
Method
FindWindowSettings
src/third-party/imgui/imgui.cpp:11550
Function
Floor
Full version, ensure both points are fully clipped.
src/third-party/imgui/imgui_internal.h:518
Method
FocusTopMostWindowUnderOne
src/third-party/imgui/imgui.cpp:6770
Method
FocusWindow
Moving window to front of display and set focus (which happens to be back of our sorted list)
src/third-party/imgui/imgui.cpp:6727
Function
FocusableItemRegister
Currently refactoring focus/nav/tabbing system If you have old/custom copy-and-pasted widgets that used FocusableItemRegister(): (Old) IMGUI_VERSION_N
src/third-party/imgui/imgui_internal.h:2589
Function
FocusableItemUnregister
-> pass ImGuiItemAddFlags_Inputable flag to ItemAdd()
src/third-party/imgui/imgui_internal.h:2590
Method
ForceDisplayRangeByIndices
src/third-party/imgui/imgui.cpp:2588
Function
FreeType_Alloc
FreeType memory allocation callbacks
src/third-party/imgui/misc/freetype/imgui_freetype.cpp:710
Function
FreeType_Free
src/third-party/imgui/misc/freetype/imgui_freetype.cpp:715
Function
FreeType_Realloc
src/third-party/imgui/misc/freetype/imgui_freetype.cpp:720
Function
FreeWrapper
src/third-party/imgui/imgui.cpp:1020
Method
FromIndices
src/third-party/imgui/imgui_internal.h:1240
Method
FromPositions
src/third-party/imgui/imgui_internal.h:1241
Method
GcAwakeTransientWindowBuffers
src/third-party/imgui/imgui.cpp:3337
Method
GcCompactTransientMiscBuffers
src/third-party/imgui/imgui.cpp:3313
Method
GcCompactTransientWindowBuffers
Free up/compact internal window buffers, we can use this when a window becomes unused. Not freed: - ImGuiWindow, ImGuiWindowSettings, Name, StateStora
src/third-party/imgui/imgui.cpp:3325
Method
GenerateCode
src/sources/ims_generator.cpp:344
Function
GetActiveID
src/third-party/imgui/imgui_internal.h:2552
Method
GetAllocatorFunctions
This is provided to facilitate copying allocators from one static/DLL boundary to another (e.g. retrieve default allocator of your executable address
src/third-party/imgui/imgui.cpp:3657
Function
GetArea
src/third-party/imgui/imgui_internal.h:501
Function
GetBL
Top-right
src/third-party/imgui/imgui_internal.h:504
Function
GetBR
Bottom-left
src/third-party/imgui/imgui_internal.h:505
Method
GetBackgroundDrawList
src/third-party/imgui/imgui.cpp:3761
Method
GetBit
src/third-party/imgui/imgui.h:2694
Method
GetBool
src/third-party/imgui/imgui.cpp:2141
Method
GetBoolRef
src/third-party/imgui/imgui.cpp:2171
Method
GetBufSize
Number of active/alive items in the pool (for display purpose)
src/third-party/imgui/imgui_internal.h:648
Method
GetBuilderForFreeType
src/third-party/imgui/misc/freetype/imgui_freetype.cpp:767
Function
GetCenter
src/third-party/imgui/imgui_internal.h:497
Method
GetClipRectMax
src/third-party/imgui/imgui.h:2530
Method
GetClipRectMin
src/third-party/imgui/imgui.h:2529
Method
GetClipboardText
src/third-party/imgui/imgui.cpp:3615
Function
GetClipboardTextFn_DefaultImpl
Win32 clipboard implementation We use g.ClipboardHandlerData for temporary storage to ensure it is freed on Shutdown()
src/third-party/imgui/imgui.cpp:11837
Method
GetColorU32
src/third-party/imgui/imgui.cpp:2733
Method
GetColumnIndex
src/third-party/imgui/imgui_tables.cpp:3647
Method
GetColumnNormFromOffset
src/third-party/imgui/imgui_tables.cpp:3664
Method
GetColumnOffset
src/third-party/imgui/imgui_tables.cpp:3688
Method
GetColumnOffsetFromNorm
src/third-party/imgui/imgui_tables.cpp:3659
Method
GetColumnWidth
src/third-party/imgui/imgui_tables.cpp:3717
Method
GetColumnsCount
src/third-party/imgui/imgui_tables.cpp:3653
Method
GetColumnsID
src/third-party/imgui/imgui_tables.cpp:3813
Method
GetContentRegionAvail
src/third-party/imgui/imgui.cpp:8506
Method
GetContentRegionMax
FIXME: This is in window space (not screen space!).
src/third-party/imgui/imgui.cpp:8485
Method
GetContentRegionMaxAbs
[Internal] Absolute coordinate. Saner. This is not exposed until we finishing refactoring work rect features.
src/third-party/imgui/imgui.cpp:8496
Method
GetCurrentContext
Internal state access - if you want to share Dear ImGui state between modules (e.g. DLL) or allocate it yourself Note that we still point to some stat
src/third-party/imgui/imgui.cpp:3635
Function
GetCurrentTable
Tables: Internals
src/third-party/imgui/imgui_internal.h:2696
Method
GetCursorPos
User generally sees positions in window coordinates. Internally we store CursorPos in absolute screen coordinates because it is more convenient. Conve
src/third-party/imgui/imgui.cpp:8312
Method
GetCursorPosX
src/third-party/imgui/imgui.cpp:8318
Method
GetCursorPosY
src/third-party/imgui/imgui.cpp:8324
Method
GetCursorScreenPos
src/third-party/imgui/imgui.cpp:8297
Method
GetCursorStartPos
src/third-party/imgui/imgui.cpp:8351
Method
GetDragDropPayload
src/third-party/imgui/imgui.cpp:11206
Method
GetDrawData
Pass this to your backend rendering function! Valid after Render() and until the next call to NewFrame()
src/third-party/imgui/imgui.cpp:3720
Method
GetDrawListSharedData
src/third-party/imgui/imgui.cpp:3783
Method
GetFloat
src/third-party/imgui/imgui.cpp:2146
Method
GetFloatRef
src/third-party/imgui/imgui.cpp:2176
Function
GetFocusID
src/third-party/imgui/imgui_internal.h:2553
Function
GetFocusScope
Focus scope which is actually active
src/third-party/imgui/imgui_internal.h:2647
Function
GetFocusedFocusScope
src/third-party/imgui/imgui_internal.h:2646
Method
GetFont
src/third-party/imgui/imgui.cpp:7282
Method
GetFontSize
src/third-party/imgui/imgui.cpp:7287
Method
GetFontTexUvWhitePixel
src/third-party/imgui/imgui.cpp:7292
Method
GetForegroundDrawList
src/third-party/imgui/imgui.cpp:3772
Method
GetFrameCount
src/third-party/imgui/imgui.cpp:3732
Method
GetFrameHeight
src/third-party/imgui/imgui.cpp:8470
Method
GetFrameHeightWithSpacing
src/third-party/imgui/imgui.cpp:8476
Method
GetGlyphRangesChineseFull
src/third-party/imgui/imgui_draw.cpp:2833
Method
GetGlyphRangesChineseSimplifiedCommon
src/third-party/imgui/imgui_draw.cpp:2863
Method
GetGlyphRangesCyrillic
src/third-party/imgui/imgui_draw.cpp:3021
Method
GetGlyphRangesJapanese
src/third-party/imgui/imgui_draw.cpp:2931
Method
GetGlyphRangesKorean
src/third-party/imgui/imgui_draw.cpp:2820
Method
GetGlyphRangesThai
src/third-party/imgui/imgui_draw.cpp:3034
← previous
next →
1,201–1,300 of 2,584, ranked by callers