libqalculate-0.9.8
|
A message with information to the user. Primarily used for errors and warnings. More...
#include <Calculator.h>
Public Member Functions | |
CalculatorMessage (string message_, MessageType type_=MESSAGE_WARNING) | |
CalculatorMessage (const CalculatorMessage &e) | |
string | message () const |
const char * | c_message () const |
MessageType | type () const |
bool | isExchangeRatesWarning () const |
Protected Attributes | |
string | smessage |
MessageType | mtype |
A message with information to the user. Primarily used for errors and warnings.