IBoolean |
[Missing <summary> documentation for "T:Altaxo.Gui.Common.BasicTypes.IBooleanValueController"]
public interface IBooleanValueController : IMVCAController, IMVCController, IDisposable, IApplyController
The IBooleanValueController type exposes the following members.
Name | Description | |
---|---|---|
DescriptionText | ||
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) |