The QmldirModelParamIds struct defines param IDs of a QT QML module (qmldir) model.
More...
#include <imtsdlgenqml.h>
|
|
static const QByteArray | ModuleName = QByteArrayLiteral("ModuleName") |
| | defines an ID of the "module name" parameter, represented as iprm::INameParam
|
| |
|
static const QByteArray | Objects = QByteArrayLiteral("Objects") |
| | defines an ID of the "Objects" parameter, represented as ilst of parameters i.e. iprm::IParamsManager of iprm::IParamsSet
|
| |
|
static const QByteArray | ObjectIsSingleton = QByteArrayLiteral("IsSingleton") |
| | defines an ID of the "singleton" parameter, represented as ipem::IEnableableParam
|
| |
|
static const QByteArray | ObjectTypeName = QByteArrayLiteral("TypeName") |
| | defines an ID of the "type name" parameter, represented as iprm::INameParam
|
| |
|
static const QByteArray | ObjectVersionName = QByteArrayLiteral("VersionName") |
| | defines an ID of the "object version name" parameter, represented as iprm::INameParam
|
| |
|
static const QByteArray | ObjectFileName = QByteArrayLiteral("FileName") |
| | defines an ID of the "object file name" parameter - is a relative file path, represented as iprm::INameParam
|
| |
The QmldirModelParamIds struct defines param IDs of a QT QML module (qmldir) model.
Definition at line 12 of file imtsdlgenqml.h.