MCPcopy Create free account

hub / github.com/Joe1sn/S-inject / functions

Functions2,039 in github.com/Joe1sn/S-inject

FunctionClassicDark
include/utils/theme.hpp:11
MethodClear
extern/ImGui/imgui.h:2669
MethodClear
extern/ImGui/imgui.h:2703
MethodClear
- Get***() functions find pair, never add/allocate. Pairs are sorted so a query is O(log N) - Set***() functions find pair, insertion on demand if mis
extern/ImGui/imgui.h:2770
MethodClear
extern/ImGui/imgui.h:3191
MethodClear
extern/ImGui/imgui.h:3564
MethodClear
extern/ImGui/imgui_internal.h:766
MethodClear
extern/ImGui/imgui_internal.h:1576
MethodClear
extern/ImGui/imgui_internal.h:1751
MethodClearActiveID
extern/ImGui/imgui.cpp:4601
MethodClearAllBits
extern/ImGui/imgui_internal.h:641
FunctionClearBit
extern/ImGui/imgui_internal.h:659
MethodClearBit
extern/ImGui/imgui_internal.h:645
MethodClearDragDrop
extern/ImGui/imgui.cpp:14479
MethodClearEventsQueue
Clear all incoming events.
extern/ImGui/imgui.cpp:1653
MethodClearFlags
extern/ImGui/imgui_internal.h:1326
MethodClearFonts
extern/ImGui/imgui_draw.cpp:2699
MethodClearIniSettings
Clear all settings (windows, tables, docking etc.)
extern/ImGui/imgui.cpp:15164
MethodClearInputCharacters
extern/ImGui/imgui.cpp:1699
MethodClearInputData
extern/ImGui/imgui_draw.cpp:2672
MethodClearItems
extern/ImGui/imgui_demo.cpp:10536
MethodClearLog
extern/ImGui/imgui_demo.cpp:8802
MethodClearSelection
extern/ImGui/imgui.h:2639
MethodClearTexData
Clear CPU-side copy of the texture data.
extern/ImGui/imgui_draw.cpp:2690
FunctionClearText
extern/ImGui/imgui_internal.h:1250
MethodClearWindowSettings
This will revert window to its initial state, including enabling the ImGuiCond_FirstUseEver/ImGuiCond_Once conditions once more.
extern/ImGui/imgui.cpp:15326
FunctionClipWith
extern/ImGui/imgui_internal.h:603
FunctionClipWithFull
Simple version, may lead to an inverted rectangle, which is fine for Contains/Overlaps test but not for display.
extern/ImGui/imgui_internal.h:604
MethodCloneOutput
Note: For multi-threaded rendering, consider using `imgui_threaded_rendering` from https://github.com/ocornut/imgui_club
extern/ImGui/imgui_draw.cpp:482
MethodCloseButton
Button to close a window
extern/ImGui/imgui_widgets.cpp:885
MethodCloseCurrentPopup
Close the popup we have begin-ed into.
extern/ImGui/imgui.cpp:12175
MethodClosePopupToLevel
extern/ImGui/imgui.cpp:12149
MethodClosePopupsExceptModals
extern/ImGui/imgui.cpp:12134
MethodClosePopupsOverWindow
When popups are stacked, clicking on a lower level popups puts focus back to it and close popups above it. This function closes any popups that are ov
extern/ImGui/imgui.cpp:12088
MethodCollapseButton
extern/ImGui/imgui_widgets.cpp:922
MethodCollapsingHeader
CollapsingHeader returns true when opened but do not indent nor push into the ID stack (because of the ImGuiTreeNodeFlags_NoTreePushOnOpen flag). This
extern/ImGui/imgui_widgets.cpp:7181
MethodColorButton
A little color square. Return true when clicked. FIXME: May want to display/ignore the alpha component in the color display? Yet show it in the toolti
extern/ImGui/imgui_widgets.cpp:6332
MethodColorConvertFloat4ToU32
extern/ImGui/imgui.cpp:2710
MethodColorConvertHSVtoRGB
Convert hsv floats ([0-1],[0-1],[0-1]) to rgb floats ([0-1],[0-1],[0-1]), from Foley & van Dam p593 also http://en.wikipedia.org/wiki/HSL_and_HSV
extern/ImGui/imgui.cpp:2744
MethodColorConvertRGBtoHSV
Convert rgb floats ([0-1],[0-1],[0-1]) to hsv floats ([0-1],[0-1],[0-1]), from Foley & van Dam p592 Optimized http://lolengine.net/blog/2013/01/13/fas
extern/ImGui/imgui.cpp:2722
MethodColorConvertU32ToFloat4
extern/ImGui/imgui.cpp:2700
MethodColorEdit3
extern/ImGui/imgui_widgets.cpp:5652
MethodColorEdit4
Edit colors components (each component in 0.0f..1.0f range). See enum ImGuiColorEditFlags_ for available options. e.g. Only access 3 floats if ImGuiCo
extern/ImGui/imgui_widgets.cpp:5688
MethodColorEditOptionsPopup
extern/ImGui/imgui_widgets.cpp:6471
MethodColorPicker3
extern/ImGui/imgui_widgets.cpp:5936
MethodColorPicker4
Note: ColorPicker4() only accesses 3 floats if ImGuiColorEditFlags_NoAlpha flag is set. (In C++ the 'float col[4]' notation for a function argument is
extern/ImGui/imgui_widgets.cpp:5959
MethodColorPickerOptionsPopup
extern/ImGui/imgui_widgets.cpp:6525
MethodColorTooltip
Note: only access 3 floats if ImGuiColorEditFlags_NoAlpha flag is set.
extern/ImGui/imgui_widgets.cpp:6435
MethodColumns
extern/ImGui/imgui_tables.cpp:4543
MethodCombo
Old API, prefer using BeginCombo() nowadays if you can.
extern/ImGui/imgui_widgets.cpp:2126
MethodCompareItemsByValue
extern/ImGui/imgui_demo.cpp:2528
MethodCompareWithSortSpecs
extern/ImGui/imgui_demo.cpp:5510
MethodCompareWithSortSpecs
extern/ImGui/imgui_demo.cpp:10471
MethodContains
extern/ImGui/imgui_internal.h:765
FunctionContainsWithPad
extern/ImGui/imgui_internal.h:594
FunctionCreate
extern/ImGui/imgui_internal.h:655
MethodCreateContext
extern/ImGui/imgui.cpp:3997
MethodCreateNewWindowSettings
extern/ImGui/imgui.cpp:15286
MethodDataTypeApplyFromText
User can input math operators (e.g. +100) to edit a numerical values. NB: This is _not_ a full expression evaluator. We should probably add one and re
extern/ImGui/imgui_widgets.cpp:2334
MethodDataTypeApplyOp
extern/ImGui/imgui_widgets.cpp:2282
MethodDataTypeClamp
extern/ImGui/imgui_widgets.cpp:2420
FunctionDataTypeClampT
extern/ImGui/imgui_widgets.cpp:2412
MethodDataTypeCompare
extern/ImGui/imgui_widgets.cpp:2391
FunctionDataTypeCompareT
extern/ImGui/imgui_widgets.cpp:2384
MethodDataTypeFormatString
extern/ImGui/imgui_widgets.cpp:2259
MethodDataTypeGetInfo
extern/ImGui/imgui_widgets.cpp:2253
MethodDataTypeIsZero
extern/ImGui/imgui_widgets.cpp:2440
MethodDeIndexAllBuffers
For backward compatibility: convert all buffers from indexed to de-indexed, in case you cannot render indexed. Note: this is slow and most likely a wa
extern/ImGui/imgui_draw.cpp:2313
MethodDebugAllocHook
We record the number of allocation in recent frames, as a way to audit/sanitize our guiding principles of "no allocations on idle/repeating frames"
extern/ImGui/imgui.cpp:4968
MethodDebugBreakButton
Special button that doesn't take focus, doesn't take input owner, and can be activated without a click etc. In order to reduce interferences with the
extern/ImGui/imgui.cpp:16782
MethodDebugBreakButtonTooltip
extern/ImGui/imgui.cpp:16768
MethodDebugBreakClearData
extern/ImGui/imgui.cpp:16759
MethodDebugCheckVersionAndDataLayout
Verify ABI compatibility between caller code and compiled version of Dear ImGui. This helps detects some build issues. Called by IMGUI_CHECKVERSION().
extern/ImGui/imgui.cpp:10612
MethodDebugDrawCursorPos
Draw a small cross at current CursorPos in current window's DrawList
extern/ImGui/imgui.cpp:17536
MethodDebugDrawItemRect
Draw last item rect in ForegroundDrawList (so it is always visible)
extern/ImGui/imgui.cpp:17559
MethodDebugDrawLineExtents
Draw a 10px wide rectangle around CurposPos.x using Line Y1/Y2 in current window's DrawList
extern/ImGui/imgui.cpp:17546
MethodDebugFlashStyleColor
Flash a given style color for some + inhibit modifications of this color via PushStyleColor() calls.
extern/ImGui/imgui.cpp:15940
MethodDebugHookIdInfo
[DEBUG] ID Stack tool: hooks called by GetID() family functions
extern/ImGui/imgui.cpp:17696
MethodDebugLocateItem
extern/ImGui/imgui.cpp:17569
MethodDebugLocateItemOnHover
FIXME: Doesn't work over through a modal window, because they clear HoveredWindow.
extern/ImGui/imgui.cpp:17578
MethodDebugLocateItemResolveWithLastItem
extern/ImGui/imgui.cpp:17595
MethodDebugLog
extern/ImGui/imgui.cpp:17376
MethodDebugLogV
extern/ImGui/imgui.cpp:17384
MethodDebugNodeColumns
[DEBUG] Display contents of Columns
extern/ImGui/imgui.cpp:16818
MethodDebugNodeDrawCmdShowMeshAndBoundingBox
[DEBUG] Display mesh/aabb of a ImDrawCmd
extern/ImGui/imgui.cpp:16925
MethodDebugNodeDrawList
[DEBUG] Display contents of ImDrawList
extern/ImGui/imgui.cpp:16829
MethodDebugNodeFont
[DEBUG] Display details for a single font, called by ShowStyleEditor().
extern/ImGui/imgui.cpp:16970
MethodDebugNodeFontGlyph
extern/ImGui/imgui.cpp:17170
MethodDebugNodeFontGlyphesForSrcMask
extern/ImGui/imgui.cpp:17119
MethodDebugNodeInputTextState
extern/ImGui/imgui_widgets.cpp:5598
MethodDebugNodeMultiSelectState
extern/ImGui/imgui_widgets.cpp:8344
MethodDebugNodeStorage
[DEBUG] Display contents of ImGuiStorage
extern/ImGui/imgui.cpp:17187
MethodDebugNodeTabBar
[DEBUG] Display contents of ImGuiTabBar
extern/ImGui/imgui.cpp:17200
MethodDebugNodeTable
extern/ImGui/imgui_tables.cpp:4017
MethodDebugNodeTableSettings
extern/ImGui/imgui_tables.cpp:4091
MethodDebugNodeTexture
extern/ImGui/imgui.cpp:16137
MethodDebugNodeTypingSelectState
extern/ImGui/imgui_widgets.cpp:7609
MethodDebugNodeViewport
extern/ImGui/imgui.cpp:17240
MethodDebugNodeWindow
extern/ImGui/imgui.cpp:17263
MethodDebugNodeWindowSettings
extern/ImGui/imgui.cpp:17331
← previousnext →901–1,000 of 2,039, ranked by callers