- enum ChangeTrigger
- enum ChangeType
- IDocument(QObject *)
- enum class OpenResult
- enum ReloadFlag
- aboutToReload()
- changed()
- contentsChanged()
- deleteLater()
- destroyed(QObject *)
- filePathChanged(const Utils::FilePath &, const Utils::FilePath &)
- mimeTypeChanged()
- objectNameChanged(const QString &)
- reloadFinished(bool )
- ~IDocument()
- blockSignals(bool ) : bool
- childEvent(QChildEvent *)
- children() const : const QObjectList &
- connect(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType ) : QMetaObject::Connection
- connect(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType ) : QMetaObject::Connection
- connect(const QObject *, const char *, const char *, Qt::ConnectionType ) const : QMetaObject::Connection
- connect(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction , Qt::ConnectionType ) : QMetaObject::Connection
- connect(const QObject *, PointerToMemberFunction , Functor ) : QMetaObject::Connection
- connect(const QObject *, PointerToMemberFunction , const QObject *, Functor , Qt::ConnectionType ) : QMetaObject::Connection
- connectNotify(const QMetaMethod &)
- contents() const : QByteArray
- customEvent(QEvent *)
- disconnect(const QObject *, const char *, const QObject *, const char *) : bool
- disconnect(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &) : bool
- disconnect(const char *, const QObject *, const char *) const : bool
- disconnect(const QObject *, const char *) const : bool
- disconnect(const QMetaObject::Connection &) : 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 : QString
- filePath() const : const Utils::FilePath &
- findChild(const QString &, Qt::FindChildOptions ) const : T
- findChildren(const QString &, Qt::FindChildOptions ) const : QList<T>
- findChildren(const QRegularExpression &, Qt::FindChildOptions ) const : QList<T>
|
- id() const : Utils::Id
- infoBar() : Utils::InfoBar *
- inherits(const char *) const : bool
- installEventFilter(QObject *)
- isFileReadOnly() const : bool
- isModified() const : bool
- isSaveAsAllowed() const : bool
- isSignalConnected(const QMetaMethod &) const : bool
- isSuspendAllowed() const : bool
- isTemporary() const : bool
- isWidgetType() const : bool
- isWindowType() const : bool
- killTimer(int )
- metaObject() const : const QMetaObject *
- mimeType() const : QString
- moveToThread(QThread *)
- objectName() const : QString
- open(QString *, const QString &, const QString &) : Core::IDocument::OpenResult
- parent() const : QObject *
- preferredDisplayName() const : QString
- property(const char *) const : QVariant
- receivers(const char *) const : int
- reload(QString *, Core::IDocument::ReloadFlag , Core::IDocument::ChangeType ) : bool
- reloadBehavior(Core::IDocument::ChangeTrigger , Core::IDocument::ChangeType ) const : Core::IDocument::ReloadBehavior
- removeEventFilter(QObject *)
- save(QString *, const QString &, bool ) : bool
- sender() const : QObject *
- senderSignalIndex() const : int
- setContents(const QByteArray &) : bool
- setFilePath(const Utils::FilePath &)
- setId(Utils::Id )
- setMimeType(const QString &)
- setObjectName(const QString &)
- setParent(QObject *)
- setPreferredDisplayName(const QString &)
- setProperty(const char *, const QVariant &) : bool
- setSuspendAllowed(bool )
- setTemporary(bool )
- shouldAutoSave() const : bool
- signalsBlocked() const : bool
- startTimer(int , Qt::TimerType ) : int
- startTimer(std::chrono::milliseconds , Qt::TimerType ) : int
- staticMetaObject :
- thread() const : QThread *
- timerEvent(QTimerEvent *)
- tr(const char *, const char *, int ) : QString
|