Uses of Interface
omix.plugin.ImageRenderer
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.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
-
Uses of ImageRenderer in omix.plugin
Methods in omix.plugin with parameters of type ImageRenderer Modifier and Type Method Description void
AbstractAccessManager. requestExportImageProcedure(String dialogtitle, QSizeF size, ImageRenderer exportImageProcedure)
This method allows a plug-in to ask for an image export procedure. -
Uses of ImageRenderer in omix.util.ui
Classes in omix.util.ui that implement ImageRenderer Modifier and Type Class Description class
GraphicsSceneRenderer
This class realizes anImageRenderer
that renders aQGraphicsScene
.