![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Typedefs | |
| using | Token = QQmlJSGrammar::VariousConstants |
| using | Word = std::variant<Token, QLatin1StringView> |
| using | Phrase = QList<Word> |
Functions | |
| auto | stringView (const Word &word) -> QLatin1StringView |
| auto | toString (const Phrase &phrase) -> QString |
| auto | operator+ (const Word &word, const Phrase &phrase) -> Phrase |
| auto | operator+ (const Word &word1, const Word &word2) -> Phrase |
| auto | objectDeclaration (Phrase &&objectMember, QLatin1StringView objName) -> Phrase |
| constexpr auto | spellFor (Token token) -> QLatin1StringView |
| using Syntax::Phrase = QList<Word> |
Definition at line 163 of file qmlutils_p.h.
| using Syntax::Token = QQmlJSGrammar::VariousConstants |
Definition at line 127 of file qmlutils_p.h.
| using Syntax::Word = std::variant<Token, QLatin1StringView> |
Definition at line 160 of file qmlutils_p.h.
| auto Syntax::objectDeclaration | ( | Phrase && | objectMember = {}, |
| QLatin1StringView | objName = QLatin1StringView("QtObject") ) -> Phrase |
Definition at line 168 of file qmlutils.cpp.
Definition at line 158 of file qmlutils.cpp.
Definition at line 163 of file qmlutils.cpp.
|
constexpr |
Definition at line 129 of file qmlutils_p.h.
| auto Syntax::stringView | ( | const Word & | word | ) | -> QLatin1StringView |
Definition at line 142 of file qmlutils.cpp.
Definition at line 148 of file qmlutils.cpp.