Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bluescan/tacentview
/ functions
Functions
2,379 in github.com/bluescan/tacentview
⨍
Functions
2,379
◇
Types & classes
354
Method
NavCalcPreferredRefPos
Contrib/imgui/imgui.cpp:11001
Method
NavEndFrame
Contrib/imgui/imgui.cpp:11585
Method
NavInitRequestApplyResult
Contrib/imgui/imgui.cpp:11217
Method
NavInitWindow
This needs to be called before we submit any widget (aka in or before Begin)
Contrib/imgui/imgui.cpp:10969
Method
NavMoveRequestApplyResult
Apply result from previous frame navigation directional move request. Always called from NavUpdate()
Contrib/imgui/imgui.cpp:11367
Method
NavMoveRequestButNoResultYet
Contrib/imgui/imgui.cpp:10841
Method
NavMoveRequestCancel
Contrib/imgui/imgui.cpp:10880
Method
NavMoveRequestForward
Forward will reuse the move request again on the next frame (generally with modifications done to it)
Contrib/imgui/imgui.cpp:10888
Method
NavMoveRequestResolveWithLastItem
Contrib/imgui/imgui.cpp:10872
Method
NavMoveRequestSubmit
FIXME: ScoringRect is not set
Contrib/imgui/imgui.cpp:10848
Method
NavMoveRequestTryWrapping
Navigation wrap-around logic is delayed to the end of the frame because this operation is only valid after entire popup is assembled and in case of ap
Contrib/imgui/imgui.cpp:10902
Method
NavProcessItem
We get there when either NavId == id, or when g.NavAnyRequest is set (which is updated by NavUpdateAnyRequestFlag above) This is called after LastItem
Contrib/imgui/imgui.cpp:10728
Method
NavProcessItemForTabbingRequest
Handle "scoring" of an item for a tabbing/focusing request initiated by NavUpdateCreateTabbingRequest(). Note that SetKeyboardFocusHere() API calls ar
Contrib/imgui/imgui.cpp:10801
Method
NavRestoreHighlightAfterMove
Contrib/imgui/imgui.cpp:10953
Method
NavRestoreLastChildNavWindow
Restore the last focused child. Call when we are expected to land on the Main Layer (0) after FocusWindow()
Contrib/imgui/imgui.cpp:10924
Method
NavRestoreLayer
Contrib/imgui/imgui.cpp:10931
Method
NavSaveLastChildNavWindowIntoParent
FIXME: This could be replaced by updating a frame number in each window when (window == NavWindow) and (NavLayer == 0). This way we could find the las
Contrib/imgui/imgui.cpp:10913
Method
NavScoreItem
Scoring function for gamepad/keyboard directional navigation. Based on https://gist.github.com/rygorous/6981057
Contrib/imgui/imgui.cpp:10582
Method
NavUpdate
Contrib/imgui/imgui.cpp:11052
Method
NavUpdateAnyRequestFlag
Contrib/imgui/imgui.cpp:10960
Method
NavUpdateCancelRequest
Process NavCancel input (to close a popup, get back to parent, clear focus) FIXME: In order to support e.g. Escape to clear a selection we'll need: -
Contrib/imgui/imgui.cpp:11463
Method
NavUpdateCreateMoveRequest
Contrib/imgui/imgui.cpp:11233
Method
NavUpdateCreateTabbingRequest
Contrib/imgui/imgui.cpp:11342
Method
NavUpdateCreateWrappingRequest
Contrib/imgui/imgui.cpp:11601
Method
NavUpdatePageUpPageDown
Handle PageUp/PageDown/Home/End keys Called from NavUpdateCreateMoveRequest() which will use our output to create a move request FIXME-NAV: This doesn
Contrib/imgui/imgui.cpp:11511
Method
NavUpdateWindowing
Windowing management mode Keyboard: CTRL+Tab (change focus/move/resize), Alt (toggle menu layer) Gamepad: Hold Menu/Square (change focus/move/resize)
Contrib/imgui/imgui.cpp:11697
Method
NavUpdateWindowingOverlay
Overlay displayed when using CTRL+TAB. Called by EndFrame().
Contrib/imgui/imgui.cpp:11892
Method
NewFrame
Contrib/imgui/imgui.cpp:4387
Method
NewLine
Contrib/imgui/imgui_widgets.cpp:1368
Method
NextColumn
Contrib/imgui/imgui_tables.cpp:3947
Method
NodeToDir
Src/FileDialog.cpp:1881
Method
NodeToPath
Src/FileDialog.cpp:1911
Method
OnAlphaChannel
Src/TacentView.cpp:1126
Method
OnBlueChannel
Src/TacentView.cpp:1125
Method
OnChangeScreenMode
Src/TacentView.cpp:1813
Method
OnChannelFilter
Src/TacentView.cpp:1120
Method
OnChannelIntensity
Src/TacentView.cpp:1127
Method
OnCheatSheet
Src/TacentView.cpp:1805
Method
OnCopyToClipboard
Src/TacentView.cpp:1156
Method
OnCrop
Src/TacentView.cpp:1103
Method
OnDebugLog
Src/TacentView.cpp:1806
Method
OnDelete
Src/TacentView.cpp:1682
Method
OnDeletePermanent
Src/TacentView.cpp:1695
Method
OnDetails
Src/TacentView.cpp:1128
Method
OnEscape
Src/TacentView.cpp:1816
Method
OnEscapeWithQuit
Src/TacentView.cpp:1826
Method
OnFileBrowser
Src/TacentView.cpp:1790
Method
OnFlipVert
Src/TacentView.cpp:1062
Method
OnGreenChannel
Src/TacentView.cpp:1124
Method
OnImportRaw
Src/TacentView.cpp:1630
Method
OnKeyBindings
Src/TacentView.cpp:1812
Method
OnLastImage
Src/TacentView.cpp:993
Method
OnLevels
Src/TacentView.cpp:1121
Method
OnMenuBar
Src/TacentView.cpp:1785
Method
OnMetaData
Src/TacentView.cpp:1841
Method
OnNavBar
Src/TacentView.cpp:1786
Method
OnNextImage
Src/TacentView.cpp:966
Method
OnNextImageFrame
Src/TacentView.cpp:1010
Method
OnOpenDir
Src/TacentView.cpp:1840
Method
OnOpenFile
Src/TacentView.cpp:1839
Method
OnPasteFromClipboard
Src/TacentView.cpp:1314
Method
OnPixelEdit
Src/TacentView.cpp:1118
Method
OnPixelMove
Src/TacentView.cpp:1020
Method
OnPreferences
Src/TacentView.cpp:1811
Method
OnProfileAlt
Src/TacentView.cpp:1810
Method
OnProfileBasic
Src/TacentView.cpp:1808
Method
OnProfileKiosk
Src/TacentView.cpp:1809
Method
OnProfileMain
Src/TacentView.cpp:1807
Method
OnPropertyEdit
Src/TacentView.cpp:1119
Method
OnQuantize
Src/TacentView.cpp:1122
Method
OnQuit
Src/TacentView.cpp:1838
Method
OnRedChannel
Src/TacentView.cpp:1123
Method
OnRedo
Src/TacentView.cpp:1144
Method
OnRefresh
Src/TacentView.cpp:1641
Method
OnRefreshDir
Src/TacentView.cpp:1654
Method
OnRename
Src/TacentView.cpp:1669
Method
OnResetPan
Src/TacentView.cpp:1059
Method
OnResizeCanvas
Src/TacentView.cpp:1117
Method
OnResizeImage
Src/TacentView.cpp:1116
Method
OnRotate
Src/TacentView.cpp:1100
Method
OnRotate90
Src/TacentView.cpp:1081
Method
OnSave
Src/TacentView.cpp:1708
Method
OnSaveAll
Src/TacentView.cpp:1736
Method
OnSaveAs
Src/TacentView.cpp:1722
Method
OnSaveContactSheet
Src/TacentView.cpp:1749
Method
OnSaveExtractFrames
Src/TacentView.cpp:1771
Method
OnSaveMultiFrameImage
Src/TacentView.cpp:1760
Method
OnSlideshowReshuffle
Src/TacentView.cpp:1804
Method
OnSlideshowTimer
Src/TacentView.cpp:1803
Method
OnThumbnails
Src/TacentView.cpp:1787
Method
OnTile
Src/TacentView.cpp:1129
Method
OnUISizeInc
Src/TacentView.cpp:1035
Method
OnUndo
Src/TacentView.cpp:1132
Method
OnZoomDownscaleOnly
Src/TacentView.cpp:1056
Method
OnZoomFit
Src/TacentView.cpp:1055
Method
OnZoomIn
Src/TacentView.cpp:1053
Method
OnZoomOneToOne
Src/TacentView.cpp:1057
Method
OnZoomOut
Src/TacentView.cpp:1054
Method
OnZoomPerImageToggle
Src/TacentView.cpp:1058
Method
OpenPopup
Contrib/imgui/imgui.cpp:10019
← previous
next →
1,601–1,700 of 2,379, ranked by callers