![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmltypesclassdescription_p.h>
Public Types | |
| enum | Origin { Unknown , OwnTypes , ForeignTypes } |
Public Member Functions | |
| FoundType ()=default | |
| FoundType (const MetaType &single, Origin origin) | |
| operator bool () const | |
| MetaType | select (const MetaType &category, QAnyStringView relation) const |
Public Attributes | |
| MetaType | native |
| MetaType | javaScript |
| Origin | nativeOrigin = Unknown |
| Origin | javaScriptOrigin = Unknown |
Definition at line 28 of file qqmltypesclassdescription_p.h.
| enum FoundType::Origin |
| Enumerator | |
|---|---|
| Unknown | |
| OwnTypes | |
| ForeignTypes | |
Definition at line 30 of file qqmltypesclassdescription_p.h.
|
default |
Referenced by QmlTypesClassDescription::collectRelated().
| FoundType::FoundType | ( | const MetaType & | single, |
| FoundType::Origin | origin ) |
Definition at line 42 of file qqmltypesclassdescription.cpp.
References javaScript, javaScriptOrigin, native, and nativeOrigin.
|
inline |
Definition at line 45 of file qqmltypesclassdescription_p.h.
References MetaType::isEmpty(), javaScript, and native.
| MetaType FoundType::select | ( | const MetaType & | category, |
| QAnyStringView | relation ) const |
Definition at line 53 of file qqmltypesclassdescription.cpp.
References MetaType::isEmpty(), javaScript, native, and warning().
| MetaType FoundType::javaScript |
Definition at line 40 of file qqmltypesclassdescription_p.h.
Referenced by FoundType(), operator bool(), and select().
Definition at line 43 of file qqmltypesclassdescription_p.h.
Referenced by FoundType().
| MetaType FoundType::native |
Definition at line 39 of file qqmltypesclassdescription_p.h.
Referenced by FoundType(), operator bool(), and select().
Definition at line 42 of file qqmltypesclassdescription_p.h.
Referenced by FoundType().