|
QWidget * | renderTypeInt (const ito::Param ¶m, int virtualIndex, QWidget *parent=nullptr) |
|
QWidget * | renderTypeChar (const ito::Param ¶m, int virtualIndex, QWidget *parent=nullptr) |
|
QWidget * | renderTypeDouble (const ito::Param ¶m, int virtualIndex, QWidget *parent=nullptr) |
|
QWidget * | renderTypeString (const ito::Param ¶m, int virtualIndex, QWidget *parent=nullptr) |
|
QWidget * | renderTypeHWRef (const ito::Param ¶m, int virtualIndex, QWidget *parent=nullptr) |
|
QWidget * | renderTypeGenericArray (const ito::Param ¶m, const int virtualIndex, QWidget *parent, int paramType) |
|
QString | getTypeGenericArrayPreview (const ito::Param ¶m) const |
|
QString | arrayTypeObjectName (int paramType, int index) const |
|
ito::RetVal | getIntValue (ito::ParamBase ¶m, const ito::Param &orgParam, QWidget *contentWidget, void *internalData, bool mandatory) |
|
ito::RetVal | getCharValue (ito::ParamBase ¶m, const ito::Param &orgParam, QWidget *contentWidget, void *internalData, bool mandatory) |
|
ito::RetVal | getDoubleValue (ito::ParamBase ¶m, const ito::Param &orgParam, QWidget *contentWidget, void *internalData, bool mandatory) |
|
ito::RetVal | getStringValue (ito::ParamBase ¶m, const ito::Param &orgParam, QWidget *contentWidget, void *internalData, bool mandatory) |
|
ito::RetVal | getHWValue (ito::ParamBase ¶m, const ito::Param &orgParam, QWidget *contentWidget, void *internalData, bool mandatory) |
|