Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members Related Pages Search
Expression Class ReferenceA simple class for holding a few parameters for an expression.
More...
#include <expression.h>
Collaboration diagram for Expression:
[legend]List of all members.
|
Public Methods |
| Expression () |
| Expression (const Expression &) |
| Expression (const char *expression1, bool show=true, QColor color=QColor()) |
| Expression (const char *expression1, const char *expression2, bool show, QColor color) |
| ~Expression () |
std::string | getExpression (const char *functionName) const |
void | setParsedExpression (FungParser *fp, const char *functionName) |
FungParser * | getParsedExpression (const char *functionName) const |
Public Attributes |
bool | show |
QColor | color |
Detailed Description
A simple class for holding a few parameters for an expression.
- Author:
-
Fungmeista
- Todo:
-
Limpíame!
Definition at line 37 of file expression.h. The documentation for this class was generated from the following files:
|