Extending Qt Creator Manual
IDocument
Extending Qt Creator Manual 4.5.0
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::FileName &
filePathChanged
(const Utils::FileName &, const Utils::FileName &)
hasWriteWarning
() const : bool
id
() const : Id
infoBar
() : InfoBar *
isFileReadOnly
() const : bool
isModified
() const : bool
isSaveAsAllowed
() const : bool
isSuspendAllowed
() const : bool
isTemporary
() const : bool
mimeType
() const : QString
mimeTypeChanged
()
open
(QString *, const QString &, const QString &) : OpenResult
preferredDisplayName
() const : QString
reload
(QString *, ReloadFlag , ChangeType ) : bool
reloadBehavior
(ChangeTrigger , ChangeType ) const : ReloadBehavior
reloadFinished
(bool )
removeAutoSaveFile
()
save
(QString *, const QString &, bool ) : bool
setContents
(const QByteArray &) : bool
setFilePath
(const Utils::FileName &)
setId
(Id )
setMimeType
(const QString &)
setPreferredDisplayName
(const QString &)
setRestoredFrom
(const QString &)
setSuspendAllowed
(bool )
setTemporary
(bool )
setWriteWarning
(bool )
shouldAutoSave
() const : bool
uniqueDisplayName
() const : QString