MCPcopy Create free account

hub / github.com/czyt1988/SARibbon / functions

Functions2,356 in github.com/czyt1988/SARibbon

↓ 4 callersMethodinsertPanel
src/SARibbon.cpp:17834
↓ 4 callersMethodisContextCategory
* \if ENGLISH * @brief Returns true if it is a ContextCategory * @return True if this is a context category, false otherwise * \endif * * \i
src/SARibbon.cpp:18460
↓ 4 callersMethodisContextCategory
* \if ENGLISH * @brief Returns true if it is a ContextCategory * @return True if this is a context category, false otherwise * \endif * * \i
src/SARibbonBar/SARibbonCategory.cpp:707
↓ 4 callersMethodisUseRibbonFrame
* @brief 获取当前tabbar的样式 */
src/SARibbonBar/SARibbonBar.cpp:379
↓ 4 callersMethodmaximizeButton
* \if ENGLISH * @brief Gets the maximize button * @return Pointer to the maximize button * \endif * * \if CHINESE * @brief 获取最大化按钮 * @re
src/SARibbon.cpp:8300
↓ 4 callersMethodminimizeButton
* \if ENGLISH * @brief Gets the minimize button * @return Pointer to the minimize button * \endif * * \if CHINESE * @brief 获取最小化按钮 * @re
src/SARibbon.cpp:8284
↓ 4 callersMethodpanelCount
* \if ENGLISH * @brief Return the number of panels * @return Number of panels in the category * \endif * * \if CHINESE * @brief 返回panel的个数
src/SARibbon.cpp:18476
↓ 4 callersMethodpanelTitleHeight
* \if ENGLISH * @brief Get panel title bar height * @return Panel title bar height * \endif * * \if CHINESE * @brief panel标题栏的高度 * @retu
src/SARibbonBar/SARibbonBar.cpp:2764
↓ 4 callersMethodremoveItem
src/SARibbon.cpp:31823
↓ 4 callersMethodsetCategoryName
* \if ENGLISH * @brief Set the category name * @param title New name (equivalent to setWindowTitle) * \endif * * \if CHINESE * @brief 设置Ca
src/SARibbonBar/SARibbonCategory.cpp:313
↓ 4 callersMethodsetCategoryToTab
* @brief 将category指针存入tab的tabData中 * @param tabIndex tab索引 * @param category category指针 */
src/SARibbon.cpp:23517
↓ 4 callersMethodsetCategoryToTab
* @brief 将category指针存入tab的tabData中 * @param tabIndex tab索引 * @param category category指针 */
src/SARibbonBar/SARibbonBar.cpp:326
↓ 4 callersMethodsetColorStyle
* \if ENGLISH * @brief Set the color display style * @param s Color style to set * \endif * * \if CHINESE * @brief 设置颜色显示的样式 * @param s
src/SARibbon.cpp:11435
↓ 4 callersMethodsetColumnCount
* \if ENGLISH * @brief Set column count, row count will be determined by column count * @details If set to -1 or 0, column count is not limited, r
src/SARibbon.cpp:3934
↓ 4 callersMethodsetGalleryGroupStyle
* \if ENGLISH * @brief Set the default preset style * @param style Gallery group style * \endif * * \if CHINESE * @brief 设置默认的预设样式 * @pa
src/SARibbon.cpp:21853
↓ 4 callersMethodsetIcon
* @brief SARibbonTitleIconWidget::setIcon * 设置显示的图标 * @param icon 要显示的图标 */
src/SARibbonBar/SARibbonTitleIconWidget.cpp:48
↓ 4 callersMethodsetMinimumMode
* @brief 设置最小模式 */
src/SARibbon.cpp:23433
↓ 4 callersMethodsetPanelLayoutMode
* \if ENGLISH * @brief Sets the panel's layout mode * @param mode The new layout mode (ThreeRowMode or TwoRowMode) * @sa panelLayoutMode * \en
src/SARibbon.cpp:16653
↓ 4 callersMethodsetTitleIconVisible
* \if ENGLISH * @brief Set title icon visibility * @param on Whether to show the title icon * \endif * * \if CHINESE * @brief 设置标题图标可见性
src/SARibbon.cpp:25411
↓ 4 callersMethodsetWindowTitleBackgroundBrush
* \if ENGLISH * @brief Set window title background brush * * If no color is needed, set Qt::NoBrush * @param bk Background brush * \endif
src/SARibbon.cpp:26299
↓ 4 callersMethodsetWindowTitleTextColor
* \if ENGLISH * @brief Set the title text color * * The title is the mainwindow's windowTitle. If you want to set the title, directly call SARib
src/SARibbon.cpp:25660
↓ 4 callersMethodsizeHint
src/SARibbonBar/SARibbonCategoryLayout.cpp:295
↓ 4 callersMethodspacing
* \if ENGLISH * @brief Get spacing * @return Spacing value * \endif * * \if CHINESE * @brief 获取间隔 * @return 间隔值 * \endif */
src/SARibbon.cpp:3989
↓ 4 callersMethodspacing
* \if ENGLISH * @brief Gets the spacing between elements in the panel * @return The current spacing value * @sa setSpacing * \endif * * \i
src/SARibbonBar/SARibbonPanel.cpp:1551
↓ 4 callersMethodtitleIconWidget
* \if ENGLISH * @brief Get the title icon widget * @return Returns the title icon widget pointer * \endif * * \if CHINESE * @brief 获取标题栏窗口
src/SARibbon.cpp:25395
↓ 4 callersMethodupdateIcon
()
docs/doxygen-doc-file/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js:148
↓ 3 callersMethodactionToRibbonToolButton
* \if ENGLISH * @brief Retrieves the SARibbonToolButton associated with an action * @param action The action to query * @return The associated t
src/SARibbon.cpp:16601
↓ 3 callersMethodactions
* \if ENGLISH * @brief Get actions by tag (const version) * @param tag Action tag * @return Action list for the tag * \endif * * \if CHINE
src/SARibbon.cpp:12011
↓ 3 callersMethodactions
* \if ENGLISH * @brief Get actions by tag (const version) * @param tag Action tag * @return Action list for the tag * \endif * * \if CHINE
src/SARibbonBar/SARibbonActionsManager.cpp:327
↓ 3 callersMethodaddGallery
* \if ENGLISH * @brief Adds a gallery widget to the panel * * A gallery is a specialized widget for displaying a collection of items. If `expand
src/SARibbon.cpp:16556
↓ 3 callersMethodaddMediumWidget
* \if ENGLISH * @brief Adds a widget as a medium button * @param w The widget to add * @return The created QWidgetAction * \endif * * \if
src/SARibbon.cpp:16512
↓ 3 callersMethodaddMenu
* \if ENGLISH * @brief Adds a menu to the panel * @param menu The menu to add * @param rp The row proportion for the menu button * @param popM
src/SARibbon.cpp:16365
↓ 3 callersMethodallActions
* \if ENGLISH * @brief Get all managed actions * @return List of all managed actions * \endif * * \if CHINESE * @brief 返回所有管理的actions *
src/SARibbon.cpp:12095
↓ 3 callersMethodcategoryFromTab
* @brief 从tabData中获取SARibbonCategory指针 * @param tabIndex tab索引 * @return category指针,如果无效返回nullptr */
src/SARibbon.cpp:23503
↓ 3 callersMethodcategoryFromTab
* @brief 从tabData中获取SARibbonCategory指针 * @param tabIndex tab索引 * @return category指针,如果无效返回nullptr */
src/SARibbonBar/SARibbonBar.cpp:312
↓ 3 callersMethodcreateRibbonCategory
* \if ENGLISH * @brief Create SARibbonCategory * @param parent Parent widget * @return SARibbonCategory pointer * \endif * * \if CHINESE
src/SARibbon.cpp:29245
↓ 3 callersMethodcreateRibbonCategory
* \if ENGLISH * @brief Create SARibbonCategory * @param parent Parent widget * @return SARibbonCategory pointer * \endif * * \if CHINESE
src/SARibbonBar/SARibbonElementFactory.cpp:114
↓ 3 callersMethodcreateRibbonGalleryGroup
* \if ENGLISH * @brief Create SARibbonGalleryGroup * @param parent Parent widget * @return SARibbonGalleryGroup pointer * \endif * * \if C
src/SARibbon.cpp:29335
↓ 3 callersMethodcreateRibbonGalleryGroup
* \if ENGLISH * @brief Create SARibbonGalleryGroup * @param parent Parent widget * @return SARibbonGalleryGroup pointer * \endif * * \if C
src/SARibbonBar/SARibbonElementFactory.cpp:204
↓ 3 callersMethoddestroyContextCategory
* \if ENGLISH * @brief Destroy context category, SARibbonCategory of context category will also be destroyed * @param context Context category poi
src/SARibbon.cpp:24587
↓ 3 callersMethodenableDarkMode
(enable)
docs/doxygen-doc-file/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js:122
↓ 3 callersMethodexec
* \if ENGLISH * @brief Run event loop modally in popup mode * @details This method is only valid in popup mode: * @details 1. Show window * @d
src/SARibbonBar/SARibbonStackedWidget.cpp:359
↓ 3 callersFunctioniconToPixmap
* @brief 为 QIcon 生成指定 devicePixelRatio 的高分辨率 pixmap * * 之所以提供此函数,是因为 Qt5 的 QIcon::pixmap() 没有 devicePixelRatio 参数,而Qt6做了适配,为此专门提供一个兼容函数 * * @p
src/SARibbon.cpp:6015
↓ 3 callersFunctioniconToPixmap
* @brief 为 QIcon 生成指定 devicePixelRatio 的高分辨率 pixmap * * 之所以提供此函数,是因为 Qt5 的 QIcon::pixmap() 没有 devicePixelRatio 参数,而Qt6做了适配,为此专门提供一个兼容函数 * * @p
src/SARibbonBar/SARibbonUtil.cpp:250
↓ 3 callersMethodindexByAction
* \if ENGLISH * @brief Finds the index of an action in the layout * @param action The action to find * @return The index of the action, or -1 if
src/SARibbon.cpp:14302
↓ 3 callersMethodindexByAction
* \if ENGLISH * @brief Finds the index of an action in the layout * @param action The action to find * @return The index of the action, or -1 if
src/SARibbonBar/SARibbonPanelLayout.cpp:87
↓ 3 callersMethodinvalidateIconCache
src/SARibbon.cpp:9007
↓ 3 callersMethodinvalidateIconCache
src/SARibbonBar/SARibbonToolButton.cpp:260
↓ 3 callersMethodisCached
* \if ENGLISH * @brief Check if there are modified contents, corresponding to apply action * @return true if there are cached changes * \endif
src/SARibbon.cpp:31301
↓ 3 callersMethodisEnableShowPanelTitle
* \if ENGLISH * @brief Check if panel title bar is enabled * @return True if panel title bar is enabled * \endif * * \if CHINESE * @brief
src/SARibbonBar/SARibbonBar.cpp:2805
↓ 3 callersFunctionisInArray
example/ThemeDesignerExample/mainwindow.cpp:121
↓ 3 callersMethodisMinimumModeButtonVisible
* \if ENGLISH * @brief Check if hide ribbon button is shown * @return True if the button is shown * \endif * * \if CHINESE * @brief 是否显示隐藏
src/SARibbon.cpp:24736
↓ 3 callersMethodisTitleIconVisible
* \if ENGLISH * @brief Check if title icon is visible * @return True if title icon is visible * \endif * * \if CHINESE * @brief 标题图标是否可见
src/SARibbon.cpp:25430
↓ 3 callersMethodisUseRibbonFrame
src/SARibbonBar/SARibbonMainWindow.cpp:72
↓ 3 callersMethoditemAt
* \if ENGLISH * @brief Retrieves the item at the specified index * @param index The index of the item * @return The layout item, or nullptr if i
src/SARibbon.cpp:14470
↓ 3 callersMethoditemAt
* \if ENGLISH * @brief Get the layout item at the specified index * @param index The index of the item * @return The layout item at the index, o
src/SARibbonBar/SARibbonBarLayout.cpp:639
↓ 3 callersMethodpanelCount
* \if ENGLISH * @brief Return the number of panels * @return Number of panels in the category * \endif * * \if CHINESE * @brief 返回panel的个数
src/SARibbonBar/SARibbonCategory.cpp:723
↓ 3 callersMethodpanelLayoutMode
* \if ENGLISH * @brief Gets the current layout mode * @return The current layout mode * @sa setPanelLayoutMode * \endif * * \if CHINESE
src/SARibbon.cpp:16675
↓ 3 callersMethodpanelList
src/SARibbon.cpp:17909
↓ 3 callersMethodpanelList
src/SARibbonBar/SARibbonCategory.cpp:156
↓ 3 callersMethodpanelTitleHeight
* \if ENGLISH * @brief Gets the height of the panel's title * @return The current title height * @sa setPanelTitleHeight * \endif * * \if
src/SARibbon.cpp:15725
↓ 3 callersMethodrecalcGridSize
* \if ENGLISH * @brief Recalculate grid and icon sizes * \endif * * \if CHINESE * @brief 重新计算grid和icon的尺寸 * \endif */
src/SARibbon.cpp:21762
↓ 3 callersMethodrecalcGridSize
* \if ENGLISH * @brief Recalculate grid and icon sizes * \endif * * \if CHINESE * @brief 重新计算grid和icon的尺寸 * \endif */
src/SARibbonBar/SARibbonGalleryGroup.cpp:550
↓ 3 callersMethodremoveCategory
* \if ENGLISH * @brief Remove SARibbonCategory * * SARibbonBar will not delete SARibbonCategory*, but this SARibbonCategory will be detached fro
src/SARibbon.cpp:24348
↓ 3 callersMethodresizeElement
* \if ENGLISH * @brief Resizes and positions all elements in the button bar * @param size New size of the button bar * @details Handles both
src/SARibbon.cpp:7776
↓ 3 callersMethodresizeElement
* \if ENGLISH * @brief Resizes and positions all elements in the button bar * @param size New size of the button bar * @details Hand
src/SARibbonBar/SARibbonSystemButtonBar.cpp:135
↓ 3 callersMethodribbonBar
* \if ENGLISH * @brief Gets the top-level SARibbonBar * @return The ribbon bar, or nullptr if not found * \endif * * \if CHINESE * @brief
src/SARibbonBar/SARibbonPanel.cpp:1504
↓ 3 callersMethodsetColorList
* \if ENGLISH * @brief Set color list * @param cls Color list * \endif * * \if CHINESE * @brief 设置颜色列表 * @param cls 颜色列表 * \endif */
src/SARibbonBar/colorWidgets/SAColorGridWidget.cpp:437
↓ 3 callersMethodsetCurrentIndex
* \if ENGLISH * @brief Switch to the corresponding tab * @param index Tab index * \endif * * \if CHINESE * @brief 切换到对应标签 * @param index
src/SARibbonBar/SARibbonBar.cpp:2338
↓ 3 callersMethodsetCurrentViewGroup
* \if ENGLISH * @brief Set the currently displayed gallery group * @param group Pointer to the gallery group to display * @details Sets which ga
src/SARibbon.cpp:22858
↓ 3 callersMethodsetGeometry
src/SARibbonBar/SARibbonPanelLayout.cpp:1570
↓ 3 callersMethodsetLargeIconSize
* @brief 大按钮的尺寸 * @param largeSize */
src/SARibbon.cpp:10540
↓ 3 callersMethodsetPanelLayoutMode
* \if ENGLISH * @brief Set SARibbonPanel layout mode * @param m Panel layout mode * \endif * * \if CHINESE * @brief SARibbonPanel的布局模式设置
src/SARibbonBar/SARibbonBar.cpp:2576
↓ 3 callersMethodsetPanelTitleHeight
* \if ENGLISH * @brief Sets the height of the panel's title * @param newTitleHeight The new title height * @sa panelTitleHeight * \endif *
src/SARibbon.cpp:15743
↓ 3 callersMethodsetPopupMode
* \if ENGLISH * @brief Set popup mode * @details In this mode, the window will: * @details - Set Qt::Popup flag * @details - Frameless window
src/SARibbonBar/SARibbonStackedWidget.cpp:245
↓ 3 callersMethodsetTagName
* \if ENGLISH * @brief Set the name corresponding to the tag, this allows getting the mapping between tag and text * @param tag Tag value * @par
src/SARibbon.cpp:11766
↓ 3 callersMethodsetTitleHeight
src/SARibbon.cpp:7491
↓ 3 callersMethodsetTitleHeight
* \if ENGLISH * @brief Sets the height of the panel's title * * This function is typically called by `SARibbonBar` and is protected to prevent d
src/SARibbonBar/SARibbonPanel.cpp:1221
↓ 3 callersMethodsetupActionsManager
src/SARibbon.cpp:12409
↓ 3 callersMethodshowMinimumModeButton
* \if ENGLISH * @brief Show hide ribbon button * @param isShow Whether to show the button * \endif * * \if CHINESE * @brief 显示隐藏ribbon的按钮
src/SARibbon.cpp:24703
↓ 3 callersMethodtitleIconWidget
* \if ENGLISH * @brief Get the title icon widget * @return Returns the title icon widget pointer * \endif * * \if CHINESE * @brief 获取标题栏窗口
src/SARibbonBar/SARibbonBar.cpp:2204
↓ 3 callersMethodupdateGeometryArr
* \if ENGLISH * @brief Update geometry of the layout * @details This function calculates the layout geometry, including panel positions, sizes, an
src/SARibbon.cpp:19620
↓ 3 callersMethodupdateGeometryArr
* \if ENGLISH * @brief Update geometry of the layout * @details This function calculates the layout geometry, including panel positions, sizes, an
src/SARibbonBar/SARibbonCategoryLayout.cpp:368
↓ 3 callersMethodupdateStatusByMousePosition
* @brief 根据鼠标的位置更新状态,主要用于判断鼠标是否位于subcontrol * * 此函数主要应用在action menu模式下 * @param pos */
src/SARibbon.cpp:9032
↓ 3 callersMethodupdateStatusByMousePosition
* @brief 根据鼠标的位置更新状态,主要用于判断鼠标是否位于subcontrol * * 此函数主要应用在action menu模式下 * @param pos */
src/SARibbonBar/SARibbonToolButton.cpp:285
↓ 3 callersFunctionwidgetDevicePixelRatio
* @brief 获取窗口当前所在屏幕的dpr * @param w * @return */
src/SARibbon.cpp:6030
↓ 3 callersFunctionwidgetDevicePixelRatio
* @brief 获取窗口当前所在屏幕的dpr * @param w * @return */
src/SARibbonBar/SARibbonUtil.cpp:265
↓ 2 callersMethodaddActionItem
* \if ENGLISH * @brief Add action item * @param act QAction pointer * \endif * * \if CHINESE * @brief 添加动作项目 * @param act QAction指针 *
src/SARibbon.cpp:21927
↓ 2 callersMethodaddMenuAction
* \if ENGLISH * @brief Adds a menu action to the button group * @param menuAction Menu action to add * @param popupMode Popup mode * \endif
src/SARibbon.cpp:8382
↓ 2 callersMethodaddSeparator
* \if ENGLISH * @brief Adds a separator * @return The created separator action * \endif * * \if CHINESE * @brief 添加一个分隔符 * @return 创建的分隔
src/SARibbonBar/SARibbonPanel.cpp:779
↓ 2 callersMethodcalcCategoryInsertTabIndex
* @brief 根据category在stacked widget中的顺序,计算正确的tab插入位置 * * 当批量隐藏/显示category时,原先保存的originalIndex可能已不正确(因为其他tab也被移除/插入了)。 * 此方法通过stacked widget的顺序(即c
src/SARibbon.cpp:23546
↓ 2 callersMethodcalcCategoryInsertTabIndex
* @brief 根据category在stacked widget中的顺序,计算正确的tab插入位置 * * 当批量隐藏/显示category时,原先保存的originalIndex可能已不正确(因为其他tab也被移除/插入了)。 * 此方法通过stacked widget的顺序(即c
src/SARibbonBar/SARibbonBar.cpp:355
↓ 2 callersMethodcalcContextCategoryTitleRect
src/SARibbonBar/SARibbonBar.cpp:384
↓ 2 callersMethodcalcLargeButtonDrawRects
* \if ENGLISH * @brief Calculate draw rectangles for large button mode * @param[in] opt Style option for the tool button * @param[out] iconRect
src/SARibbon.cpp:9283
↓ 2 callersMethodcalcSizeOfToolButtonIconOnly
src/SARibbon.cpp:4983
↓ 2 callersMethodcalcSizeOfToolButtonIconOnly
src/SARibbonBar/colorWidgets/SAColorToolButton.cpp:215
↓ 2 callersMethodcalcSmallButtonDrawRects
* \if ENGLISH * @brief Calculate draw rectangles for small button mode * @param[in] opt Style option for the tool button * @param[out] iconRect
src/SARibbon.cpp:9137
↓ 2 callersMethodcategoryHeight
* \if ENGLISH * @brief category height * @return category height * \endif * * \if CHINESE * @brief category的高度 * @return category高度 *
src/SARibbon.cpp:24926
↓ 2 callersMethodcategoryPages
* \if ENGLISH * @brief Get all currently displayed SARibbonCategory, including SARibbonCategory of hidden SARibbonContextCategory * * @param get
src/SARibbonBar/SARibbonBar.cpp:1122
↓ 2 callersFunctionclear
src/SARibbon.cpp:8581
← previousnext →201–300 of 2,356, ranked by callers