IFit |
[Missing <summary> documentation for "T:Altaxo.Gui.Analysis.NonLinearFitting.IFitElementController"]
public interface IFitElementController : IMVCAController, IMVCController, IDisposable, IApplyController
The IFitElementController type exposes the following members.
Name | Description | |
---|---|---|
![]() | FitFunctionSelected | |
![]() | Index | |
![]() | ModelObject |
Returns the model (document) that this controller manages.
(Inherited from IMVCController) |
![]() | ViewObject |
Returns 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 true if Apply is successfull.
(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 |