Fit |
public class FitElementController : IFitElementController, IMVCAController, IMVCController, IDisposable, IApplyController
The FitElementController type exposes the following members.
| Name | Description | |
|---|---|---|
| FitElementController | Initializes a new instance of the FitElementController class. |
| Name | Description | |
|---|---|---|
| FitFunctionSelected | Sets a value indicating whether a fit function is selected. | |
| Index | Gets or sets the index of the fit element. | |
| ModelObject | Gets the model (document) that this controller manages. | |
| ViewObject | Gets or sets the GUI element that shows the model to the user. |
| Name | Description | |
|---|---|---|
| Apply | Called when the user input has to be applied to the document being controlled. Returns if apply is successful. | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| EhView_ChooseErrorFunction | Handles selection of an error function. | |
| EhView_ChooseExternalParameter | Handles selection of an external parameter. | |
| EhView_ChooseFitFunction | Handles selection of the fit function. | |
| EhView_EditFitFunction | Handles editing of the fit function. | |
| EhView_SetupVariablesAndRange | Handles configuration of the fit-element variables and range. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Initialize | Initializes the controller and view state. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Revert | Try to revert changes to the model, i.e. restores the original state of the model. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| DeletionOfThisFitElementRequested | Occurs when the deletion of this fit element is requested by the user. | |
| FitFunctionSelectionChange | Occurs when the fit-function selection changes. |