Uses of Class
omix.plugin.util.PluginToolbarItemType
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 PluginToolbarItemType in omix.plugin
Methods in omix.plugin with parameters of type PluginToolbarItemType Modifier and Type Method Description void
AbstractAccessManager. addToolBarAction(QAction action, PluginToolbarItemType type)
Adds an action to the plugin toolbar of Omix according to thePluginToolbarItemType
parameter. -
Uses of PluginToolbarItemType in omix.plugin.util
Methods in omix.plugin.util that return PluginToolbarItemType Modifier and Type Method Description static PluginToolbarItemType
PluginToolbarItemType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluginToolbarItemType[]
PluginToolbarItemType. values()
Returns an array containing the constants of this enum type, in the order they are declared.