Holds a list of RuleActionParams More...
Header: | #include <RuleActionParamList> |
Inherits: |
bool | hasParam(const ParamTypeId & ruleActionParamTypeId) const |
bool | hasParam(const QString & ruleActionParamName) const |
QVariant | paramValue(const ParamTypeId & ruleActionParamTypeId) const |
bool | setParamValue(const ParamTypeId & ruleActionParamTypeId, const QVariant & value) |
RuleActionParamList | operator<<(const RuleActionParam & ruleActionParam) |
Holds a list of RuleActionParams
See also RuleActionParam and RuleAction.
Returns true if this RuleActionParamList contains a RuleActionParam with the given ruleActionParamTypeId.
Returns true if this RuleActionParamList contains a RuleActionParam with the given ruleActionParamName.
Returns the value of the RuleActionParam with the given ruleActionParamTypeId.
See also setParamValue().
Returns true if the value of the RuleActionParam with the given ruleActionParamTypeId could be set successfully.
See also paramValue().
Appends the given ruleActionParam to a RuleActionParamList.