Extending Qt Creator Manual
QtCreator
IDocument
Extending Qt Creator Manual 16.0.1
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)
bindableObjectName
() : QBindable<QString>
blockSignals
(bool) : bool
changed
()
checkPermissions
()
childEvent
(QChildEvent *)
children
() const : const QObjectList &
connect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType) : QMetaObject::Connection
connect
(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType) : QMetaObject::Connection
connect
(const QObject *, PointerToMemberFunction, Functor) : QMetaObject::Connection
connect
(const QObject *, const char *, const char *, Qt::ConnectionType) const : QMetaObject::Connection
connect
(const QObject *, PointerToMemberFunction, const QObject *, Functor, Qt::ConnectionType) : QMetaObject::Connection
connect
(const QObject *, PointerToMemberFunction, const QObject *, PointerToMemberFunction, Qt::ConnectionType) : QMetaObject::Connection
connectNotify
(const QMetaMethod &)
contents
() const : QByteArray
contentsChanged
()
customEvent
(QEvent *)
deleteLater
()
destroyed
(QObject *)
disconnect
(const QMetaObject::Connection &) : bool
disconnect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &) : bool
disconnect
(const QObject *, const char *, const QObject *, const char *) : bool
disconnect
(const QObject *, const char *) const : bool
disconnect
(const char *, const QObject *, const char *) const : bool
disconnect
(const QObject *, PointerToMemberFunction, const QObject *, PointerToMemberFunction) : bool
disconnectNotify
(const QMetaMethod &)
displayName
() const : QString
dumpObjectInfo
() const
dumpObjectTree
() const
dynamicPropertyNames
() const : QList<QByteArray>
event
(QEvent *) : bool
eventFilter
(QObject *, QEvent *) : bool
fallbackSaveAsFileName
() const : QString
fallbackSaveAsPath
() const : Utils::FilePath
filePath
() const : const Utils::FilePath &
filePathChanged
(const Utils::FilePath &, const Utils::FilePath &)
findChild
(QAnyStringView, Qt::FindChildOptions) const : T
findChild
(Qt::FindChildOptions) const : T
findChildren
(QAnyStringView, Qt::FindChildOptions) const : QList<T>
findChildren
(Qt::FindChildOptions) const : QList<T>
findChildren
(const QRegularExpression &, Qt::FindChildOptions) const : QList<T>
formatContents
()
id
() const : Utils::Id
infoBar
() : Utils::InfoBar *
inherits
(const char *) const : bool
installEventFilter
(QObject *)
isFileReadOnly
() const : bool
isModified
() const : bool
isQuickItemType
() const : bool
isSaveAsAllowed
() const : bool
isSignalConnected
(const QMetaMethod &) const : bool
isSuspendAllowed
() const : bool
isTemporary
() const : bool
isWidgetType
() const : bool
isWindowType
() const : bool
killTimer
(int)
killTimer
(Qt::TimerId)
metaObject
() const : const QMetaObject *
mimeType
() const : QString
mimeTypeChanged
()
moveToThread
(QThread *) : bool
objectName
() const : QString
objectNameChanged
(const QString &)
open
(QString *, const Utils::FilePath &, const Utils::FilePath &) : Core::IDocument::OpenResult
parent
() const : QObject *
preferredDisplayName
() const : QString
property
(const char *) const : QVariant
receivers
(const char *) const : int
reload
(Core::IDocument::ReloadFlag, Core::IDocument::ChangeType) : Utils::Result
reloadBehavior
(Core::IDocument::ChangeTrigger, Core::IDocument::ChangeType) const : Core::IDocument::ReloadBehavior
reloadFinished
(bool)
removeEventFilter
(QObject *)
save
(const Utils::FilePath &, bool) : Utils::Result
saveImpl
(const Utils::FilePath &, bool) : Utils::Result
saved
(const Utils::FilePath &, bool)
sender
() const : QObject *
senderSignalIndex
() const : int
setContents
(const QByteArray &) : bool
setFilePath
(const Utils::FilePath &)
setId
(Utils::Id)
setMimeType
(const QString &)
setObjectName
(const QString &)
setObjectName
(QAnyStringView)
setParent
(QObject *)
setPreferredDisplayName
(const QString &)
setProperty
(const char *, const QVariant &) : bool
setProperty
(const char *, QVariant &&) : bool
setSuspendAllowed
(bool)
setTemporary
(bool)
shouldAutoSave
() const : bool
signalsBlocked
() const : bool
startTimer
(int, Qt::TimerType) : int
startTimer
(std::chrono::nanoseconds, Qt::TimerType) : int
staticMetaObject
:
thread
() const : QThread *
timerEvent
(QTimerEvent *)
tr
(const char *, const char *, int) : QString