GEOS SDK TechDocs
|
|
|
1 Document Control Overview
The GEOS document control objects let the programmer ignore most of the details of opening, closing, and saving files. The programmer just specifies the characteristics the application will expect of its documents. The document control presents all dialog boxes and notices to the user, and it maintains the "Save," "Save As," "Open," "New," and "Revert" triggers in the File menu.
There are three parts to the document control: the GenDocumentControl object, which maintains the user interface; the GenDocuments, each of which manages a single document; and the GenDocumentGroup object, which creates and manages GenDocument objects as needed. These classes can all be subclassed to add functionality.
1 Document Control Overview
1.1 The Document Control Objects
1.2 Document Control Interaction
1.3 Document Control Models
2 Document Control Data Fields
2.1 GenDocumentControl Data
2.2 GenDocumentGroup Data
2.3 GenDocument Attributes
3 Basic DC Messages
3.1 Other Document Group Messages
3.2 From the Doc Control Objects
4 Advanced DC Usage
4.1 Document Protocols
4.2 Multiple Document Model
4.3 Working with DOS files
4.4 Special-Purpose Messages
4.5 Forcing Actions
4.6 Some Other Internal Messages
GEOS SDK TechDocs
|
|
|
1 Document Control Overview