Uses of Class
omix.plugin.util.PluginMenuItemType
Package | Description |
---|---|
omix.plugin |
The main package of the Omix Plugin Interface.
This package contains interfaces allowing to implement an ApplicationExtension and DocumentExtension plugin. |
omix.plugin.util |
This package contains utilities for Omix plugin development.
|
-
Uses of PluginMenuItemType in omix.plugin
Methods in omix.plugin with parameters of type PluginMenuItemType Modifier and Type Method Description void
AbstractAccessManager. addMenuItem(QAction action, PluginMenuItemType type)
Adds an action to the menubar of Omix according to thePluginMenuItemType
parameter. -
Uses of PluginMenuItemType in omix.plugin.util
Methods in omix.plugin.util that return PluginMenuItemType Modifier and Type Method Description static PluginMenuItemType
PluginMenuItemType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluginMenuItemType[]
PluginMenuItemType. values()
Returns an array containing the constants of this enum type, in the order they are declared.