![]() |
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 1796 of file qqmldomitem.cpp.
|
default |
|
default |
|
inlinestatic |
Definition at line 1802 of file qqmldomitem.cpp.
References QQmlJS::Dom::ErrorGroups::error(), isList, isMap, isPointer, and QQmlJS::Dom::DomItem::myResolveErrors().
|
inlinestatic |
Definition at line 1802 of file qqmldomitem.cpp.
| QString QQmlJS::Dom::CppTypeInfo::baseType |
Definition at line 1835 of file qqmldomitem.cpp.
| bool QQmlJS::Dom::CppTypeInfo::isList = false |
Definition at line 1838 of file qqmldomitem.cpp.
Referenced by fromString().
| bool QQmlJS::Dom::CppTypeInfo::isMap = false |
Definition at line 1837 of file qqmldomitem.cpp.
Referenced by fromString().
| bool QQmlJS::Dom::CppTypeInfo::isPointer = false |
Definition at line 1836 of file qqmldomitem.cpp.
Referenced by fromString().