Extending Qt Creator Manual
BaseTextDocument
Extending Qt Creator Manual 4.3.1
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
blockSignals
(bool )
changed
()
checkPermissions
()
childEvent
(QChildEvent *)
children
() const
codec
() const : const QTextCodec *
connect
(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType )
connect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType )
connect
(const QObject *, const char *, const char *, Qt::ConnectionType ) const
connect
(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction , Qt::ConnectionType )
connect
(const QObject *, PointerToMemberFunction , Functor )
connect
(const QObject *, PointerToMemberFunction , const QObject *, Functor , Qt::ConnectionType )
connectNotify
(const QMetaMethod &)
contents
() const : QByteArray
contentsChanged
()
customEvent
(QEvent *)
d_ptr
:
decodingErrorSample
() const : QByteArray
deleteLater
()
destroyed
(QObject *)
disconnect
(const QObject *, const char *, const QObject *, const char *)
disconnect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &)
disconnect
(const QMetaObject::Connection &)
disconnect
(const char *, const QObject *, const char *) const
disconnect
(const QObject *, const char *) const
disconnect
(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction )
disconnectNotify
(const QMetaMethod &)
displayName
() const : QString
dumpObjectInfo
() const
dumpObjectTree
() const
dynamicPropertyNames
() const
event
(QEvent *)
eventFilter
(QObject *, QEvent *)
fallbackSaveAsFileName
() const : QString
fallbackSaveAsPath
() const : QString
filePath
() const : const Utils::FileName &
filePathChanged
(const Utils::FileName &, const Utils::FileName &)
findChild
(const QString &, Qt::FindChildOptions ) const
findChildren
(const QString &, Qt::FindChildOptions ) const
findChildren
(const QRegExp &, Qt::FindChildOptions ) const
findChildren
(const QRegularExpression &, Qt::FindChildOptions ) const
format
() const : Utils::TextFileFormat
hasDecodingError
() const : bool
hasWriteWarning
() const : bool
id
() const : Id
infoBar
() : InfoBar *
inherits
(const char *) const
installEventFilter
(QObject *)
isFileReadOnly
() const : bool
isModified
() const : bool
isSaveAsAllowed
() const : bool
isSignalConnected
(const QMetaMethod &) const
isSuspendAllowed
() const : bool
isTemporary
() const : bool
isWidgetType
() const
isWindowType
() const
killTimer
(int )
metaObject
() const
mimeType
() const : QString
mimeTypeChanged
()
moveToThread
(QThread *)
objectName
() const
objectNameChanged
(const QString &)
open
(QString *, const QString &, const QString &) : OpenResult
parent
() const
preferredDisplayName
() const : QString
property
(const char *) const
read
(const QString &, QStringList *, QString *) : ReadResult
read
(const QString &, QString *, QString *) : ReadResult
receivers
(const char *) const
reload
(QString *, ReloadFlag , ChangeType ) : bool
reloadBehavior
(ChangeTrigger , ChangeType ) const : ReloadBehavior
reloadFinished
(bool )
removeAutoSaveFile
()
removeEventFilter
(QObject *)
save
(QString *, const QString &, bool ) : bool
sender
() const
senderSignalIndex
() const
setCodec
(
const QTextCodec *
)
setContents
(const QByteArray &) : bool
setFilePath
(const Utils::FileName &)
setId
(Id )
setMimeType
(const QString &)
setObjectName
(const QString &)
setParent
(QObject *)
setPreferredDisplayName
(const QString &)
setProperty
(const char *, const QVariant &)
setRestoredFrom
(const QString &)
setSupportsUtf8Bom
(bool )
setSuspendAllowed
(bool )
setTemporary
(bool )
setWriteWarning
(bool )
shouldAutoSave
() const : bool
signalsBlocked
() const
startTimer
(int , Qt::TimerType )
startTimer
(std::chrono::milliseconds , Qt::TimerType )
staticMetaObject
:
staticQtMetaObject
:
supportsUtf8Bom
() const : bool
switchUtf8Bom
()
thread
() const
timerEvent
(QTimerEvent *)
tr
(const char *, const char *, int )
uniqueDisplayName
() const : QString
write
(const QString &, const QString &, QString *) const : bool
write
(const QString &, const Utils::TextFileFormat &, const QString &, QString *) const : bool