DocumentModel Class
(Debugger::Core::DocumentModel)Public Types
| class | Entry |
Static Public Members
| void | destroy() |
| Debugger::Core::IDocument * | documentForFilePath(const Debugger::QString &filePath) |
| QList<Debugger::Core::IEditor *> | editorsForDocument(Debugger::Core::IDocument *document) |
| QList<Debugger::Core::IEditor *> | editorsForDocuments(const QList<Debugger::Core::IDocument *> &entries) |
| QList<Debugger::Core::IEditor *> | editorsForFilePath(const Debugger::QString &filePath) |
| QList<Debugger::Core::IEditor *> | editorsForOpenedDocuments() |
| QList<Debugger::Core::DocumentModel::Entry *> | entries() |
| Debugger::Core::DocumentModel::Entry * | entryAtRow(int row) |
| int | entryCount() |
| Debugger::Core::DocumentModel::Entry * | entryForDocument(Debugger::Core::IDocument *document) |
| Debugger::Core::DocumentModel::Entry * | entryForFilePath(const Utils::FileName &filePath) |
| Utils::optional<int> | indexOfDocument(Debugger::Core::IDocument *document) |
| Utils::optional<int> | indexOfFilePath(const Utils::FileName &filePath) |
| void | init() |
| Debugger::QIcon | lockedIcon() |
| Debugger::QAbstractItemModel * | model() |
| QList<Debugger::Core::IDocument *> | openedDocuments() |
| Utils::optional<int> | rowOfDocument(Debugger::Core::IDocument *document) |