Home

Download

Features

Screenshots

Handbook

Browse Source

Authors

SourceForge.net Logo
Hosted by SourceForge.net

OSI Certified


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages   Search  

Expression Class Reference

A simple class for holding a few parameters for an expression. More...

#include <expression.h>

Collaboration diagram for Expression:

Collaboration graph
[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)
FungParsergetParsedExpression (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: