Base |
The BaseImageProcessingElement type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearSettingView | Cleans up the setting view of an image processing element when its settings dialog is closed. | |
| Dispose | (Inherited from BasePlugin) | |
| Dispose(Boolean) | (Inherited from BasePlugin) | |
| DisposeUI | (Overrides BasePluginDisposeUI(PluginSettingsView)) | |
| DoDisposeUI | (Inherited from BasePlugin) | |
| DoExecute | Does the native execution of an object; i. e. the execution is done directly and not triggered by the image processing object; no thread is started. | |
| DoShowUI |
Shows the specific UI embedded in the plug-in instance. The content will be wrapped by a preset view.
(Inherited from BasePlugin) | |
| DoShowUICallback |
Invokes the callback that can be used when the DoShowUI method is done.
(Inherited from BasePlugin) | |
| EnDisableTimeout | Enables and disables the timeout feature in this image processing element if available. | |
| Execute | Does the image processing. Method is used as delegate method for ImageProcessing.ExecuteImgProcElWithTimeout() and may be started in an own thread to allow aborting in case of a timeout. | |
| GetSettingsFromView | Retrieves possibly changed data from an image processing job element's Settings dialog. | |
| Initialize |
Plug-in specific initialization can be done here if necessary.
(Inherited from BasePlugin) | |
| LimitInputValues | Checks all input values on exceeding ranges. If any range is exceeded, the value is set to the min. or max. allowed value. | |
| RestoreInputData | When the Cancel button of an image processing job element's settings dialog is pressed, all values are restored to the values when the dialog has been opened. | |
| SaveInputData | When opening a dialog the current values are saved to be restored, when the Cancel button is pressed. | |
| ShowUI | (Overrides BasePluginShowUI(String)) | |
| ShowUICallback | (Overrides BasePluginShowUICallback(PluginSettingsView)) | |
| ShowUICancelCallback | (Overrides BasePluginShowUICancelCallback(PluginSettingsView)) | |
| ToString |
Returns a string representation in the form "shortLabel (NameInGui)".
(Overrides BasePluginToString) |