Extending Qt Creator Manual
BaseTextDocument
Extending Qt Creator Manual 4.5.0
List of All Members for BaseTextDocument
This is the complete list of members for
Core::BaseTextDocument
, including inherited members.
enum
ChangeTrigger
enum
ChangeType
enum
OpenResult
typedef
ReadResult
enum
ReloadBehavior
enum
ReloadFlag
enum
ReloadSetting
BaseTextDocument
(QObject *)
~BaseTextDocument
()
aboutToReload
()
autoSave
(QString *, const QString &) : bool
changed
()
checkPermissions
()
codec
() const : const QTextCodec *
contents
() const : QByteArray
contentsChanged
()
decodingErrorSample
() const : QByteArray
displayName
() const : QString
fallbackSaveAsFileName
() const : QString
fallbackSaveAsPath
() const : QString
filePath
() const : const Utils::FileName &
filePathChanged
(const Utils::FileName &, const Utils::FileName &)
format
() const : Utils::TextFileFormat
hasDecodingError
() const : bool
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
read
(const QString &, QStringList *, QString *) : ReadResult
read
(const QString &, QString *, QString *) : ReadResult
reload
(QString *, ReloadFlag , ChangeType ) : bool
reloadBehavior
(ChangeTrigger , ChangeType ) const : ReloadBehavior
reloadFinished
(bool )
removeAutoSaveFile
()
save
(QString *, const QString &, bool ) : bool
setCodec
(
const QTextCodec *
)
setContents
(const QByteArray &) : bool
setFilePath
(const Utils::FileName &)
setId
(Id )
setMimeType
(const QString &)
setPreferredDisplayName
(const QString &)
setRestoredFrom
(const QString &)
setSupportsUtf8Bom
(bool )
setSuspendAllowed
(bool )
setTemporary
(bool )
setWriteWarning
(bool )
shouldAutoSave
() const : bool
supportsUtf8Bom
() const : bool
switchUtf8Bom
()
uniqueDisplayName
() const : QString
write
(const QString &, const QString &, QString *) const : bool
write
(const QString &, const Utils::TextFileFormat &, const QString &, QString *) const : bool