|
|
Manages the loading, unloading and activation of DocTypes.
DocTypeManager ( QObject *obj, const char *name=0 )
| DocTypeManager |
~DocTypeManager ()
| ~DocTypeManager |
bool activate ( const QString &mime )
| activate |
bool activate ( const DocTypeInfo &info )
| activate |
const DocTypeInfo & infoForMimeType ( const QString &mime )
| infoForMimeType |
DocType * docType ( const QString &mime )
| docType |
DocType * docType ( const DocTypeInfo &info )
| docType |
void loadDocTypeInfo ()
| loadDocTypeInfo |
void add ( const DocTypeInfo &info )
| add |
[protected]
bool loadDocType ( const DocTypeInfo &info )
| loadDocType |
[protected]
bool unloadDocType ( const DocTypeInfo &info )
| unloadDocType |
[protected]
DocTypeMimeMap infoMap | infoMap |
[private]
DocTypeInfoMap loadedMap | loadedMap |
[private]
DocTypeInfo info | info |
[private]