Holds the parameters of a Param. More...
Header: | #include <Param> |
Inherited By: |
Param(const ParamTypeId & paramTypeId = ParamTypeId(), const QVariant & value = QVariant()) | |
bool | isValid() const |
ParamTypeId | paramTypeId() const |
void | setValue(const QVariant & value) |
QVariant | value() const |
Holds the parameters of a Param.
See also Device, ParamType, and ParamDescriptor.
Constructs a Param with the given paramTypeId and value of the parameter.
Returns true if paramTypeId() and and value() of this Param are set.
Returns the paramTypeId of this Param.
Sets the value of this Param.
See also value().
Returns the value of this Param.
See also setValue().