Expression formatter.
More...
#include <ExpressionFormatter.h>
Expression formatter.
Definition at line 26 of file ExpressionFormatter.h.
◆ ExpressionFormatter()
ExpressionFormatter::ExpressionFormatter |
( |
QSharedPointer< ParameterFinder > | parameterFinder | ) |
|
Constructor.
- Parameters
-
[in] | parameterFinder | Parameter finder used to search the components parameters. |
◆ ~ExpressionFormatter()
ExpressionFormatter::~ExpressionFormatter |
( |
| ) |
|
◆ format()
static QString ExpressionFormatter::format |
( |
QString const & | expression, |
|
|
QSharedPointer< ExpressionParser > | parser ) |
|
static |
◆ formatReferringExpression()
QString ExpressionFormatter::formatReferringExpression |
( |
QString const & | expression | ) |
const |
Format an expression containing a reference to another parameter.
- Parameters
-
[in] | expression | The expression being worked on. |
- Returns
- Formatted expression.
The documentation for this class was generated from the following file: