|
enum | OperatorType { otPLUS,
otMINUS,
otMULT,
otDIV
} |
|
enum | State { sNOTPREPARED,
sPREPARED,
sPREPAREFAILED
} |
|
|
| NumericOperation (quint64 metaid, const Ilwis::OperationExpression &expr) |
|
NumericRange * | constructRangeFrom (const SPNumericRange &range1, const SPNumericRange &range2) const |
|
NumericRange * | constructRangeFrom (const SPNumericRange &range, double number) const |
|
void | mathoperator (const QString &oper) |
|
double | calc (double v1, double v2) const |
|
virtual State | prepare (ExecutionContext *ctx, const SymbolTable &symTable)=0 |
|
| Identity (const QString &name, qint64 id=i64UNDEF, const QString &cde=sUNDEF, const QString &descr=sUNDEF) |
|
void | prepare (quint64 base=0) |
|
void | setId (quint64 newid) |
|
The documentation for this class was generated from the following files: