IFit |
public interface IFitElementController : IMVCAController, IMVCController, IDisposable, IApplyController
The IFitElementController type exposes the following members.
| 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.
(Inherited from IMVCController) | |
| ViewObject |
Gets or sets the GUI element that shows the model to the user.
(Inherited from IMVCController) |
| Name | Description | |
|---|---|---|
| Apply |
Called when the user input has to be applied to the document being controlled. Returns if apply is successful.
(Inherited from IApplyController) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
| Revert |
Try to revert changes to the model, i.e. restores the original state of the model.
(Inherited from IApplyController) |
| Name | Description | |
|---|---|---|
| DeletionOfThisFitElementRequested | Occurs when the deletion of this fit element is requested by the user. | |
| FitFunctionSelectionChange | Occurs when the fit-function selection changes. |