|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iAguibase_export.h"Functions | |
| iAguibase_API void | addToMenuSorted (QMenu *menu, QAction *action) |
| Add a given action to a menu, such that the (previously sorted) menu stays alphabetically sorted. | |
| iAguibase_API QMenu * | getOrAddSubMenu (QMenu *parentMenu, QString const &title, bool addSeparator=false) |
| Search in the given menu for a menu with the given title; if it doesn't exist, add it (alphabetically sorted). | |
| iAguibase_API void addToMenuSorted | ( | QMenu * | menu, |
| QAction * | action | ||
| ) |
Add a given action to a menu, such that the (previously sorted) menu stays alphabetically sorted.
| iAguibase_API QMenu * getOrAddSubMenu | ( | QMenu * | parentMenu, |
| QString const & | title, | ||
| bool | addSeparator = false |
||
| ) |
Search in the given menu for a menu with the given title; if it doesn't exist, add it (alphabetically sorted).