Extending Qt Creator Manual
QtCreator
IDocument
Extending Qt Creator Manual 14.0.0-beta2
List of All Members for IDocument
This is the complete list of members for
Core::IDocument
, including inherited members.
enum
ChangeTrigger
enum
ChangeType
enum class
OpenResult
enum
ReloadFlag
IDocument
(QObject *)
~IDocument
()
aboutToReload
()
aboutToSave
(const Utils::FilePath &, bool)
changed
()
checkPermissions
()
contents
() const : QByteArray
contentsChanged
()
displayName
() const : QString
fallbackSaveAsFileName
() const : QString
fallbackSaveAsPath
() const : Utils::FilePath
filePath
() const : const Utils::FilePath &
filePathChanged
(const Utils::FilePath &, const Utils::FilePath &)
formatContents
()
id
() const : Utils::Id
infoBar
() : Utils::InfoBar *
isFileReadOnly
() const : bool
isModified
() const : bool
isSaveAsAllowed
() const : bool
isSuspendAllowed
() const : bool
isTemporary
() const : bool
mimeType
() const : QString
mimeTypeChanged
()
open
(QString *, const Utils::FilePath &, const Utils::FilePath &) : OpenResult
preferredDisplayName
() const : QString
reload
(QString *, ReloadFlag, ChangeType) : bool
reloadBehavior
(ChangeTrigger, ChangeType) const : ReloadBehavior
reloadFinished
(bool)
save
(QString *, const Utils::FilePath &, bool) : bool
saveImpl
(QString *, const Utils::FilePath &, bool) : bool
saved
(const Utils::FilePath &, bool)
setContents
(const QByteArray &) : bool
setFilePath
(const Utils::FilePath &)
setId
(Utils::Id)
setMimeType
(const QString &)
setPreferredDisplayName
(const QString &)
setSuspendAllowed
(bool)
setTemporary
(bool)
shouldAutoSave
() const : bool