![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
CppTypeInfo ()=default | |
CppTypeInfo ()=default |
Static Public Member Functions | |
static CppTypeInfo | fromString (QStringView target, const ErrorHandler &h=nullptr) |
static CppTypeInfo | fromString (QStringView target, const ErrorHandler &h=nullptr) |
Public Attributes | |
QString | baseType |
bool | isPointer = false |
bool | isMap = false |
bool | isList = false |
Definition at line 1794 of file qqmldomitem.cpp.
|
default |
|
default |
|
inlinestatic |
Definition at line 1800 of file qqmldomitem.cpp.
References QQmlJS::Dom::ErrorGroups::error(), isList, isMap, isPointer, and QQmlJS::Dom::DomItem::myResolveErrors().
|
inlinestatic |
Definition at line 1800 of file qqmldomitem.cpp.
QString QQmlJS::Dom::CppTypeInfo::baseType |
Definition at line 1833 of file qqmldomitem.cpp.
bool QQmlJS::Dom::CppTypeInfo::isList = false |
Definition at line 1836 of file qqmldomitem.cpp.
Referenced by fromString().
bool QQmlJS::Dom::CppTypeInfo::isMap = false |
Definition at line 1835 of file qqmldomitem.cpp.
Referenced by fromString().
bool QQmlJS::Dom::CppTypeInfo::isPointer = false |
Definition at line 1834 of file qqmldomitem.cpp.
Referenced by fromString().