- All Superinterfaces:
TypeEditHandlerInterface.ObjectEditorInterface
- Enclosing interface:
- TypeEditHandlerInterface
public static interface TypeEditHandlerInterface.DialogEditorInterface extends TypeEditHandlerInterface.ObjectEditorInterface
The editor dialog is executed via
exec()
.
When this method returns 0
the TypeEditHandlerInterface.ObjectEditorInterface.getEditedValue()
is invoked to get the edited value.- Since:
- Omix 1.5.4
- Author:
- Dr. Peter Droste
- See Also:
TypeEditHandlerInterface.DialogEditorResponse.dialogEditor
-
Method Summary
Modifier and Type Method Description default void
disposeLater()
Causes the QDialog to purge memory.int
exec()
Executes the dialog.Methods inherited from interface omix.plugin.type.TypeEditHandlerInterface.ObjectEditorInterface
getEditedValue
-
Method Details
-
exec
int exec()Executes the dialog.- Returns:
- dialog code
-
disposeLater
default void disposeLater()Causes the QDialog to purge memory.- Since:
- Omix 1.9.0
-