Extending Qt Creator Manual
IDocument
Extending Qt Creator Manual 4.12.3
List of All Members for IDocument
This is the complete list of members for
Core::IDocument
, including inherited members.
enum
ChangeTrigger
enum
ChangeType
enum
OpenResult
enum
ReloadBehavior
enum
ReloadFlag
enum
ReloadSetting
IDocument
(QObject *)
~IDocument
()
aboutToReload
()
autoSave
(QString *, const QString &) : bool
changed
()
checkPermissions
()
contents
() const : QByteArray
contentsChanged
()
displayName
() const : QString
fallbackSaveAsFileName
() const : QString
fallbackSaveAsPath
() const : QString
filePath
() const : const Utils::FilePath &
filePathChanged
(const Utils::FilePath &, const Utils::FilePath &)
hasWriteWarning
() const : bool
id
() const : Core::Id
infoBar
() : Core::InfoBar *
isFileReadOnly
() const : bool
isModified
() const : bool
isSaveAsAllowed
() const : bool
isSuspendAllowed
() const : bool
isTemporary
() const : bool
metaObject
() const : const QMetaObject *
mimeType
() const : QString
mimeTypeChanged
()
open
(QString *, const QString &, const QString &) : Core::IDocument::OpenResult
preferredDisplayName
() const : QString
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
reload
(QString *, Core::IDocument::ReloadFlag , Core::IDocument::ChangeType ) : bool
reloadBehavior
(Core::IDocument::ChangeTrigger , Core::IDocument::ChangeType ) const : Core::IDocument::ReloadBehavior
reloadFinished
(bool )
removeAutoSaveFile
()
save
(QString *, const QString &, bool ) : bool
setContents
(const QByteArray &) : bool
setFilePath
(const Utils::FilePath &)
setId
(Core::Id )
setMimeType
(const QString &)
setPreferredDisplayName
(const QString &)
setRestoredFrom
(const QString &)
setSuspendAllowed
(bool )
setTemporary
(bool )
setWriteWarning
(bool )
shouldAutoSave
() const : bool
staticMetaObject
: const QMetaObject
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
uniqueDisplayName
() const : QString