Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Veerzeng/GraphicAlgorithm
/ functions
Functions
2,528 in github.com/Veerzeng/GraphicAlgorithm
⨍
Functions
2,528
◇
Types & classes
494
Method
GetCurrentContext
Internal state access - if you want to share ImGui state between modules (e.g. DLL) or allocate it yourself Note that we still point to some static da
SDK/imgui_master/imgui.cpp:2805
Method
GetCursorPos
User generally sees positions in window coordinates. Internally we store CursorPos in absolute screen coordinates because it is more convenient. Conve
SDK/imgui_master/imgui.cpp:5969
Method
GetCursorPosX
SDK/imgui_master/imgui.cpp:5975
Method
GetCursorPosY
SDK/imgui_master/imgui.cpp:5981
Method
GetCursorScreenPos
SDK/imgui_master/imgui.cpp:6014
Method
GetCursorStartPos
SDK/imgui_master/imgui.cpp:6008
Method
GetCustomRectByIndex
Id needs to be < 0x10000 to register a rectangle to map into a specific font.
SDK/imgui_master/imgui.h:1902
Method
GetDragDropPayload
SDK/imgui_master/imgui.cpp:8322
Method
GetDrawData
Same value as passed to the old io.RenderDrawListsFn function. Valid after Render() and until the next call to NewFrame()
SDK/imgui_master/imgui.cpp:2872
Method
GetDrawListSharedData
SDK/imgui_master/imgui.cpp:2893
Method
GetFloat
SDK/imgui_master/imgui.cpp:1766
Method
GetFloatRef
SDK/imgui_master/imgui.cpp:1796
Function
GetFocusID
SDK/imgui_master/imgui_internal.h:1153
Method
GetFont
SDK/imgui_master/imgui.cpp:5944
Method
GetFontSize
SDK/imgui_master/imgui.cpp:5949
Method
GetFontTexUvWhitePixel
SDK/imgui_master/imgui.cpp:5954
Method
GetFrameCount
SDK/imgui_master/imgui.cpp:2883
Method
GetFrameHeight
SDK/imgui_master/imgui.cpp:5926
Method
GetFrameHeightWithSpacing
SDK/imgui_master/imgui.cpp:5932
Method
GetFrontMostPopupModal
SDK/imgui_master/imgui.cpp:6375
Method
GetGlyphRangesChineseFull
SDK/imgui_master/imgui_draw.cpp:2055
Method
GetGlyphRangesChineseSimplifiedCommon
SDK/imgui_master/imgui_draw.cpp:2083
Method
GetGlyphRangesCyrillic
SDK/imgui_master/imgui_draw.cpp:2207
Method
GetGlyphRangesJapanese
SDK/imgui_master/imgui_draw.cpp:2149
Method
GetGlyphRangesKorean
SDK/imgui_master/imgui_draw.cpp:2043
Method
GetGlyphRangesThai
SDK/imgui_master/imgui_draw.cpp:2220
Function
GetHeight
SDK/imgui_master/imgui_internal.h:385
Method
GetHoveredID
SDK/imgui_master/imgui.cpp:2517
Method
GetIntRef
References are only valid until a new value is added to the storage. Calling a Set***() function or a Get***Ref() function invalidates the pointer.
SDK/imgui_master/imgui.cpp:1783
Function
GetItemID
Basic Accessors
SDK/imgui_master/imgui_internal.h:1151
Method
GetItemRectMax
SDK/imgui_master/imgui.cpp:4051
Method
GetItemRectMin
SDK/imgui_master/imgui.cpp:4045
Method
GetItemRectSize
SDK/imgui_master/imgui.cpp:4057
Function
GetItemsLineHeightWithSpacing
SDK/imgui_master/imgui.h:1237
Method
GetKeyIndex
SDK/imgui_master/imgui.cpp:3793
Method
GetKeyPressedAmount
SDK/imgui_master/imgui.cpp:3817
Method
GetMouseCursor
SDK/imgui_master/imgui.cpp:3950
Method
GetMouseDragDelta
NB: This is only valid if IsMousePosValid(). Back-ends in theory should always keep mouse position valid when dragging even outside the client window.
SDK/imgui_master/imgui.cpp:3930
Method
GetMousePos
SDK/imgui_master/imgui.cpp:3906
Method
GetMousePosOnOpeningCurrentPopup
NB: prefer to call right after BeginPopup(). At the time Selectable/MenuItem is activated, the popup is already closed!
SDK/imgui_master/imgui.cpp:3912
Method
GetNavInputAmount
SDK/imgui_master/imgui.cpp:7093
Method
GetNavInputAmount2d
SDK/imgui_master/imgui.cpp:7115
Method
GetOverlayDrawList
SDK/imgui_master/imgui.cpp:2888
Method
GetScrollMaxX
SDK/imgui_master/imgui.cpp:6037
Method
GetScrollMaxY
SDK/imgui_master/imgui.cpp:6042
Method
GetScrollX
SDK/imgui_master/imgui.cpp:6027
Method
GetScrollY
SDK/imgui_master/imgui.cpp:6032
Function
GetSize
SDK/imgui_master/imgui_internal.h:383
Method
GetStateStorage
SDK/imgui_master/imgui.cpp:6116
Method
GetStyleColorName
SDK/imgui_master/imgui.cpp:5523
Function
GetTL
SDK/imgui_master/imgui_internal.h:386
Function
GetTR
Top-left
SDK/imgui_master/imgui_internal.h:387
Method
GetTexDataAsAlpha8
SDK/imgui_master/imgui_draw.cpp:1466
Method
GetTextLineHeight
SDK/imgui_master/imgui.cpp:5914
Method
GetTextLineHeightWithSpacing
SDK/imgui_master/imgui.cpp:5920
Method
GetTime
SDK/imgui_master/imgui.cpp:2878
Method
GetTreeNodeToLabelSpacing
Horizontal distance preceding label when using TreeNode() or Bullet()
SDK/imgui_master/imgui_widgets.cpp:4911
Method
GetVersion
SDK/imgui_master/imgui.cpp:2798
Method
GetVoidPtrRef
SDK/imgui_master/imgui.cpp:1804
Function
GetWidth
SDK/imgui_master/imgui_internal.h:384
Method
GetWindowAllowedExtentRect
SDK/imgui_master/imgui.cpp:6620
Method
GetWindowContentRegionMax
SDK/imgui_master/imgui.cpp:5902
Method
GetWindowContentRegionMin
In window space (not screen space!)
SDK/imgui_master/imgui.cpp:5896
Method
GetWindowContentRegionWidth
SDK/imgui_master/imgui.cpp:5908
Method
GetWindowDrawList
SDK/imgui_master/imgui.cpp:5938
Method
GetWindowHeight
SDK/imgui_master/imgui.cpp:5663
Method
GetWindowPos
SDK/imgui_master/imgui.cpp:5669
Method
GetWindowScrollMaxX
SDK/imgui_master/imgui.cpp:4338
Method
GetWindowScrollMaxY
SDK/imgui_master/imgui.cpp:4343
Method
GetWindowSize
SDK/imgui_master/imgui.cpp:5719
Method
GetWindowWidth
SDK/imgui_master/imgui.cpp:5657
Method
GlyphRangesBuilder
Store 1-bit per Unicode code point (0=unused, 1=used)
SDK/imgui_master/imgui.h:1873
Method
GrowIndex
SDK/imgui_master/imgui_draw.cpp:2352
Method
HSV
SDK/imgui_master/imgui.h:1550
Method
Harmonics
SH_Sampler/harmonics.cpp:11
Function
HasSelection
SDK/imgui_master/imgui_internal.h:475
Method
IGUI
FRAME/GUI.cpp:18
Method
IGameObject
FRAME/GameObject.cpp:12
Function
IMGUI_CDECL ChildWindowComparer
FIXME: Add a more explicit sort order in the window structure.
SDK/imgui_master/imgui.cpp:3377
Method
IRenderPass
FRAME/RenderPass.cpp:8
Function
ImCeil
we already uses our own ImFloor() { return (float)(int)v } internally so the standard one wrapper is named differently (it's used by stb_truetype)
SDK/imgui_master/imgui_internal.h:189
Method
ImColor
SDK/imgui_master/imgui.h:1540
Method
ImDrawCmd
SDK/imgui_master/imgui.h:1603
Method
ImDrawData
Functions
SDK/imgui_master/imgui.h:1763
Method
ImDrawList
If you want to create ImDrawList instances, pass them ImGui::GetDrawListSharedData() or create and use your own ImDrawListSharedData (so you can use I
SDK/imgui_master/imgui.h:1682
Method
ImDrawListSharedData
SDK/imgui_master/imgui_draw.cpp:325
Function
ImFloorStd
SDK/imgui_master/imgui_internal.h:188
Method
ImFont
SDK/imgui_master/imgui_draw.cpp:2270
Method
ImFontAtlas
SDK/imgui_master/imgui_draw.cpp:1394
Method
ImFontConfig
SDK/imgui_master/imgui_draw.cpp:1319
Method
ImGuiColumnData
SDK/imgui_master/imgui_internal.h:524
Method
ImGuiColumnsSet
SDK/imgui_master/imgui_internal.h:541
Method
ImGuiContext
SDK/imgui_master/imgui_internal.h:793
Method
ImGuiIO
SDK/imgui_master/imgui.cpp:1054
Method
ImGuiInputTextCallbackData
SDK/imgui_master/imgui_widgets.cpp:2976
Function
ImGuiInputTextState
SDK/imgui_master/imgui_internal.h:472
Method
ImGuiItemHoveredDataBackup
SDK/imgui_master/imgui_internal.h:1098
Method
ImGuiListClipper
items_count: Use -1 to ignore (you can call Begin later). Use INT_MAX if you don't know how many items you have (in which case the cursor won't be ad
SDK/imgui_master/imgui.h:1575
Method
ImGuiMenuColumns
Helpers for internal use
SDK/imgui_master/imgui_widgets.cpp:5387
Method
ImGuiNavMoveResult
SDK/imgui_master/imgui_internal.h:592
← previous
next →
1,101–1,200 of 2,528, ranked by callers