MCPcopy Create free account

hub / github.com/Raais/ImStudio / functions

Functions2,584 in github.com/Raais/ImStudio

FunctionTextEditCallbackStub
In C++11 you'd be better off using lambdas for this sort of forwarding callbacks
src/third-party/imgui/imgui_demo.cpp:6698
MethodTextEx
src/third-party/imgui/imgui_widgets.cpp:150
MethodTextUnformatted
src/third-party/imgui/imgui_widgets.cpp:257
MethodTextV
src/third-party/imgui/imgui_widgets.cpp:270
MethodTextWrapped
src/third-party/imgui/imgui_widgets.cpp:319
MethodTextWrappedV
src/third-party/imgui/imgui_widgets.cpp:327
FunctionTitleBarRect
src/third-party/imgui/imgui_internal.h:2122
FunctionToVec4
src/third-party/imgui/imgui_internal.h:520
FunctionTranslate
src/third-party/imgui/imgui_internal.h:513
FunctionTranslateX
src/third-party/imgui/imgui_internal.h:514
FunctionTranslateY
src/third-party/imgui/imgui_internal.h:515
MethodTreeNode
src/third-party/imgui/imgui_widgets.cpp:5697
MethodTreeNodeBehavior
src/third-party/imgui/imgui_widgets.cpp:5828
MethodTreeNodeBehaviorIsOpen
src/third-party/imgui/imgui_widgets.cpp:5782
MethodTreeNodeEx
src/third-party/imgui/imgui_widgets.cpp:5733
MethodTreeNodeExV
src/third-party/imgui/imgui_widgets.cpp:5760
MethodTreeNodeV
src/third-party/imgui/imgui_widgets.cpp:5723
MethodTreePop
src/third-party/imgui/imgui_widgets.cpp:6040
MethodTreePush
src/third-party/imgui/imgui_widgets.cpp:6015
MethodTreePushOverrideID
src/third-party/imgui/imgui_widgets.cpp:6031
MethodUnindent
src/third-party/imgui/imgui.cpp:8365
MethodUpdateDebugToolItemPicker
[DEBUG] Item picker tool - start with DebugStartItemPicker() - useful to visually select an item and break into its call-stack.
src/third-party/imgui/imgui.cpp:12914
MethodUpdateDebugToolStackQueries
[DEBUG] Stack Tool: update queries. Called by NewFrame()
src/third-party/imgui/imgui.cpp:12939
MethodUpdateHoveredWindowAndCaptureFlags
The reason this is exposed in imgui_internal.h is: on touch-based system that don't have hovering, we want to dispatch inputs to the right target (img
src/third-party/imgui/imgui.cpp:4133
MethodUpdateInputEvents
Process input queue - trickle_fast_inputs = false : process all events, turn into flattened input state (e.g. successive down/up/down/up will be lost)
src/third-party/imgui/imgui.cpp:7781
MethodUpdateKeyboardInputs
src/third-party/imgui/imgui.cpp:3910
MethodUpdateMouseInputs
src/third-party/imgui/imgui.cpp:3976
MethodUpdateMouseMovingWindowEndFrame
Initiate moving window when clicking on empty space or title bar. Handle left-click and right-click focus.
src/third-party/imgui/imgui.cpp:3853
MethodUpdateMouseMovingWindowNewFrame
Handle mouse moving window Note: moving window with the navigation keys (Square + d-pad / CTRL+TAB + Arrows) are processed in NavUpdateWindowing() FIX
src/third-party/imgui/imgui.cpp:3813
MethodUpdateMouseWheel
src/third-party/imgui/imgui.cpp:4047
MethodUpdateSettings
Called by NewFrame()
src/third-party/imgui/imgui.cpp:11486
MethodUpdateViewportsNewFrame
Update viewports and monitor infos
src/third-party/imgui/imgui.cpp:11793
MethodUpdateWindowManualResize
Handle resize for: Resize Grips, Borders, Gamepad Return true when using auto-fit (double click on resize grip)
src/third-party/imgui/imgui.cpp:5556
MethodUpdateWindowParentAndRootLinks
src/third-party/imgui/imgui.cpp:5893
MethodVSliderFloat
src/third-party/imgui/imgui_widgets.cpp:3179
MethodVSliderInt
src/third-party/imgui/imgui_widgets.cpp:3184
MethodVSliderScalar
src/third-party/imgui/imgui_widgets.cpp:3120
MethodValue
src/third-party/imgui/imgui_widgets.cpp:6594
MethodWindowComparerByBeginOrder
src/third-party/imgui/imgui.cpp:12249
FunctionWindowSettingsHandler_ApplyAll
Apply to existing windows (if any)
src/third-party/imgui/imgui.cpp:11728
FunctionWindowSettingsHandler_ClearAll
src/third-party/imgui/imgui.cpp:11699
FunctionWindowSettingsHandler_ReadLine
src/third-party/imgui/imgui.cpp:11717
FunctionWindowSettingsHandler_ReadOpen
src/third-party/imgui/imgui.cpp:11707
FunctionWindowSettingsHandler_WriteAll
src/third-party/imgui/imgui.cpp:11740
Function_IsWindowsVersionOrGreater
Perform our own check with RtlVerifyVersionInfo() instead of using functions from <VersionHelpers.h> as they require a manifest to be functional for c
src/third-party/imgui/backends/imgui_impl_win32.cpp:648
Method_OnChangedClipRect
Our scheme may appears a bit unusual, basically we want the most-common calls AddLine AddRect etc. to not have to perform any check so we always have
src/third-party/imgui/imgui_draw.cpp:510
Method_OnChangedTextureID
src/third-party/imgui/imgui_draw.cpp:533
Method_OnChangedVtxOffset
src/third-party/imgui/imgui_draw.cpp:556
Method_PathArcToFastEx
src/third-party/imgui/imgui_draw.cpp:1058
Method_PathArcToN
src/third-party/imgui/imgui_draw.cpp:1150
Methodaccessor
src/third-party/fmt/include/fmt/core.h:720
Methodaccumulator
src/third-party/fmt/include/fmt/format-inl.h:348
Methodadd_compare
src/third-party/fmt/include/fmt/format-inl.h:498
Functionadvance_to
Advances the begin iterator to ``it``.
src/third-party/fmt/include/fmt/core.h:1628
Methodalign
If this bigint has a bigger exponent than other, adds trailing zero to make exponents equal. This simplifies some operations such as subtraction.
src/third-party/fmt/include/fmt/format-inl.h:572
Methodansi_color_escape
src/third-party/fmt/include/fmt/color.h:375
Methodansi_color_escape<Char> make_background_color
src/third-party/fmt/include/fmt/color.h:456
Methodansi_color_escape<Char> make_emphasis
src/third-party/fmt/include/fmt/color.h:462
Methodansi_color_escape<Char> make_foreground_color
src/third-party/fmt/include/fmt/color.h:450
Methodappend
src/third-party/fmt/include/fmt/format.h:706
Methodarg_converter
src/third-party/fmt/include/fmt/printf.h:122
Methodarg_data
src/third-party/fmt/include/fmt/core.h:992
Functionarg_id
src/third-party/fmt/include/fmt/core.h:1614
Methodarg_ref
src/third-party/fmt/include/fmt/core.h:1927
Methodarg_ref_type make_arg_ref
src/third-party/fmt/include/fmt/chrono.h:1205
Functionargs
src/third-party/fmt/include/fmt/core.h:1617
Methodargs
src/third-party/fmt/include/fmt/core.h:1004
Methodassign
src/third-party/fmt/include/fmt/format-inl.h:440
Methodbasic_format_arg
src/third-party/fmt/include/fmt/core.h:1408
Methodbasic_format_args
src/third-party/fmt/include/fmt/core.h:1777
Functionbasic_format_context
src/third-party/fmt/include/fmt/core.h:1598
Methodbasic_format_parse_context
src/third-party/fmt/include/fmt/core.h:629
Functionbasic_format_specs
src/third-party/fmt/include/fmt/core.h:1907
Methodbasic_format_string
src/third-party/fmt/include/fmt/core.h:2851
Methodbasic_memory_buffer
src/third-party/fmt/include/fmt/format.h:644
Methodbasic_printf_context
\rst Constructs a ``printf_context`` object. References to the arguments are stored in the context object so make sure they have appropriate l
src/third-party/fmt/include/fmt/printf.h:44
Methodbasic_string<Char> format
src/third-party/fmt/include/fmt/compile.h:540
Methodbasic_string_view<Char>
src/third-party/fmt/include/fmt/core.h:2853
Methodbegin
src/third-party/imgui/imgui_internal.h:589
Methodbegin
src/third-party/imgui/imgui_internal.h:670
Methodbegin
Returns an iterator to the beginning of the format string range being parsed. */
src/third-party/fmt/include/fmt/core.h:638
Methodbigint
src/third-party/fmt/include/fmt/format-inl.h:433
Functionbit_cast
src/third-party/fmt/include/fmt/format.h:261
Methodbuffer
src/third-party/fmt/include/fmt/core.h:760
Methodbuffer_traits
src/third-party/fmt/include/fmt/core.h:835
Methodbuffered_file
src/third-party/fmt/src/os.cc:191
Methodbuffered_file
src/third-party/fmt/include/fmt/os.h:230
Methodbytes
src/third-party/fmt/include/fmt/format.h:2468
Functionc_str
Returns the pointer to a C string. */
src/third-party/fmt/include/fmt/os.h:116
Methodc_str
src/third-party/fmt/include/fmt/format.h:1148
Functioncapacity
src/third-party/imgui/imgui.h:1793
Methodchar_converter
src/third-party/fmt/include/fmt/printf.h:175
Methodchar_type> format
src/third-party/fmt/include/fmt/compile.h:556
Methodcheck_arg_id
Reports an error if using the automatic argument indexing; otherwise switches to the manual indexing. */
src/third-party/fmt/include/fmt/core.h:670
Functioncheck_divisibility_and_divide_by_pow5
src/third-party/fmt/include/fmt/format-inl.h:998
Functioncheck_format_string
src/third-party/fmt/include/fmt/core.h:590
Methodchrono_formatter
src/third-party/fmt/include/fmt/chrono.h:948
Methodchunk_size
src/third-party/imgui/imgui_internal.h:672
Functionclear_delete
Important: does not destruct anything
src/third-party/imgui/imgui.h:1786
Functionclear_destruct
Important: never called automatically! always explicit.
src/third-party/imgui/imgui.h:1787
← previousnext →2,001–2,100 of 2,584, ranked by callers