Loading...
Searching...
No Matches
Classes |
Public Member Functions |
Public Attributes |
Static Public Attributes |
Friends |
List of all members
JS::QmlSource Struct Reference
Classes | |
| struct | MemberSpec |
Public Member Functions | |
| QmlSource (const QmlSource &)=default | |
| QmlSource (QmlSource &&)=default | |
| QmlSource (const QString &execution, const QString &ui) | |
| QmlSource (const std::vector< QString > &vec) | |
| QmlSource & | operator= (const QmlSource &)=default |
| QmlSource & | operator= (QmlSource &&)=default |
Public Attributes | |
| QString | execution |
| QString | ui |
Static Public Attributes | |
| static const std::array< MemberSpec, 2 > | specification |
Friends | |
| bool | operator!= (const QmlSource &lhs, const std::vector< QString > &rhs) |
| bool | operator!= (const std::vector< QString > &rhs, const QmlSource &lhs) |
Member Data Documentation
◆ specification
|
inlinestatic |
Initial value:
{
MemberSpec{QObject::tr("Execution"), &QmlSource::execution, "QML"},
}
Definition JSProcessModel.hpp:47
The documentation for this struct was generated from the following file: