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
Function
TextEditCallbackStub
In C++11 you'd be better off using lambdas for this sort of forwarding callbacks
src/third-party/imgui/imgui_demo.cpp:6698
Method
TextEx
src/third-party/imgui/imgui_widgets.cpp:150
Method
TextUnformatted
src/third-party/imgui/imgui_widgets.cpp:257
Method
TextV
src/third-party/imgui/imgui_widgets.cpp:270
Method
TextWrapped
src/third-party/imgui/imgui_widgets.cpp:319
Method
TextWrappedV
src/third-party/imgui/imgui_widgets.cpp:327
Function
TitleBarRect
src/third-party/imgui/imgui_internal.h:2122
Function
ToVec4
src/third-party/imgui/imgui_internal.h:520
Function
Translate
src/third-party/imgui/imgui_internal.h:513
Function
TranslateX
src/third-party/imgui/imgui_internal.h:514
Function
TranslateY
src/third-party/imgui/imgui_internal.h:515
Method
TreeNode
src/third-party/imgui/imgui_widgets.cpp:5697
Method
TreeNodeBehavior
src/third-party/imgui/imgui_widgets.cpp:5828
Method
TreeNodeBehaviorIsOpen
src/third-party/imgui/imgui_widgets.cpp:5782
Method
TreeNodeEx
src/third-party/imgui/imgui_widgets.cpp:5733
Method
TreeNodeExV
src/third-party/imgui/imgui_widgets.cpp:5760
Method
TreeNodeV
src/third-party/imgui/imgui_widgets.cpp:5723
Method
TreePop
src/third-party/imgui/imgui_widgets.cpp:6040
Method
TreePush
src/third-party/imgui/imgui_widgets.cpp:6015
Method
TreePushOverrideID
src/third-party/imgui/imgui_widgets.cpp:6031
Method
Unindent
src/third-party/imgui/imgui.cpp:8365
Method
UpdateDebugToolItemPicker
[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
Method
UpdateDebugToolStackQueries
[DEBUG] Stack Tool: update queries. Called by NewFrame()
src/third-party/imgui/imgui.cpp:12939
Method
UpdateHoveredWindowAndCaptureFlags
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
Method
UpdateInputEvents
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
Method
UpdateKeyboardInputs
src/third-party/imgui/imgui.cpp:3910
Method
UpdateMouseInputs
src/third-party/imgui/imgui.cpp:3976
Method
UpdateMouseMovingWindowEndFrame
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
Method
UpdateMouseMovingWindowNewFrame
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
Method
UpdateMouseWheel
src/third-party/imgui/imgui.cpp:4047
Method
UpdateSettings
Called by NewFrame()
src/third-party/imgui/imgui.cpp:11486
Method
UpdateViewportsNewFrame
Update viewports and monitor infos
src/third-party/imgui/imgui.cpp:11793
Method
UpdateWindowManualResize
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
Method
UpdateWindowParentAndRootLinks
src/third-party/imgui/imgui.cpp:5893
Method
VSliderFloat
src/third-party/imgui/imgui_widgets.cpp:3179
Method
VSliderInt
src/third-party/imgui/imgui_widgets.cpp:3184
Method
VSliderScalar
src/third-party/imgui/imgui_widgets.cpp:3120
Method
Value
src/third-party/imgui/imgui_widgets.cpp:6594
Method
WindowComparerByBeginOrder
src/third-party/imgui/imgui.cpp:12249
Function
WindowSettingsHandler_ApplyAll
Apply to existing windows (if any)
src/third-party/imgui/imgui.cpp:11728
Function
WindowSettingsHandler_ClearAll
src/third-party/imgui/imgui.cpp:11699
Function
WindowSettingsHandler_ReadLine
src/third-party/imgui/imgui.cpp:11717
Function
WindowSettingsHandler_ReadOpen
src/third-party/imgui/imgui.cpp:11707
Function
WindowSettingsHandler_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
Method
accessor
src/third-party/fmt/include/fmt/core.h:720
Method
accumulator
src/third-party/fmt/include/fmt/format-inl.h:348
Method
add_compare
src/third-party/fmt/include/fmt/format-inl.h:498
Function
advance_to
Advances the begin iterator to ``it``.
src/third-party/fmt/include/fmt/core.h:1628
Method
align
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
Method
ansi_color_escape
src/third-party/fmt/include/fmt/color.h:375
Method
ansi_color_escape<Char> make_background_color
src/third-party/fmt/include/fmt/color.h:456
Method
ansi_color_escape<Char> make_emphasis
src/third-party/fmt/include/fmt/color.h:462
Method
ansi_color_escape<Char> make_foreground_color
src/third-party/fmt/include/fmt/color.h:450
Method
append
src/third-party/fmt/include/fmt/format.h:706
Method
arg_converter
src/third-party/fmt/include/fmt/printf.h:122
Method
arg_data
src/third-party/fmt/include/fmt/core.h:992
Function
arg_id
src/third-party/fmt/include/fmt/core.h:1614
Method
arg_ref
src/third-party/fmt/include/fmt/core.h:1927
Method
arg_ref_type make_arg_ref
src/third-party/fmt/include/fmt/chrono.h:1205
Function
args
src/third-party/fmt/include/fmt/core.h:1617
Method
args
src/third-party/fmt/include/fmt/core.h:1004
Method
assign
src/third-party/fmt/include/fmt/format-inl.h:440
Method
basic_format_arg
src/third-party/fmt/include/fmt/core.h:1408
Method
basic_format_args
src/third-party/fmt/include/fmt/core.h:1777
Function
basic_format_context
src/third-party/fmt/include/fmt/core.h:1598
Method
basic_format_parse_context
src/third-party/fmt/include/fmt/core.h:629
Function
basic_format_specs
src/third-party/fmt/include/fmt/core.h:1907
Method
basic_format_string
src/third-party/fmt/include/fmt/core.h:2851
Method
basic_memory_buffer
src/third-party/fmt/include/fmt/format.h:644
Method
basic_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
Method
basic_string<Char> format
src/third-party/fmt/include/fmt/compile.h:540
Method
basic_string_view<Char>
src/third-party/fmt/include/fmt/core.h:2853
Method
begin
src/third-party/imgui/imgui_internal.h:589
Method
begin
src/third-party/imgui/imgui_internal.h:670
Method
begin
Returns an iterator to the beginning of the format string range being parsed. */
src/third-party/fmt/include/fmt/core.h:638
Method
bigint
src/third-party/fmt/include/fmt/format-inl.h:433
Function
bit_cast
src/third-party/fmt/include/fmt/format.h:261
Method
buffer
src/third-party/fmt/include/fmt/core.h:760
Method
buffer_traits
src/third-party/fmt/include/fmt/core.h:835
Method
buffered_file
src/third-party/fmt/src/os.cc:191
Method
buffered_file
src/third-party/fmt/include/fmt/os.h:230
Method
bytes
src/third-party/fmt/include/fmt/format.h:2468
Function
c_str
Returns the pointer to a C string. */
src/third-party/fmt/include/fmt/os.h:116
Method
c_str
src/third-party/fmt/include/fmt/format.h:1148
Function
capacity
src/third-party/imgui/imgui.h:1793
Method
char_converter
src/third-party/fmt/include/fmt/printf.h:175
Method
char_type> format
src/third-party/fmt/include/fmt/compile.h:556
Method
check_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
Function
check_divisibility_and_divide_by_pow5
src/third-party/fmt/include/fmt/format-inl.h:998
Function
check_format_string
src/third-party/fmt/include/fmt/core.h:590
Method
chrono_formatter
src/third-party/fmt/include/fmt/chrono.h:948
Method
chunk_size
src/third-party/imgui/imgui_internal.h:672
Function
clear_delete
Important: does not destruct anything
src/third-party/imgui/imgui.h:1786
Function
clear_destruct
Important: never called automatically! always explicit.
src/third-party/imgui/imgui.h:1787
← previous
next →
2,001–2,100 of 2,584, ranked by callers