#include "qOperators.h"Functions | |
| QdObject_var | QdAdd (QString &rqstrErrorMsg, QdObject_var qdOperand1, QdObject_var qdOperand2) |
| Function that adds two QdObject. This function will be called from the calculator when add operator has been selected. This function is used as function pointer. | |
| QdObject_var QdAdd | ( | QString & | rqstrErrorMsg, | |
| QdObject_var | qdOperand1, | |||
| QdObject_var | qdOperand2 | |||
| ) |
Function that adds two QdObject. This function will be called from the calculator when
add operator has been selected. This function is used as function pointer.
| rqstrErrorMsg | of QString type. Any error or warning message will be returned in this output parameter | |
| qdOperand1 | of QdObject_var type. The first operand of the operation | |
| qdOperand2 | of QdObject_var type. The second operand of the operation |
| None. | Any exception thrown at this level will be caught and the exception text will be returned |
1.5.7