MCPcopy Create free account

hub / github.com/czyt1988/SARibbon / functions

Functions2,356 in github.com/czyt1988/SARibbon

MethodinitHighDpi
* \if ENGLISH * @brief Static function to support high DPI * * @note This function needs to be called in the main function before QApplication i
src/SARibbon.cpp:23819
MethodinitHighDpi
* \if ENGLISH * @brief Static function to support high DPI * * @note This function needs to be called in the main function before QApplication i
src/SARibbonBar/SARibbonBar.cpp:628
MethodinitTestCase
tests/SARibbonCategoryLayoutRTLTest.cpp:19
MethodinitTestCase
tests/SARibbonBarLayoutRTLTest.cpp:19
MethodinitTestCase
tests/SARibbonPanelLayoutRTLTest.cpp:19
MethodinitUI
* \if ENGLISH * @brief Initialize the user interface * @details This function sets up the main window's Ribbon interface, including: *
example/MainWindowExample/mainwindow.cpp:150
Methodinitializer
tools/qrc_SARibbonResource_version3.cpp:69
Methodinitializer
tools/qrc_SARibbonResource_version2.cpp:49
Methodinitializer
src/SARibbon.cpp:2990
MethodinsertPanel
* \if ENGLISH * @brief Insert a panel at the specified index * @param index Index where the panel should be inserted * @param panel The panel to
src/SARibbonBar/SARibbonCategoryLayout.cpp:281
Methodinstance
* \if ENGLISH * @brief Get the singleton instance of SARibbonElementManager * @return SARibbonElementManager singleton instance * \endif * *
src/SARibbon.cpp:29528
Methodinstance
* \if ENGLISH * @brief Get the singleton instance of SARibbonElementManager * @return SARibbonElementManager singleton instance * \endif * *
src/SARibbonBar/SARibbonElementManager.cpp:41
Methodinvalidate
src/SARibbonBar/SARibbonCategoryLayout.cpp:327
MethodisApplicationButtonVerticalExpansion
* \if ENGLISH * @brief Check if the application button is vertically expanded * @return True if vertically expanded, false otherwise * @note Def
src/SARibbonBar/SARibbonBarLayout.cpp:1114
MethodisApplied
* \if ENGLISH * @brief Check if there is content to store, corresponding to save action * @return true if there is content to save * \endif *
src/SARibbonBar/SARibbonCustomizeWidget.cpp:834
MethodisApplied
* \if ENGLISH * @brief Check if there is content to store, corresponding to save action * @return true if there is content to save * \endif *
src/SARibbonBar/SARibbonCustomizeDialog.cpp:105
MethodisCached
* \if ENGLISH * @brief Check if there are modified contents, corresponding to apply action * @return true if there are cached changes * \endif
src/SARibbonBar/SARibbonCustomizeWidget.cpp:850
MethodisCached
* \if ENGLISH * @brief Check if there are modified contents, corresponding to apply action * @return true if there are cached changes * \endif
src/SARibbonBar/SARibbonCustomizeDialog.cpp:121
MethodisCanCustomize
* \if ENGLISH * @brief Check the external property whether customization is allowed * @param obj Object to check * @return true if customization
src/SARibbonBar/SARibbonCustomizeData.cpp:712
MethodisCanCustomize
* \if ENGLISH * @brief Determine if customization is allowed * @return True if customization is allowed, false otherwise * \endif * * \if CH
src/SARibbonBar/SARibbonCategory.cpp:742
MethodisColorCheckable
* \if ENGLISH * @brief Check if colors are checkable * @return Checkable state * \endif * * \if CHINESE * @brief 颜色是否是checkable * @retur
src/SARibbon.cpp:4091
MethodisColorCheckable
* \if ENGLISH * @brief Check if color blocks are checkable * @return Checkable state * \endif * * \if CHINESE * @brief 检查颜色块是否可选中 * @ret
src/SARibbonBar/colorWidgets/SAColorPaletteGridWidget.cpp:289
MethodisColorCheckable
* \if ENGLISH * @brief Check if colors are checkable * @return Checkable state * \endif * * \if CHINESE * @brief 颜色是否是checkable * @retur
src/SARibbonBar/colorWidgets/SAColorGridWidget.cpp:573
MethodisCompactStyle
* \if ENGLISH * @brief Check if the ribbon style is compact (without title bar) * @param s Ribbon style * @return true if it's compact style, fa
src/SARibbon.cpp:23728
MethodisCompactStyle
* \if ENGLISH * @brief Check if the ribbon style is compact (without title bar) * @param s Ribbon style * @return true if it's compact style, fa
src/SARibbonBar/SARibbonBar.cpp:537
MethodisCompactStyle
* \if ENGLISH * @brief Check if the current style is compact style * @return True if compact style, false otherwise * \endif * * \if CHINES
src/SARibbonBar/SARibbonBarLayout.cpp:783
MethodisContextCategoryVisible
* \if ENGLISH * @brief Check if context category is in display state * @param context Context category pointer * @return Returns true if in disp
src/SARibbon.cpp:24526
MethodisContextCategoryVisible
* \if ENGLISH * @brief Check if context category is in display state * @param context Context category pointer * @return Returns true if in disp
src/SARibbonBar/SARibbonBar.cpp:1335
MethodisCustomizeItem
* \if ENGLISH * @brief Check if item is a customize item * @details Customize items have CustomizeRole role set * @param item QStandardItem to c
src/SARibbon.cpp:31016
MethodisCustomizeItem
* \if ENGLISH * @brief Check if item is a customize item * @details Customize items have CustomizeRole role set * @param item QStandardItem to c
src/SARibbonBar/SARibbonCustomizeWidget.cpp:565
MethodisDark
* \if ENGLISH * @brief Check if this palette represents a dark theme * @return true if the palette was loaded with "isDark": true, false otherwise
src/SARibbonBar/SARibbonThemePalette.cpp:254
MethodisDirty
* \if ENGLISH * @brief Checks if the layout needs to be relayouted * @return true if the layout is dirty and needs relayouting, false otherwise
src/SARibbon.cpp:14721
MethodisDirty
* \if ENGLISH * @brief Checks if the layout needs to be relayouted * @return true if the layout is dirty and needs relayouting, false otherwise
src/SARibbonBar/SARibbonPanelLayout.cpp:506
MethodisEnable
* \if ENGLISH * @brief Check if item is enabled * @return True if enabled * \endif * * \if CHINESE * @brief 检查项目是否启用 * @return 如果启用返回tru
src/SARibbon.cpp:21071
MethodisEnable
* \if ENGLISH * @brief Check if item is enabled * @return True if enabled * \endif * * \if CHINESE * @brief 检查项目是否启用 * @return 如果启用返回tru
src/SARibbonBar/SARibbonGalleryItem.cpp:270
MethodisEnableIconRightText
src/SARibbon.cpp:10093
MethodisEnableIconRightText
* \if ENGLISH * @brief Check if icon-right-text mode is enabled * @return true if icon-right-text mode is enabled * \endif * * \if CHINESE
src/SARibbonBar/SARibbonBar.cpp:2872
MethodisEnableIconRightText
* \if ENGLISH * @brief Check if icon-right-text mode is enabled * @return true if icon-right-text mode is enabled * \endif * * \if CHINESE
src/SARibbonBar/SARibbonCategory.cpp:1056
MethodisEnableIconRightText
* \if ENGLISH * @brief Check if icon-right-text mode is enabled * @return true if icon-right-text mode is enabled * \endif * * \if CHINESE
src/SARibbonBar/SARibbonPanel.cpp:1888
MethodisEnableIconRightText
src/SARibbonBar/SARibbonToolButton.cpp:1346
MethodisEnableShowPanelTitle
* \if ENGLISH * @brief Whether the panel title bar is displayed * @return True if panel title bars are displayed, false otherwise * \endif *
src/SARibbonBar/SARibbonCategory.cpp:810
MethodisEnableShowPanelTitle
* @brief Checks if the panel's title is enabled for display / 检查面板标题是否启用显示 * @return true if the title is enabled; otherwise false / 如果标题启用则返回true;否
src/SARibbonBar/SARibbonPanelLayout.cpp:1542
MethodisEnableShowTitle
* \if ENGLISH * @brief Checks if the panel's title is visible * @return true if the title is visible; otherwise false * \endif * * \if CHINE
src/SARibbon.cpp:17058
MethodisEnableShowTitle
* \if ENGLISH * @brief Checks if the panel's title is visible * @return true if the title is visible; otherwise false * \endif * * \if CHINE
src/SARibbonBar/SARibbonPanel.cpp:1259
MethodisEnableTabDoubleClickToMinimumMode
* \if ENGLISH * @brief Check if tab double click is allowed to enter ribbon minimum mode * @return True if enabled * \endif * * \if CHINESE
src/SARibbon.cpp:24768
MethodisEnableTabDoubleClickToMinimumMode
* \if ENGLISH * @brief Check if tab double click is allowed to enter ribbon minimum mode * @return True if enabled * \endif * * \if CHINESE
src/SARibbonBar/SARibbonBar.cpp:1577
MethodisEnableWordWrap
* \if ENGLISH * @brief Determine whether the text of panel is allowed to wrap * @return True if text wrapping is enabled, false otherwise * \end
src/SARibbonBar/SARibbonCategory.cpp:991
MethodisEnableWordWrap
* \if ENGLISH * @brief Checks if the panel's text allows line wrapping * @return true if word wrapping is enabled for button text, false otherwise
src/SARibbonBar/SARibbonPanel.cpp:1840
MethodisEnableWordWrap
* \if ENGLISH * @brief Checks if word wrap is enabled * @return true if word wrap is enabled, false otherwise * \endif * * \if CHINESE * @
src/SARibbonBar/SARibbonPanelLayout.cpp:1368
MethodisHaveCategory
* \if ENGLISH * @brief Check if the context maintains this SARibbonCategory * @param category SARibbonCategory to check * @return true if the co
src/SARibbon.cpp:20735
MethodisHaveCategory
* \if ENGLISH * @brief Check if the context maintains this SARibbonCategory * @param category SARibbonCategory to check * @return true if the co
src/SARibbonBar/SARibbonContextCategory.cpp:275
MethodisHaveOptionAction
* \if ENGLISH * @brief Checks if an option action is set * @return true if an option action exists; otherwise false * \endif * * \if CHINESE
src/SARibbon.cpp:14452
MethodisHaveOptionAction
* \if ENGLISH * @brief Checks if an option action is set * @return true if an option action exists; otherwise false * @sa setOptionAction * \e
src/SARibbonBar/SARibbonPanel.cpp:922
MethodisHaveOptionAction
* \if ENGLISH * @brief Checks if an option action is set * @return true if an option action exists; otherwise false * \endif * * \if CHINESE
src/SARibbonBar/SARibbonPanelLayout.cpp:237
MethodisItemCanCustomize
* \if ENGLISH * @brief Check if item can be customized * @param item QStandardItem to check * @return true if the item can be customized * \en
src/SARibbon.cpp:31125
MethodisItemCanCustomize
* \if ENGLISH * @brief Check if item can be customized * @param item QStandardItem to check * @return true if the item can be customized * \en
src/SARibbonBar/SARibbonCustomizeWidget.cpp:674
MethodisLargeRibbonButton
* @brief Checks if the button is a large ribbon button / 判断按钮是否为大Ribbon按钮 * @return `true` if the button type is `LargeButton`; otherwise `false` /
src/SARibbon.cpp:9953
MethodisLargeRibbonButton
* @brief Checks if the button is a large ribbon button / 判断按钮是否为大Ribbon按钮 * @return `true` if the button type is `LargeButton`; otherwise `false` /
src/SARibbonBar/SARibbonToolButton.cpp:1206
MethodisLooseStyle
* \if ENGLISH * @brief Check if the ribbon style is loose (with title bar) * @param s Ribbon style * @return true if it's loose style, false if
src/SARibbon.cpp:23710
MethodisLooseStyle
* \if ENGLISH * @brief Check if the ribbon style is loose (with title bar) * @param s Ribbon style * @return true if it's loose style, false if
src/SARibbonBar/SARibbonBar.cpp:519
MethodisLooseStyle
* \if ENGLISH * @brief Check if the current style is loose style * @return True if loose style, false otherwise * \endif * * \if CHINESE
src/SARibbonBar/SARibbonBarLayout.cpp:767
MethodisMinimumMode
* \if ENGLISH * @brief Check if current ribbon is in hidden mode * @return True if in minimum mode * \endif * * \if CHINESE * @brief 当前rib
src/SARibbon.cpp:24687
MethodisMinimumMode
* \if ENGLISH * @brief Check if current ribbon is in hidden mode * @return True if in minimum mode * \endif * * \if CHINESE * @brief 当前rib
src/SARibbonBar/SARibbonBar.cpp:1496
MethodisMinimumModeButtonVisible
* \if ENGLISH * @brief Check if hide ribbon button is shown * @return True if the button is shown * \endif * * \if CHINESE * @brief 是否显示隐藏
src/SARibbonBar/SARibbonBar.cpp:1545
MethodisNormalMode
* \if ENGLISH * @brief Check if currently in normal mode * @return true if in normal mode, false otherwise * \endif * * \if CHINESE * @bri
src/SARibbon.cpp:12945
MethodisNormalMode
* \if ENGLISH * @brief Check if currently in normal mode * @return true if in normal mode, false otherwise * \endif * * \if CHINESE * @bri
src/SARibbonBar/SARibbonStackedWidget.cpp:333
MethodisRubberBandOnResize
* \if ENGLISH * @brief Returns whether the rubber band scaling indication mode is currently enabled. * * @return true Rubber band mode is enabl
src/SARibbon.cpp:32834
MethodisRubberBandOnResize
* \if ENGLISH * @brief Returns whether the rubber band scaling indication mode is currently enabled. * * @return true Rubber band mode is enabl
src/SARibbonBar/SARibbonMainWindow.cpp:393
MethodisSelectable
* \if ENGLISH * @brief Check if item is selectable * @return True if selectable * \endif * * \if CHINESE * @brief 检查项目是否可选择 * @return 如果
src/SARibbon.cpp:21035
MethodisSelectable
* \if ENGLISH * @brief Check if item is selectable * @return True if selectable * \endif * * \if CHINESE * @brief 检查项目是否可选择 * @return 如果
src/SARibbonBar/SARibbonGalleryItem.cpp:234
MethodisSelectedItemCanCustomize
src/SARibbon.cpp:31795
MethodisSelectedItemCanCustomize
src/SARibbonBar/SARibbonCustomizeWidget.cpp:1344
MethodisSelectedItemIsCustomize
src/SARibbon.cpp:31818
MethodisSelectedItemIsCustomize
src/SARibbonBar/SARibbonCustomizeWidget.cpp:1367
MethodisSingleRowMode
* \if ENGLISH * @brief Check if gallery is in single-row mode * @return True if single-row mode is active, false otherwise * \endif * * \if
src/SARibbon.cpp:22974
MethodisSingleRowMode
* \if ENGLISH * @brief Check if gallery is in single-row mode * @return True if single-row mode is active, false otherwise * \endif * * \if
src/SARibbonBar/SARibbonGallery.cpp:619
MethodisSmallRibbonButton
* @brief Checks if the button is a small ribbon button / 判断按钮是否为小Ribbon按钮 * @return `true` if the button type is `SmallButton`; otherwise `false` /
src/SARibbon.cpp:9943
MethodisSmallRibbonButton
* @brief Checks if the button is a small ribbon button / 判断按钮是否为小Ribbon按钮 * @return `true` if the button type is `SmallButton`; otherwise `false` /
src/SARibbonBar/SARibbonToolButton.cpp:1196
MethodisSpacer
src/SARibbon.cpp:3863
MethodisSpacer
src/SARibbonBar/colorWidgets/SAColorGridWidget.cpp:345
MethodisTabOnTitle
* \if ENGLISH * @brief Check if tab is on title * @return True if tab is on title * \endif * * \if CHINESE * @brief tab是否在title上面 * @ret
src/SARibbon.cpp:25810
MethodisTabOnTitle
* \if ENGLISH * @brief Check if tab is on title * @return True if tab is on title * \endif * * \if CHINESE * @brief tab是否在title上面 * @ret
src/SARibbonBar/SARibbonBar.cpp:2619
MethodisTabOnTitle
* \if ENGLISH * @brief Check if the tab bar is on the title bar * @return True if tab is on title, false otherwise * \endif * * \if CHINESE
src/SARibbonBar/SARibbonBarLayout.cpp:873
MethodisTextNeedWrap
* @brief 确认文字是否确切要换行显示 * @return */
src/SARibbon.cpp:9738
MethodisTextNeedWrap
* @brief 确认文字是否确切要换行显示 * @return */
src/SARibbonBar/SARibbonToolButton.cpp:991
MethodisTitleIconVisible
* \if ENGLISH * @brief Check if title icon is visible * @return True if title icon is visible * \endif * * \if CHINESE * @brief 标题图标是否可见
src/SARibbonBar/SARibbonBar.cpp:2239
MethodisTitleVisible
* \if ENGLISH * @brief Check if title is visible * @return True if title is visible * \endif * * \if CHINESE * @brief 判断标题是否显示 * @return
src/SARibbon.cpp:26279
MethodisTitleVisible
* \if ENGLISH * @brief Check if title is visible * @return True if title is visible * \endif * * \if CHINESE * @brief 判断标题是否显示 * @return
src/SARibbonBar/SARibbonBar.cpp:3088
MethodisTwoRow
* \if ENGLISH * @brief Checks if the panel is in two-row mode * @return true if the panel is in two-row mode, false otherwise * \endif * * \
src/SARibbon.cpp:17436
MethodisTwoRow
* \if ENGLISH * @brief Checks if the panel is in two-row mode * @return true if the panel is in two-row mode, false otherwise * \endif * * \
src/SARibbonBar/SARibbonPanel.cpp:1637
MethodisUseAnimatingScroll
* \if ENGLISH * @brief Whether to use animation when scrolling * @return True if animation is used, false otherwise * \endif * * \if CHINESE
src/SARibbon.cpp:18659
MethodisUseAnimatingScroll
* \if ENGLISH * @brief Whether to use animation when scrolling * @return True if animation is used, false otherwise * \endif * * \if CHINESE
src/SARibbonBar/SARibbonCategory.cpp:906
MethodisUseAnimation
* \if ENGLISH * @brief Get animation enabled state * @return Animation enabled state * \endif * * \if CHINESE * @brief 获取动画启用状态 * @retur
src/SARibbon.cpp:13034
MethodisUseAnimation
* \if ENGLISH * @brief Get animation enabled state * @return Animation enabled state * \endif * * \if CHINESE * @brief 获取动画启用状态 * @retur
src/SARibbonBar/SARibbonStackedWidget.cpp:422
MethodisUseRibbon
* \if ENGLISH * @brief Checks if ribbon is being used * @return true if ribbon is being used, false otherwise * \endif * * \if CHINESE * @
src/SARibbon.cpp:33005
MethodisUseRibbon
* \if ENGLISH * @brief Checks if ribbon is being used * @return true if ribbon is being used, false otherwise * \endif * * \if CHINESE * @
src/SARibbonBar/SARibbonMainWindow.cpp:564
MethodisUseRibbon
* \if ENGLISH * @brief Checks if ribbon is being used * @return true if ribbon is being used, false otherwise * \endif * * \if CHINESE * @
src/SARibbonBar/SARibbonWidget.cpp:178
FunctionisValid
src/SARibbon.cpp:8588
FunctionisValid
src/SARibbonBar/SARibbonButtonLayoutStrategy.h:41
MethodisValid
src/SARibbon.cpp:22440
← previousnext →1,301–1,400 of 2,356, ranked by callers