10using namespace Qt::Literals::StringLiterals;
15
16
17
18
19
20
21
24
25
26
27
28
29
30
33
34
35
36
37
38
39
40
41
42
48 if (m_enumNode && !registeredQmlName.isEmpty())
49 m_prefix = registeredQmlName;
50 return m_enumNode !=
nullptr;
Encapsulates information about native (C++) enum values.
bool resolve(const QString &path, const QString ®isteredQmlName)
Locates the node specified by path and sets it as the C++ enumeration associated with this property.
This class provides exclusive access to the qdoc database, which consists of a forrest of trees and a...
static QDocDatabase * qdocDB()
Creates the singleton.
The Node class is the base class for all the nodes in QDoc's parse tree.