Font |
The FontXController type exposes the following members.
Name | Description | |
---|---|---|
_doc | The document to edit. If _useDocumentCopy is true, this is a copy of the original document; otherwise, it is the original document itself. (Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) | |
_originalDoc | The original document. If _useDocumentCopy is false, it maybe has been edited by this controller. (Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) | |
_setModelInParentModel |
If not null, this action is invoked during the apply stage to set the model of this controller in the parent object.
(Inherited from MVCANDControllerEditImmutableDocBaseTModel, TView) | |
_suppressDirtyEvent |
Used to suppress the MadeDirty event of this controller.
(Inherited from MVCANDControllerEditImmutableDocBaseTModel, TView) | |
_useDocumentCopy | If true, a copy of the document is made before editing; this copy can later be used to revert the state of the document to the original state. (Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) | |
_view | The Gui view of this controller (Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) |