Implementation of a Document Class

A document class is derived from the IlvDvDocument class.

The document is the user data. The document class loads and saves data and also provides accessors that are used by document views to modify data.

Note

The user data is similar to the Model View Controller (MVC) approach.

Application Framework provides document classes that manage specific data, such as Views managers, text buffers, or projects, as shown in the following inheritance tree: