Имя |
Описание |
Document |
An abstract base class for all types of document that can be created, loaded, modified and saved by the SDIForm methods. Extend this class to add properties and methods appropriate for your particular type of document or data. |
DocumentManager |
A base class to manage the lifecycle of a Document by creating new, empty documents, Opening existing documents, tracking the modification state of documents and Saving documents. Extend this class to implement methods to handle specific document types. |
DocumentType |
Encapsulates the name of a type of document and it's default extension. Used in File Open/Save dialogs and to provide the default filename for New documents. |
SDIForm |
Description of SDIForm. |
TextDocument |
Description of TextDocument. |
TextDocumentManager |
A Document Manager for Text Documents. |