The QtResourceModelParamIds struct defines param IDs of a QT resource's (QRC) model.
More...
#include <imtsdl.h>
|
|
static const QByteArray | PrefixName = QByteArrayLiteral("Name") |
| | defines an ID of the "prefix name" parameter, represented as iprm::INameParam
|
| |
|
static const QByteArray | QrcObjects = QByteArrayLiteral("Objects") |
| | defines an ID of the "Objects" parameter, represented as ilst of parameters i.e. iprm::IParamsManager of iprm::IParamsSet
|
| |
|
static const QByteArray | QrcAlias = QByteArrayLiteral("Alias") |
| | defines an ID of the "QRC object alias" parameter, represented as iprm::INameParam
|
| |
|
static const QByteArray | QrcFileName = QByteArrayLiteral("FileName") |
| | defines an ID of the "QRC object name" parameter - is a relative file path, represented as iprm::INameParam
|
| |
The QtResourceModelParamIds struct defines param IDs of a QT resource's (QRC) model.
Definition at line 93 of file imtsdl.h.