MCPcopy Create free account

hub / github.com/CedricGuillemet/ImGuizmo / functions

Functions1,882 in github.com/CedricGuillemet/ImGuizmo

↓ 1 callersMethodInit
example/ImApp.h:2718
↓ 1 callersFunctionInputTextCalcTextLenAndLineCount
example/imgui_widgets.cpp:3521
↓ 1 callersMethodIsActive
example/imgui.h:2030
↓ 1 callersFunctionIsActiveIdUsingNavInput
example/imgui_internal.h:2425
↓ 1 callersMethodIsDataType
example/imgui.h:1972
↓ 1 callersMethodIsGlyphRangeUnused
API is designed this way to avoid exposing the 4K page size e.g. use with IsGlyphRangeUnused(0, 255)
example/imgui_draw.cpp:3187
↓ 1 callersMethodLengthSq
ImGuizmo.cpp:224
↓ 1 callersFunctionLookAt
example/main.cpp:127
↓ 1 callersFunctionMenuBarHeight
example/imgui_internal.h:1915
↓ 1 callersFunctionMetricsHelpMarker
Avoid naming collision with imgui_demo.cpp's HelpMarker() for unity builds.
example/imgui.cpp:10900
↓ 1 callersMethodMoveSelectedNodes
example/main.cpp:542
↓ 1 callersFunctionNavClampRectToVisibleAreaForMoveDir
example/imgui.cpp:8634
↓ 1 callersMethodNewFrame
example/imgui.cpp:3899
↓ 1 callersFunctionNotifyOfDocumentsClosedElsewhere
[Optional] Notify the system of Tabs/Windows closure that happened outside the regular tab interface. If a tab has been closed programmatically (aka c
example/imgui_demo.cpp:7523
↓ 1 callersFunctionOrthoGraphic
example/main.cpp:161
↓ 1 callersMethodPaste
ImSequencer.h:64
↓ 1 callersFunctionPathBezierCubicCurveToCasteljau
Closely mimics ImBezierCubicClosestPointCasteljau() in imgui.cpp
example/imgui_draw.cpp:1231
↓ 1 callersFunctionPathBezierQuadraticCurveToCasteljau
example/imgui_draw.cpp:1256
↓ 1 callersFunctionPerspective
ImGuizmo.cpp:129
↓ 1 callersFunctionPerspective
example/main.cpp:99
↓ 1 callersMethodPrimRectUV
example/imgui_draw.cpp:666
↓ 1 callersMethodRenderText
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound.
example/imgui_draw.cpp:3510
↓ 1 callersFunctionRenderViewportsThumbnails
example/imgui.cpp:10878
↓ 1 callersMethodRightClick
example/main.cpp:555
↓ 1 callersFunctionSTB_TEXTEDIT_KEYTOTEXT
example/imgui_widgets.cpp:3587
↓ 1 callersFunctionSanitizeFormatString
Sanitize format - Zero terminate so extra characters after format (e.g. "%f123") don't confuse atof/atoi - stb_sprintf.h supports several new modifier
example/imgui_widgets.cpp:2092
↓ 1 callersMethodScaleClipRects
Helper to scale the ClipRect field of each ImDrawCmd. Use if your final output buffer is at a different scale than draw_data->DisplaySize, or if there
example/imgui_draw.cpp:1826
↓ 1 callersFunctionSequencer
ImSequencer.cpp:53
↓ 1 callersMethodSetArenaBasePtr
example/imgui_internal.h:595
↓ 1 callersFunctionSetBit
example/imgui_internal.h:534
↓ 1 callersMethodSetCircleTessellationMaxError
example/imgui_draw.cpp:386
↓ 1 callersFunctionSetDrawlist
ImGuizmo.cpp:904
↓ 1 callersFunctionSetID
ImGuizmo.cpp:2244
↓ 1 callersFunctionSetOrthographic
ImGuizmo.cpp:899
↓ 1 callersMethodSetToCurrentState
Save current stack sizes for later compare
example/imgui.cpp:7278
↓ 1 callersMethodSetVoidPtr
example/imgui.cpp:2002
↓ 1 callersFunctionSetupViewportDrawData
example/imgui.cpp:4341
↓ 1 callersFunctionShow
GraphEditor.cpp:822
↓ 1 callersFunctionShowDemoWindowColumns
Demonstrate old/legacy Columns API! [2020: Columns are under-featured and not maintained. Prefer using the more flexible and powerful BeginTable() API
example/imgui_demo.cpp:5230
↓ 1 callersFunctionShowDemoWindowLayout
example/imgui_demo.cpp:2327
↓ 1 callersFunctionShowDemoWindowMisc
example/imgui_demo.cpp:5427
↓ 1 callersFunctionShowDemoWindowPopups
example/imgui_demo.cpp:3093
↓ 1 callersFunctionShowDemoWindowTables
example/imgui_demo.cpp:3528
↓ 1 callersFunctionShowDemoWindowWidgets
example/imgui_demo.cpp:529
↓ 1 callersFunctionShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
example/imgui_demo.cpp:7008
↓ 1 callersFunctionShowExampleAppConsole
example/imgui_demo.cpp:6630
↓ 1 callersFunctionShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints.
example/imgui_demo.cpp:7032
↓ 1 callersFunctionShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
example/imgui_demo.cpp:7204
↓ 1 callersFunctionShowExampleAppDocuments
example/imgui_demo.cpp:7534
↓ 1 callersFunctionShowExampleAppFullscreen
Demonstrate creating a window covering the entire screen/viewport
example/imgui_demo.cpp:7133
↓ 1 callersFunctionShowExampleAppLayout
Demonstrate create a window with multiple child windows.
example/imgui_demo.cpp:6799
↓ 1 callersFunctionShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
example/imgui_demo.cpp:6765
↓ 1 callersFunctionShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
example/imgui_demo.cpp:6946
↓ 1 callersFunctionShowExampleAppMainMenuBar
Demonstrate creating a "main" fullscreen menu bar and populating it. Note the difference between BeginMainMenuBar() and BeginMenuBar(): - BeginMenuBar
example/imgui_demo.cpp:6177
↓ 1 callersFunctionShowExampleAppPropertyEditor
Demonstrate create a simple property editor.
example/imgui_demo.cpp:6911
↓ 1 callersFunctionShowExampleAppSimpleOverlay
Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use.
example/imgui_demo.cpp:7086
↓ 1 callersFunctionShowExampleAppWindowTitles
Demonstrate using "##" and "###" in identifiers to manipulate ID generation. This apply to all regular items as well. Read FAQ section "How can I have
example/imgui_demo.cpp:7171
↓ 1 callersFunctionShowFont
[Internal] Display details for a single font, called by ShowStyleEditor().
example/imgui_demo.cpp:5784
↓ 1 callersFunctionShowPlaceholderObject
example/imgui_demo.cpp:6863
↓ 1 callersFunctionShowTableColumnsStatusFlags
example/imgui_demo.cpp:3520
↓ 1 callersFunctionSliderFloat4
example/imgui.h:2804
↓ 1 callersFunctionTableFixFlags
Helper
example/imgui_tables.cpp:264
↓ 1 callersFunctionUnpackBitVectorToFlatIndexList
example/imgui_draw.cpp:2314
↓ 1 callersMethodUpdate
Helpers for internal use
example/imgui_widgets.cpp:6511
↓ 1 callersMethodUpdateWorkRect
example/imgui_internal.h:1245
↓ 1 callersFunctionViewManipulate
ImGuizmo.cpp:2512
↓ 1 callersMethod_CalcCircleAutoSegmentCount
example/imgui_draw.cpp:555
↓ 1 callersMethod_ClearFreeMemory
example/imgui_draw.cpp:426
↓ 1 callersFunctionchunk_size
example/imgui_internal.h:644
↓ 1 callersFunctionclear
example/imgui.h:1678
↓ 1 callersFunctionerase
example/imgui.h:1699
↓ 1 callersFunctionerase_unsorted
example/imgui.h:1701
↓ 1 callersFunctioninsert
example/imgui.h:1702
↓ 1 callersFunctionis_word_boundary_from_left
FIXME: Move setting to IO structure
example/imgui_widgets.cpp:3607
↓ 1 callersFunctionload_jpeg_image
example/stb_image.h:3524
↓ 1 callersFunctionpush_back
NB: It is illegal to call push_back/push_front/insert with a reference pointing inside the ImVector data itself! e.g. v.push_back(v[10]) is forbidden.
example/imgui.h:1696
↓ 1 callersFunctionresize
example/imgui.h:1690
↓ 1 callersMethodset
example/imgui_internal.h:564
↓ 1 callersMethodsplit
example/imgui.cpp:2048
↓ 1 callersFunctionstb_adler32
example/imgui_draw.cpp:3984
↓ 1 callersFunctionstb_decompress
example/imgui_draw.cpp:4015
↓ 1 callersFunctionstb_decompress_token
example/imgui_draw.cpp:3967
↓ 1 callersFunctionstb_text_create_undo_record
example/imstb_textedit.h:1179
↓ 1 callersFunctionstb_text_makeundo_delete
example/imstb_textedit.h:1347
↓ 1 callersFunctionstb_text_redo
example/imstb_textedit.h:1291
↓ 1 callersFunctionstb_text_undo
example/imstb_textedit.h:1223
↓ 1 callersFunctionstb_textedit_clear_state
reset the state to default
example/imstb_textedit.h:1368
↓ 1 callersFunctionstb_textedit_click
API click: on mouse down, move the cursor to the clicked location, and reset the selection
example/imstb_textedit.h:458
↓ 1 callersFunctionstb_textedit_cut
API cut: delete selection
example/imstb_textedit.h:696
↓ 1 callersFunctionstb_textedit_discard_redo
discard the oldest entry in the redo list--it's bad if this ever happens, but because undo & redo have to store the actual characters in different cas
example/imstb_textedit.h:1149
↓ 1 callersFunctionstb_textedit_drag
API drag: on mouse drag, move the cursor and selection endpoint to the clicked location
example/imstb_textedit.h:476
↓ 1 callersFunctionstb_textedit_flush_redo
example/imstb_textedit.h:1120
↓ 1 callersFunctionstb_textedit_initialize_state
API initialize
example/imstb_textedit.h:1386
↓ 1 callersFunctionstb_textedit_key
API key: process a keyboard input
example/imstb_textedit.h:730
↓ 1 callersFunctionstb_textedit_paste
example/imstb_textedit.h:1396
↓ 1 callersFunctionstb_textedit_paste_internal
API paste: replace existing selection with passed-in text
example/imstb_textedit.h:707
↓ 1 callersFunctionstb_textedit_replace
stb_textedit internally allows for a single undo record to do addition and deletion, but somehow, calling the stb_textedit_paste() function creates tw
example/imgui_widgets.cpp:3687
↓ 1 callersFunctionstbi__bitreverse16
example/stb_image.h:3755
↓ 1 callersFunctionstbi__bmp_info
example/stb_image.h:6650
↓ 1 callersFunctionstbi__bmp_load
example/stb_image.h:5074
← previousnext →601–700 of 1,882, ranked by callers