Uses of Interface
omix.plugin.util.Settings
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.data | |
omix.plugin.io.util |
This package contains utilities for file input output operations.
|
omix.plugin.type.util |
This package contains utility interfaces for type management.
|
omix.plugin.ui |
This package contains GUI elements and utilities for plugin development.
|
omix.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
-
Uses of Settings in omix.plugin
Methods in omix.plugin that return Settings Modifier and Type Method Description Settings
AbstractAccessManager. settings()
Omix settings. -
Uses of Settings in omix.plugin.data
Methods in omix.plugin.data that return Settings Modifier and Type Method Description Settings
DataInputUtilities. settings()
Returns the settings manager allowing to store any kind of properties or plugin settings for the next session.Settings
DataOutputUtilities. settings()
Returns the settings manager allowing to store any kind of properties or plugin settings for the next session. -
Uses of Settings in omix.plugin.io.util
Methods in omix.plugin.io.util that return Settings Modifier and Type Method Description Settings
InputUtilities. settings()
Returns the settings manager allowing to store any kind of properties or plugin settings for the next session.Settings
OutputUtilities. settings()
Returns the settings manager allowing to store any kind of properties or plugin settings for the next session. -
Uses of Settings in omix.plugin.type.util
-
Uses of Settings in omix.plugin.ui
Methods in omix.plugin.ui with parameters of type Settings Modifier and Type Method Description T
ConfigWidgetFactory. newConfigWidget(QWidget parent, Settings settings)
This method is called by the Plugin Manager every time the configuration dialog is opened. -
Uses of Settings in omix.util.ui
Methods in omix.util.ui that return Settings Modifier and Type Method Description protected Settings
AbstractConfigWidget. settings()
protected access to the settings fileConstructors in omix.util.ui with parameters of type Settings Constructor Description AbstractConfigWidget(QWidget parent, Settings settings)
Sets the parent widget and the settings variable of the config widget.AbstractConfigWidget(Settings settings)
Same as AbstractConfigWidget(null, settings)