17 static const inline QByteArray
ModuleName = QByteArrayLiteral(
"ModuleName");
20 static const inline QByteArray
Objects = QByteArrayLiteral(
"Objects");
27 static const inline QByteArray
ObjectTypeName = QByteArrayLiteral(
"TypeName");
33 static const inline QByteArray
ObjectFileName = QByteArrayLiteral(
"FileName");
The QmldirModelParamIds struct defines param IDs of a QT QML module (qmldir) model.
static const QByteArray ModuleName
defines an ID of the "module name" parameter, represented as iprm::INameParam
static const QByteArray ObjectVersionName
defines an ID of the "object version name" parameter, represented as iprm::INameParam
static const QByteArray ObjectFileName
defines an ID of the "object file name" parameter - is a relative file path, represented as iprm::INa...
static const QByteArray Objects
defines an ID of the "Objects" parameter, represented as ilst of parameters i.e. iprm::IParamsManager...
static const QByteArray ObjectIsSingleton
defines an ID of the "singleton" parameter, represented as ipem::IEnableableParam
static const QByteArray ObjectTypeName
defines an ID of the "type name" parameter, represented as iprm::INameParam