Extending Qt Creator Manual
DocumentModel
Extending Qt Creator Manual 4.7.0
List of All Members for DocumentModel
This is the complete list of members for
Debugger::Core::DocumentModel
, including inherited members.
class
Entry
destroy
()
documentForFilePath
(const Debugger::QString &) : Debugger::Core::IDocument *
editorsForDocument
(Debugger::Core::IDocument *) : QList<Debugger::Core::IEditor *>
editorsForDocuments
(const QList<Debugger::Core::IDocument *> &) : QList<Debugger::Core::IEditor *>
editorsForFilePath
(const Debugger::QString &) : QList<Debugger::Core::IEditor *>
editorsForOpenedDocuments
() : QList<Debugger::Core::IEditor *>
entries
() : QList<Debugger::Core::DocumentModel::Entry *>
entryAtRow
(int ) : Debugger::Core::DocumentModel::Entry *
entryCount
() : int
entryForDocument
(Debugger::Core::IDocument *) : Debugger::Core::DocumentModel::Entry *
entryForFilePath
(const Utils::FileName &) : Debugger::Core::DocumentModel::Entry *
indexOfDocument
(Debugger::Core::IDocument *) : Utils::optional<int>
indexOfFilePath
(const Utils::FileName &) : Utils::optional<int>
init
()
lockedIcon
() : Debugger::QIcon
model
() : Debugger::QAbstractItemModel *
openedDocuments
() : QList<Debugger::Core::IDocument *>
rowOfDocument
(Debugger::Core::IDocument *) : Utils::optional<int>