Holds a list of Params More...
Header: | #include <ParamList> |
Inherits: |
bool | hasParam(const ParamTypeId & paramTypeId) const |
QVariant | paramValue(const ParamTypeId & paramTypeId) const |
bool | setParamValue(const ParamTypeId & paramTypeId, const QVariant & value) |
ParamList | operator<<(const Param & param) |
Holds a list of Params
See also Param.
Returns true if this ParamList contains a Param with the given paramTypeId.
Returns the value of the Param with the given paramTypeId.
See also setParamValue().
Returns true if the value of a Param with the given paramTypeId could be set to the given value.
See also paramValue().
Appends the given param to a ParamList.