void initialize()
This method is used to create functions that are specific to cubes. 
 
Converter for math equations. 
 
InfixOperator * findOperator(QString representation)
This method will return a pointer to the operator represented by 'representation. ...
 
Converter for math equations. 
 
CubeInfixToPostfix()
Constructs a CubeInfixToPostfix converter. 
 
bool isKnownSymbol(QString representation)
This method will return true if it believes the argument represents a valid function or operator...