MCPcopy Create free account

hub / github.com/czyt1988/SARibbon / functions

Functions2,356 in github.com/czyt1988/SARibbon

MethodisValid
src/SARibbonBar/SARibbonGallery.cpp:85
MethoditemAt
* \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/SARibbonBar/SARibbonPanelLayout.cpp:255
MethoditemAt
* \if ENGLISH * @brief Return the layout item for the panel at the specified index * @param index Index of the panel * @return Layout item for t
src/SARibbonBar/SARibbonCategoryLayout.cpp:175
MethoditemLevel
* \if ENGLISH * @brief Get the level of the item * @param item QStandardItem to check * @return Level of the item * \endif * * \if CHINESE
src/SARibbon.cpp:30997
MethoditemLevel
* \if ENGLISH * @brief Get the level of the item * @param item QStandardItem to check * @return Level of the item * \endif * * \if CHINESE
src/SARibbonBar/SARibbonCustomizeWidget.cpp:546
MethoditemSize
* \if ENGLISH * @brief Get item count * @return Item count * \endif * * \if CHINESE * @brief 获取条目数量 * @return 条目数量 * \endif */
src/SARibbon.cpp:21706
MethoditemSize
* \if ENGLISH * @brief Get item count * @return Item count * \endif * * \if CHINESE * @brief 获取条目数量 * @return 条目数量 * \endif */
src/SARibbonBar/SARibbonGalleryGroup.cpp:494
MethoditemToAction
* \if ENGLISH * @brief Convert item to action * @param item QStandardItem to convert * @return QAction pointer, nullptr if conversion fails *
src/SARibbon.cpp:31151
MethoditemToAction
* \if ENGLISH * @brief Convert item to action * @param item QStandardItem to convert * @return QAction pointer, nullptr if conversion fails *
src/SARibbonBar/SARibbonCustomizeWidget.cpp:700
MethoditemToCategory
* \if ENGLISH * @brief Convert item to category * @param item QStandardItem to convert * @return SARibbonCategory pointer, nullptr if conversion
src/SARibbon.cpp:31037
MethoditemToCategory
* \if ENGLISH * @brief Convert item to category * @param item QStandardItem to convert * @return SARibbonCategory pointer, nullptr if conversion
src/SARibbonBar/SARibbonCustomizeWidget.cpp:586
MethoditemToPanel
* \if ENGLISH * @brief Convert item to panel * @param item QStandardItem to convert * @return SARibbonPanel pointer, nullptr if conversion fails
src/SARibbon.cpp:31062
MethoditemToPanel
* \if ENGLISH * @brief Convert item to panel * @param item QStandardItem to convert * @return SARibbonPanel pointer, nullptr if conversion fails
src/SARibbonBar/SARibbonCustomizeWidget.cpp:611
MethoditerateButton
* \if ENGLISH * @brief Iterates over all SARibbonToolButton children * * Executes the provided function pointer for each `SARibbonToolButton`. I
src/SARibbon.cpp:16944
MethoditerateButton
* \if ENGLISH * @brief Iterates over all SARibbonToolButton children * * Executes the provided function pointer for each `SARibbonToolButton`. I
src/SARibbonBar/SARibbonPanel.cpp:1145
MethoditerateCategory
* \if ENGLISH * @brief Iterate through all categories in SARibbonBar and execute the function pointer bool(SARibbonCategory*) * @param fp Function
src/SARibbon.cpp:26470
MethoditerateCategory
* \if ENGLISH * @brief Iterate through all categories in SARibbonBar and execute the function pointer bool(SARibbonCategory*) * @param fp Function
src/SARibbonBar/SARibbonBar.cpp:3279
MethoditeratePanel
* \if ENGLISH * @brief This function will iterate through all panels under Category and execute the function pointer * @param fp Function pointer
src/SARibbon.cpp:18889
MethoditeratePanel
* \if ENGLISH * @brief Iterate through all categories and panels in SARibbonBar and execute the function pointer bool(SARibbonPanel*) * @param fp
src/SARibbonBar/SARibbonBar.cpp:3303
MethoditeratePanel
* \if ENGLISH * @brief This function will iterate through all panels under Category and execute the function pointer * @param fp Function pointer
src/SARibbonBar/SARibbonCategory.cpp:1136
MethodkeyPressEvent
* \if ENGLISH * @brief Handles key press events * @param ev The key event * @details Hides the widget when Escape key is pressed * \endif *
src/SARibbon.cpp:33485
MethodkeyPressEvent
* \if ENGLISH * @brief Handles key press events * @param ev The key event * @details Hides the widget when Escape key is pressed * \endif *
src/SARibbonBar/SARibbonApplicationWidget.cpp:119
MethodkeySelectors
tests/ThemeCoverageTest.cpp:51
MethodlabelPrefix
* \if ENGLISH * @brief Get prefix label * @return Prefix QLabel pointer * \endif * * \if CHINESE * @brief 获取前缀标签 * @return 前缀QLabel指针
src/SARibbon.cpp:11662
MethodlabelPrefix
* \if ENGLISH * @brief Get prefix label * @return Prefix QLabel pointer * \endif * * \if CHINESE * @brief 获取前缀标签 * @return 前缀QLabel指针
src/SARibbonBar/SARibbonLineWidgetContainer.cpp:108
MethodlabelSuffix
* \if ENGLISH * @brief Get suffix label * @return Suffix QLabel pointer * \endif * * \if CHINESE * @brief 获取后缀标签 * @return 后缀QLabel指针
src/SARibbon.cpp:11678
MethodlabelSuffix
* \if ENGLISH * @brief Get suffix label * @return Suffix QLabel pointer * \endif * * \if CHINESE * @brief 获取后缀标签 * @return 后缀QLabel指针
src/SARibbonBar/SARibbonLineWidgetContainer.cpp:124
MethodlargeButtonHeight
* @brief Gets the height of large buttons / 获取大按钮的高度 * @return The large button height / 大按钮高度 */
src/SARibbonBar/SARibbonPanelLayout.cpp:1565
MethodlargeIconSize
* @brief 大按钮的尺寸 * @return */
src/SARibbonBar/SARibbonToolButton.cpp:1802
MethodlargeIconSize
* \if ENGLISH * @brief Gets the large button icon size * @return Large icon size * \endif * * \if CHINESE * @brief 大按钮图标尺寸 * @return 大图标
src/SARibbonBar/SARibbonPanelLayout.cpp:1282
MethodlastAddActionButton
src/SARibbonBar/SARibbonPanel.cpp:93
MethodlastItem
* \if ENGLISH * @brief Gets the last item added to the layout * @return The last item, or nullptr if the layout is empty * \endif * * \if CH
src/SARibbon.cpp:14653
MethodlastItem
* \if ENGLISH * @brief Gets the last item added to the layout * @return The last item, or nullptr if the layout is empty * \endif * * \if CH
src/SARibbonBar/SARibbonPanelLayout.cpp:438
MethodlayoutTitleRect
* \if ENGLISH * @brief Layout the title rectangle * \endif * * \if CHINESE * @brief 布局标题栏矩形区域 * \endif */
src/SARibbon.cpp:28409
MethodlayoutTitleRect
* \if ENGLISH * @brief Layout the title rectangle * \endif * * \if CHINESE * @brief 布局标题栏矩形区域 * \endif */
src/SARibbonBar/SARibbonBarLayout.cpp:1240
MethodleaveEvent
src/SARibbon.cpp:10230
MethodleaveEvent
src/SARibbonBar/SARibbonToolButton.cpp:1483
MethodloadFromJson
* \if ENGLISH * @brief Load palette from a JSON byte array * @param[in] json Raw JSON data containing the palette definition * @return true if the
src/SARibbonBar/SARibbonThemePalette.cpp:92
Functionlog_out_put
* @brief 重定向qdebug的打印 * @param type * @param context * @param msg */
example/MdiAreaWindowExample/main.cpp:15
Functionlog_out_put
* @brief 重定向qdebug的打印 * @param type * @param context * @param msg */
example/MainWindowExample/main.cpp:15
Functionlog_out_put
* @brief 重定向qdebug的打印 * @param type * @param context * @param msg */
example/NormalMenuBarExample/main.cpp:15
Methodluminance
WCAG 2.0 relative luminance
tests/ThemeCoverageTest.cpp:61
Functionmain
example/ThemeDesignerExample/main.cpp:8
Functionmain
example/MatlabUI/main.cpp:7
Functionmain
example/MdiAreaWindowExample/main.cpp:46
Functionmain
example/MainWindowExample/main.cpp:46
Functionmain
example/uiform/main.cpp:5
Functionmain
example/WidgetWithRibbon/main.cpp:5
Functionmain
example/StaticExample/main.cpp:5
Functionmain
example/UseNativeFrameExample/main.cpp:7
Functionmain
example/NormalMenuBarExample/main.cpp:50
Functionmain
src/SARibbonBar/colorWidgets/tst/main.cpp:5
MethodmakeActionsApplied
* \if ENGLISH * @brief Make actions applied * \endif * * \if CHINESE * @brief 清除已应用的动作 * \endif */
src/SARibbon.cpp:31561
MethodmakeActionsApplied
* \if ENGLISH * @brief Make actions applied * \endif * * \if CHINESE * @brief 清除已应用的动作 * \endif */
src/SARibbonBar/SARibbonCustomizeWidget.cpp:1110
MethodmakeAddActionCustomizeData
* \if ENGLISH * @brief Add action * @param key Action index key * @param mgr Action manager * @param rp Define the action's row proportion *
src/SARibbon.cpp:29951
MethodmakeAddActionCustomizeData
* \if ENGLISH * @brief Add action * @param key Action index key * @param mgr Action manager * @param rp Define the action's row proportion *
src/SARibbonBar/SARibbonCustomizeData.cpp:383
MethodmakeAddCategoryCustomizeData
* \if ENGLISH * @brief Create an AddCategoryActionType SARibbonCustomizeData * @param title Category title * @param index Position to insert the
src/SARibbon.cpp:29887
MethodmakeAddCategoryCustomizeData
* \if ENGLISH * @brief Create an AddCategoryActionType SARibbonCustomizeData * @param title Category title * @param index Position to insert the
src/SARibbonBar/SARibbonCustomizeData.cpp:319
MethodmakeAddPanelCustomizeData
* \if ENGLISH * @brief Create an AddPanelActionType SARibbonCustomizeData * @param title Panel title * @param index Panel index * @param categ
src/SARibbon.cpp:29916
MethodmakeAddPanelCustomizeData
* \if ENGLISH * @brief Create an AddPanelActionType SARibbonCustomizeData * @param title Panel title * @param index Panel index * @param categ
src/SARibbonBar/SARibbonCustomizeData.cpp:348
MethodmakeChangeActionOrderCustomizeData
* \if ENGLISH * @brief Create a ChangeActionOrderActionType SARibbonCustomizeData * @param categoryobjName Object name of the category the panel b
src/SARibbon.cpp:30120
MethodmakeChangeActionOrderCustomizeData
* \if ENGLISH * @brief Create a ChangeActionOrderActionType SARibbonCustomizeData * @param categoryobjName Object name of the category the panel b
src/SARibbonBar/SARibbonCustomizeData.cpp:552
MethodmakeChangeCategoryOrderCustomizeData
* \if ENGLISH * @brief Create a ChangeCategoryOrderActionType SARibbonCustomizeData * @param categoryobjName Object name of the category to move
src/SARibbon.cpp:30048
MethodmakeChangeCategoryOrderCustomizeData
* \if ENGLISH * @brief Create a ChangeCategoryOrderActionType SARibbonCustomizeData * @param categoryobjName Object name of the category to move
src/SARibbonBar/SARibbonCustomizeData.cpp:480
MethodmakeChangePanelOrderCustomizeData
* \if ENGLISH * @brief Create a ChangePanelOrderActionType SARibbonCustomizeData * @param categoryobjName Object name of the category the panel be
src/SARibbon.cpp:30081
MethodmakeChangePanelOrderCustomizeData
* \if ENGLISH * @brief Create a ChangePanelOrderActionType SARibbonCustomizeData * @param categoryobjName Object name of the category the panel be
src/SARibbonBar/SARibbonCustomizeData.cpp:513
MethodmakeRandColor
src/SARibbonBar/colorWidgets/tst/Widget.cpp:57
MethodmakeRandomObjName
* \if ENGLISH * @brief Create a random ID in the format: pre_QDateTime::currentMSecsSinceEpoch * @param pre Prefix * @return Random object name
src/SARibbon.cpp:30979
MethodmakeRandomObjName
* \if ENGLISH * @brief Create a random ID in the format: pre_QDateTime::currentMSecsSinceEpoch * @param pre Prefix * @return Random object name
src/SARibbonBar/SARibbonCustomizeWidget.cpp:528
MethodmakeRemoveActionCustomizeData
* \if ENGLISH * @brief Create a RemoveActionActionType SARibbonCustomizeData * @param categoryobjName Object name of the category the panel belong
src/SARibbon.cpp:30218
MethodmakeRemoveActionCustomizeData
* \if ENGLISH * @brief Create a RemoveActionActionType SARibbonCustomizeData * @param categoryobjName Object name of the category the panel belong
src/SARibbonBar/SARibbonCustomizeData.cpp:650
MethodmakeRemoveCategoryCustomizeData
* \if ENGLISH * @brief Create a RemoveCategoryActionType SARibbonCustomizeData * @param categoryobjName Object name of the category to remove *
src/SARibbon.cpp:30154
MethodmakeRemoveCategoryCustomizeData
* \if ENGLISH * @brief Create a RemoveCategoryActionType SARibbonCustomizeData * @param categoryobjName Object name of the category to remove *
src/SARibbonBar/SARibbonCustomizeData.cpp:586
MethodmakeRemovePanelCustomizeData
* \if ENGLISH * @brief Create a RemovePanelActionType SARibbonCustomizeData * @param categoryobjName Object name of the category the panel belongs
src/SARibbon.cpp:30183
MethodmakeRemovePanelCustomizeData
* \if ENGLISH * @brief Create a RemovePanelActionType SARibbonCustomizeData * @param categoryobjName Object name of the category the panel belongs
src/SARibbonBar/SARibbonCustomizeData.cpp:615
MethodmakeRenameCategoryCustomizeData
* \if ENGLISH * @brief Create a RenameCategoryActionType SARibbonCustomizeData * @param newname New name for the category * @param categoryobjNa
src/SARibbon.cpp:29982
MethodmakeRenameCategoryCustomizeData
* \if ENGLISH * @brief Create a RenameCategoryActionType SARibbonCustomizeData * @param newname New name for the category * @param categoryobjNa
src/SARibbonBar/SARibbonCustomizeData.cpp:414
MethodmakeRenamePanelCustomizeData
* \if ENGLISH * @brief Create a RenamePanelActionType SARibbonCustomizeData * @param newname New name for the panel * @param categoryobjName Obj
src/SARibbon.cpp:30015
MethodmakeRenamePanelCustomizeData
* \if ENGLISH * @brief Create a RenamePanelActionType SARibbonCustomizeData * @param newname New name for the panel * @param categoryobjName Obj
src/SARibbonBar/SARibbonCustomizeData.cpp:447
MethodmakeVisibleCategoryCustomizeData
* \if ENGLISH * @brief Create a VisibleCategoryActionType SARibbonCustomizeData * @param categoryobjName Object name of the category * @param is
src/SARibbon.cpp:30252
MethodmakeVisibleCategoryCustomizeData
* \if ENGLISH * @brief Create a VisibleCategoryActionType SARibbonCustomizeData * @param categoryobjName Object name of the category * @param is
src/SARibbonBar/SARibbonCustomizeData.cpp:684
Methodmargins
* \if ENGLISH * @brief Get margins * @return Margins * \endif * * \if CHINESE * @brief 获取边距 * @return 边距 * \endif */
src/SARibbon.cpp:5334
Methodmargins
* \if ENGLISH * @brief Get margins * @return Margins * \endif * * \if CHINESE * @brief 获取边距 * @return 边距 * \endif */
src/SARibbonBar/colorWidgets/SAColorToolButton.cpp:566
MethodmaxButtonWidthHint
src/SARibbon.cpp:7827
MethodmaxButtonWidthHint
src/SARibbonBar/SARibbonSystemButtonBar.cpp:186
MethodmaximizeWindow
* \if ENGLISH * @brief Maximizes or restores the window * \endif * * \if CHINESE * @brief 最大化或还原窗口 * \endif */
src/SARibbon.cpp:8530
MethodmaximizeWindow
* \if ENGLISH * @brief Maximizes or restores the window * \endif * * \if CHINESE * @brief 最大化或还原窗口 * \endif */
src/SARibbonBar/SARibbonSystemButtonBar.cpp:889
MethodminButtonWidthHint
src/SARibbon.cpp:7833
MethodminButtonWidthHint
src/SARibbonBar/SARibbonSystemButtonBar.cpp:192
MethodminimizeWindow
* \if ENGLISH * @brief Minimizes the window * \endif * * \if CHINESE * @brief 最小化窗口 * \endif */
src/SARibbon.cpp:8514
MethodminimizeWindow
* \if ENGLISH * @brief Minimizes the window * \endif * * \if CHINESE * @brief 最小化窗口 * \endif */
src/SARibbonBar/SARibbonSystemButtonBar.cpp:873
MethodminimumModeAction
* \if ENGLISH * @brief Get hide ribbon corresponding action * @return QAction pointer for minimum mode * \endif * * \if CHINESE * @brief 隐
src/SARibbon.cpp:24752
MethodminimumModeAction
* \if ENGLISH * @brief Get hide ribbon corresponding action * @return QAction pointer for minimum mode * \endif * * \if CHINESE * @brief 隐
src/SARibbonBar/SARibbonBar.cpp:1561
MethodminimumModeMainBarHeight
* \if ENGLISH * @brief Height in minimum mode * @return Height * \endif * * \if CHINESE * @brief 最小模式下的高度 * @return 高度 * \endif */
src/SARibbon.cpp:26731
MethodminimumModeMainBarHeight
* \if ENGLISH * @brief Get main bar height in minimum mode * @return Main bar height in minimum mode * \endif * * \if CHINESE * @bri
src/SARibbon.cpp:27699
MethodminimumModeMainBarHeight
* \if ENGLISH * @brief Height in minimum mode * @return Height * \endif * * \if CHINESE * @brief 最小模式下的高度 * @return 高度 * \endif */
src/SARibbonBar/SARibbonBar.cpp:3540
MethodminimumModeMainBarHeight
* \if ENGLISH * @brief Get main bar height in minimum mode * @return Main bar height in minimum mode * \endif * * \if C
src/SARibbonBar/SARibbonBarLayout.cpp:530
MethodminimumModeMainBarHeight
* \if ENGLISH * @brief Get the main bar height in minimum mode * @return The main bar height in minimum mode * \endif * * \if CHINESE * @
src/SARibbonBar/SARibbonBarLayout.cpp:889
MethodminimumSize
* \if ENGLISH * @brief Gets the minimum size of the layout * @return The minimum size * \endif * * \if CHINESE * @brief 获取布局的最小尺寸 * @ret
src/SARibbonBar/SARibbonPanelLayout.cpp:378
MethodminimumSize
src/SARibbonBar/SARibbonCategoryLayout.cpp:303
← previousnext →1,401–1,500 of 2,356, ranked by callers