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
43bool NativeEnum::resolve(
const QString &path,
const QString ®isteredQmlName)
48 if (m_enumNode && !registeredQmlName.isEmpty())
49 m_prefix = registeredQmlName;
50 return m_enumNode !=
nullptr;
Encapsulates information about native (C++) enum values.
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.