![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Classes | |
| class | DocumentSymbolUtils::DomItem |
| A value type that references any element of the Dom. More... | |
Namespaces | |
| namespace | QLspSpecification |
| namespace | DocumentSymbolUtils |
Typedefs | |
| using | DocumentSymbolUtils::SymbolsList = QList<QLspSpecification::DocumentSymbol> |
| using | DocumentSymbolUtils::AssemblingFunction |
Functions | |
| SymbolsList | DocumentSymbolUtils::buildSymbolOrReturnChildren (const DomItem &item, SymbolsList &&children) |
| std::pair< QLspSpecification::Range, QLspSpecification::Range > | DocumentSymbolUtils::symbolRangesOf (const DomItem &item) |
| QByteArray | DocumentSymbolUtils::symbolNameOf (const DomItem &item) |
| QLspSpecification::SymbolKind | DocumentSymbolUtils::symbolKindOf (const DomItem &item) |
| std::optional< QByteArray > | DocumentSymbolUtils::tryGetDetailOf (const DomItem &item) |
| SymbolsList | DocumentSymbolUtils::assembleSymbolsForQmlFile (const DomItem &item, const AssemblingFunction af) |
| void | DocumentSymbolUtils::reorganizeForOutlineView (SymbolsList &qmlFileSymbols) |