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
SliderInt3
Contrib/imgui/imgui_widgets.cpp:3095
Method
SliderInt4
Contrib/imgui/imgui_widgets.cpp:3100
Method
SliderScalar
Note: p_data, p_min and p_max are _pointers_ to a memory address holding the data. For a slider, they are all required. Read code of e.g. SliderFloat(
Contrib/imgui/imgui_widgets.cpp:2936
Method
SliderScalarN
Add multiple sliders on 1 line for compact edition of multiple components
Contrib/imgui/imgui_widgets.cpp:3020
Method
SmallButton
Small buttons fits within text without additional vertical spacing.
Contrib/imgui/imgui_widgets.cpp:737
Method
SortImages
Src/TacentView.cpp:821
Method
Spacing
Contrib/imgui/imgui_widgets.cpp:1349
Method
SplitterBehavior
Using 'hover_visibility_delay' allows us to hide the highlight and mouse cursor for a short time, which can be convenient to reduce visual noise.
Contrib/imgui/imgui_widgets.cpp:1483
Method
Square
Contrib/imgui/imgui_demo.cpp:7271
Method
StartMouseMovingWindow
Contrib/imgui/imgui.cpp:4192
Method
Step_PictureList
Src/Undo.cpp:25
Method
Strdup
Contrib/imgui/imgui_demo.cpp:6538
Method
Stricmp
Portable helpers
Contrib/imgui/imgui_demo.cpp:6536
Method
Strnicmp
Contrib/imgui/imgui_demo.cpp:6537
Method
Strtrim
Contrib/imgui/imgui_demo.cpp:6539
Method
StyleColorsClassic
Contrib/imgui/imgui_draw.cpp:306
Method
StyleColorsDark
Contrib/imgui/imgui_draw.cpp:176
Method
StyleColorsLight
Those light colors are better suited with a thicker font than the default one + FrameBorder
Contrib/imgui/imgui_draw.cpp:367
Method
TabBarCalcMaxTabWidth
Contrib/imgui/imgui_widgets.cpp:7757
Method
TabBarCalcTabID
Dockable windows uses Name/ID in the global namespace. Non-dockable items use the ID stack.
Contrib/imgui/imgui_widgets.cpp:7740
Method
TabBarCloseTab
Called on manual closure attempt
Contrib/imgui/imgui_widgets.cpp:7783
Method
TabBarFindTabByID
Contrib/imgui/imgui_widgets.cpp:7763
Method
TabBarLayout
This is called only once a frame before by the first call to ItemTab() The reason we're not calling it in BeginTabBar() is to leave a chance to the us
Contrib/imgui/imgui_widgets.cpp:7511
Method
TabBarProcessReorder
Contrib/imgui/imgui_widgets.cpp:7892
Method
TabBarQueueReorder
Contrib/imgui/imgui_widgets.cpp:7848
Method
TabBarQueueReorderFromMousePos
Contrib/imgui/imgui_widgets.cpp:7856
Method
TabBarRemoveTab
The *TabId fields be already set by the docking system _before_ the actual TabItem was created, so we clear them regardless.
Contrib/imgui/imgui_widgets.cpp:7773
Method
TabBarScrollClamp
Contrib/imgui/imgui_widgets.cpp:7807
Method
TabBarScrollToTab
Note: we may scroll to tab that are not selected! e.g. using keyboard arrow keys
Contrib/imgui/imgui_widgets.cpp:7814
Method
TabBarScrollingButtons
Contrib/imgui/imgui_widgets.cpp:7923
Method
TabBarTabListPopupButton
Contrib/imgui/imgui_widgets.cpp:7984
Method
TabItemBackground
Contrib/imgui/imgui_widgets.cpp:8355
Method
TabItemButton
Contrib/imgui/imgui_widgets.cpp:8078
Method
TabItemCalcSize
Contrib/imgui/imgui_widgets.cpp:8337
Method
TabItemEx
Contrib/imgui/imgui_widgets.cpp:8094
Method
TabItemLabelAndCloseButton
Render text label (with custom clipping) + Unsaved Document marker + Close Button logic We tend to lock style.FramePadding for a given tab-bar, hence
Contrib/imgui/imgui_widgets.cpp:8382
Method
TableBeginApplyRequests
Apply queued resizing/reordering/hiding requests
Contrib/imgui/imgui_tables.cpp:597
Method
TableBeginCell
[Internal] Called by TableSetColumnIndex()/TableNextColumn() This is called very frequently, so we need to be mindful of unnecessary overhead. FIXME-T
Contrib/imgui/imgui_tables.cpp:1962
Method
TableBeginContextMenuPopup
Contrib/imgui/imgui_tables.cpp:3057
Method
TableBeginInitMemory
For reference, the average total _allocation count_ for a table is: + 0 (for ImGuiTable instance, we are pooling allocations in g.Tables) + 1 (for tab
Contrib/imgui/imgui_tables.cpp:581
Method
TableBeginRow
[Internal] Called by TableNextRow()
Contrib/imgui/imgui_tables.cpp:1723
Method
TableDrawBorders
FIXME-TABLE: This is a mess, need to redesign how we render borders (as some are also done in TableEndRow)
Contrib/imgui/imgui_tables.cpp:2525
Method
TableDrawContextMenu
Output context menu into current window (generally a popup) FIXME-TABLE: Ideally this should be writable by the user. Full programmatic access to that
Contrib/imgui/imgui_tables.cpp:3070
Method
TableEndCell
[Internal] Called by TableNextRow()/TableSetColumnIndex()/TableNextColumn()
Contrib/imgui/imgui_tables.cpp:2020
Method
TableEndRow
[Internal] Called by TableNextRow()
Contrib/imgui/imgui_tables.cpp:1758
Method
TableFindByID
Contrib/imgui/imgui_tables.cpp:297
Method
TableFixColumnSortDirection
Fix sort direction if currently set on a value which is unavailable (e.g. activating NoSortAscending/NoSortDescending)
Contrib/imgui/imgui_tables.cpp:2661
Method
TableGcCompactSettings
Compact and remove unused settings data (currently only used by TestEngine)
Contrib/imgui/imgui_tables.cpp:3529
Method
TableGcCompactTransientBuffers
Free up/compact internal Table buffers for when it gets unused
Contrib/imgui/imgui_tables.cpp:3507
Method
TableGetBoundSettings
Get settings for a given table, NULL if none
Contrib/imgui/imgui_tables.cpp:3223
Method
TableGetCellBgRect
Return the cell rectangle based on currently known height. - Important: we generally don't know our row height until the end of the row, so Max.y will
Contrib/imgui/imgui_tables.cpp:1604
Method
TableGetColumnCount
Contrib/imgui/imgui_tables.cpp:1535
Method
TableGetColumnFlags
We allow querying for an extra column in order to poll the IsHovered state of the right-most section
Contrib/imgui/imgui_tables.cpp:1585
Method
TableGetColumnIndex
Contrib/imgui/imgui_tables.cpp:1902
Method
TableGetColumnName
Contrib/imgui/imgui_tables.cpp:1542
Method
TableGetColumnNextSortDirection
Contrib/imgui/imgui_tables.cpp:2673
Method
TableGetColumnResizeID
Return the resizing ID for the right-side of the given column.
Contrib/imgui/imgui_tables.cpp:1619
Method
TableGetColumnWidthAuto
Note this is meant to be stored in column->WidthAuto, please generally use the WidthAuto field
Contrib/imgui/imgui_tables.cpp:2087
Method
TableGetHeaderRowHeight
Contrib/imgui/imgui_tables.cpp:2825
Method
TableGetHoveredColumn
Return -1 when table is not hovered. return columns_count if the unused space at the right of visible columns is hovered.
Contrib/imgui/imgui_tables.cpp:1627
Method
TableGetMaxColumnWidth
Maximum column content width given current layout. Use column->MinX so this value on a per-column basis.
Contrib/imgui/imgui_tables.cpp:2055
Method
TableGetRowIndex
[Public] Note: for row coloring we use ->RowBgColorCounter which is the same value without counting header rows
Contrib/imgui/imgui_tables.cpp:1688
Method
TableGetSortSpecs
Return NULL if no sort specs (most often when ImGuiTableFlags_Sortable is not set) You can sort your data again when 'SpecsChanged == true'. It will b
Contrib/imgui/imgui_tables.cpp:2636
Method
TableHeader
Emit a column header (text + optional sort order) We cpu-clip text here so that all columns headers can be merged into a same draw call. Note that bec
Contrib/imgui/imgui_tables.cpp:2891
Method
TableHeadersRow
[Public] This is a helper to output TableHeader() calls based on the column names declared in TableSetupColumn(). The intent is that advanced users wi
Contrib/imgui/imgui_tables.cpp:2849
Method
TableInitializer
Src/InputBindings.cpp:35
Method
TableLoadSettings
Contrib/imgui/imgui_tables.cpp:3301
Method
TableMergeDrawChannels
This function reorder draw channels based on matching clip rectangle, to facilitate merging them. Called by EndTable(). For simplicity we call it Tabl
Contrib/imgui/imgui_tables.cpp:2358
Method
TableNextColumn
[Public] Append into the next column, wrap and create a new row when already on last column
Contrib/imgui/imgui_tables.cpp:1933
Method
TableNextRow
[Public] Starts into the first cell of a new row
Contrib/imgui/imgui_tables.cpp:1698
Method
TableOpenContextMenu
Use -1 to open menu not specific to a given column.
Contrib/imgui/imgui_tables.cpp:3038
Method
TablePopBackgroundChannel
Contrib/imgui/imgui_tables.cpp:2262
Method
TablePushBackgroundChannel
Bg2 is used by Selectable (and possibly other widgets) to render to the background. Unlike our Bg0/1 channel which we uses for RowBg/CellBg/Borders an
Contrib/imgui/imgui_tables.cpp:2250
Method
TableRemove
Remove Table (currently only used by TestEngine)
Contrib/imgui/imgui_tables.cpp:3495
Method
TableResetSettings
Restore initial state of table (with or without saved settings)
Contrib/imgui/imgui_tables.cpp:3238
Method
TableSaveSettings
Contrib/imgui/imgui_tables.cpp:3246
Method
TableSetBgColor
Contrib/imgui/imgui_tables.cpp:1636
Method
TableSetColumnEnabled
Change user accessible enabled/disabled state of a column (often perceived as "showing/hiding" from users point of view) Note that end-user can use th
Contrib/imgui/imgui_tables.cpp:1569
Method
TableSetColumnIndex
[Public] Append into a specific column
Contrib/imgui/imgui_tables.cpp:1912
Method
TableSetColumnSortDirection
Note that the NoSortAscending/NoSortDescending flags are processed in TableSortSpecsSanitize(), and they may change/revert the value of SortDirection.
Contrib/imgui/imgui_tables.cpp:2687
Method
TableSetColumnWidth
'width' = inner column width, without padding
Contrib/imgui/imgui_tables.cpp:2104
Method
TableSetColumnWidthAutoAll
Contrib/imgui/imgui_tables.cpp:2197
Method
TableSetColumnWidthAutoSingle
Disable clipping then auto-fit, will take 2 frames (we don't take a shortcut for unclipped columns to reduce inconsistencies when e.g. resizing multip
Contrib/imgui/imgui_tables.cpp:2187
Method
TableSettingsAddSettingsHandler
Contrib/imgui/imgui_tables.cpp:3473
Method
TableSettingsCreate
Contrib/imgui/imgui_tables.cpp:3203
Method
TableSettingsFindByID
Find existing settings
Contrib/imgui/imgui_tables.cpp:3212
Function
TableSettingsHandler_ApplyAll
Apply to existing windows (if any)
Contrib/imgui/imgui_tables.cpp:3376
Function
TableSettingsHandler_ClearAll
Contrib/imgui/imgui_tables.cpp:3366
Function
TableSettingsHandler_ReadLine
Contrib/imgui/imgui_tables.cpp:3406
Function
TableSettingsHandler_ReadOpen
Contrib/imgui/imgui_tables.cpp:3387
Function
TableSettingsHandler_WriteAll
Contrib/imgui/imgui_tables.cpp:3432
Method
TableSetupColumn
See "COLUMN SIZING POLICIES" comments at the top of this file If (init_width_or_weight <= 0.0f) it is ignored
Contrib/imgui/imgui_tables.cpp:1425
Method
TableSetupDrawChannels
Allocate draw channels. Called by TableUpdateLayout() - We allocate them following storage order instead of display order so reordering columns won't
Contrib/imgui/imgui_tables.cpp:2290
Method
TableSetupScrollFreeze
[Public]
Contrib/imgui/imgui_tables.cpp:1493
Method
TableSortSpecsBuild
Contrib/imgui/imgui_tables.cpp:2786
Method
TableSortSpecsSanitize
Contrib/imgui/imgui_tables.cpp:2720
Method
TableUpdateBorders
Process hit-testing on resizing borders. Actual size change will be applied in EndTable() - Set table->HoveredColumnBorder with a short delay/timer to
Contrib/imgui/imgui_tables.cpp:1155
Method
TableUpdateColumnsWeightFromWidth
Contrib/imgui/imgui_tables.cpp:2209
Method
TableUpdateLayout
Layout columns for the frame. This is in essence the followup to BeginTable(). Runs on the first call to TableNextRow(), to give a chance for TableSet
Contrib/imgui/imgui_tables.cpp:724
Method
TempInputScalar
Note that Drag/Slider functions are only forwarding the min/max values clamping values if the ImGuiSliderFlags_AlwaysClamp flag is set! This is intend
Contrib/imgui/imgui_widgets.cpp:3354
← previous
next →
2,001–2,100 of 2,379, ranked by callers