Relax |
The RelaxISPlugin_Wizard type exposes the following members.
| Name | Description | |
|---|---|---|
| AddLogMessage(Exception) |
Advises RelaxIS to add information about the given exception to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin) | |
| AddLogMessage(String) |
Advises RelaxIS to add a new message to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin) | |
| AfterStartupInitialization |
Is called once after the plugin is initialized with all internal information during program start.
(Inherited from RelaxISPlugin) | |
| CompareTo |
Compares the plugin to another based on the SortIndex property
(Inherited from RelaxISPlugin) | |
| GetAdditionalInformation |
Provides additional information about this plugin, like e.g. the unit of a transfer function.
(Inherited from RelaxISPlugin) | |
| GetFurtherEvaluation | Called after the fitting is completed and is used to further evaluate the fitting results, for example to calculate further results (e.g. conductivity from a resistance) | |
| GetOptions | Get a list of wizard options to be set by the user, that are displayed in the wizard dialog before the RetrieveFitSetup method is called | |
| InternalSetProgramInstance |
Set the internal program instance to a new value.
(Inherited from RelaxISOnlyPlugin) | |
| InternalSetWCFInstance |
Set the internal wcf instance to a new value.
(Inherited from RelaxISOnlyPlugin) | |
| RetrieveFitSetup | Called after the user selected the options and should retrieve correct fitting initial values from the InputSpectrum | |
| ShouldDiscardPlugin |
Called once after the plugin is initialized and after AfterStartupInitialization and signals to RelaxIS if the plugin should be used or discarded.
(Inherited from RelaxISPlugin) |