QtAppBase::QADocumentController Class Reference
#include <QADocumentController.qt.h>
List of all members.
Constructor & Destructor Documentation
| QtAppBase::QADocumentController::QADocumentController |
( |
QObject * |
parent = NULL |
) |
|
|
Member Function Documentation
| void QtAppBase::QADocumentController::addDocumentTemplate |
( |
const QADocumentTemplate & |
docTemplate |
) |
|
|
| void QtAppBase::QADocumentController::closeAll |
( |
|
) |
|
|
| QAFiletype QtAppBase::QADocumentController::defaultType |
( |
|
) |
const |
|
| QADocumentTemplate QtAppBase::QADocumentController::documentTemplateForFile |
( |
const QString & |
filepath |
) |
const |
|
| QADocumentTemplate QtAppBase::QADocumentController::documentTemplateForFile |
( |
const QFileInfo & |
fileinfo |
) |
const |
|
| bool QtAppBase::QADocumentController::hasEditedDocuments |
( |
|
) |
|
|
| int QtAppBase::QADocumentController::maximumRecentDocumentCount |
( |
|
) |
|
|
| QADocument* QtAppBase::QADocumentController::newDocumentFromFile |
( |
QString &filepath |
const, |
|
|
QAFiletype &type |
const, |
|
|
QADocument::ReadWriteError * |
error = NULL |
|
) |
[protected] |
|
| QADocument* QtAppBase::QADocumentController::newDocumentFromFile |
( |
QFileInfo &fileinfo |
const, |
|
|
QAFiletype &type |
const, |
|
|
QADocument::ReadWriteError * |
error = NULL |
|
) |
[protected] |
|
| QADocument* QtAppBase::QADocumentController::newUntitledDocumentOfType |
( |
QAFiletype &type |
const, |
|
|
QADocument::ReadWriteError * |
error = NULL |
|
) |
[protected] |
|
| QADocument::ReadWriteError QtAppBase::QADocumentController::openDocumentWithPath |
( |
QString &filepath |
const |
) |
|
|
| QADocument::ReadWriteError QtAppBase::QADocumentController::openUntitledDocument |
( |
|
) |
|
|
| QFileInfoList QtAppBase::QADocumentController::recentDocuments |
( |
|
) |
|
|
| void QtAppBase::QADocumentController::setDefaultType |
( |
const QAFiletype & |
filetype |
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following file: