VCF::DocumentInfo Class Reference
Contains the string infos characterizing a document class or a kind of document.
More...
#include <vcf/ApplicationKit/DocumentManager.h>
List of all members.
Detailed Description
Contains the string infos characterizing a document class or a kind of document.
- classID is the uuid identifying the document. It lets the VCF RTTI create our document, with no other informations or to get all the DocumentInfo associated to a document according to the map stored by the DocumentManager.
- className is the name for this class of documents.
- view is the uuid identifying the kind of view to be associated to this kind of document.
- window is the uuid identifying the kind of window to be associated to this kind of document.
- fileTypes is the list of allowed extension (separated by ';') for the files associated to this kind of document.
- mimetype is the mime type for this kind of document.
- description is just a generic description for this class of documents.
Member Data Documentation
The documentation for this class was generated from the following file: