Home · Overviews · Reference · Classes codeless banner

RuleVariables Class Reference

Expands rule command variables. More...

    #include <RuleVariables>

Public Functions


Detailed Description

Expands rule command variables.

This is used when evaluating rule commands.

    rule.commands="echo $$[INPUT]"

The supported variables are:

You can use the following modifiers:

Note that .ABS must appear at the end.


Member Function Documentation

RuleVariables::RuleVariables ( Rule * rule, RuleEngineThread * thread )

Construct a RuleVariables instance for rule. Set thread to the current thread.

bool RuleVariables::value ( const QString & name, QStringList & rv )   [virtual]

Fetch the variable name from the rule. The value is returned in rv. Returns true if successful, false otherwise.


Copyright © 2009 Trolltech
Qt Extended - QBuild Maintainer Guide