24namespace MantidWidgets {
38 Message(QString text,
Priority priority = Priority::PRIO_NOTICE,
const QString &scriptPath =
"");
41 Message(
const std::string &text,
Priority priority = Priority::PRIO_NOTICE,
const QString &scriptPath =
"");
44 Message(
const char *text,
Priority priority = Priority::PRIO_NOTICE,
const QString &scriptPath =
"");
52 inline QString
text()
const {
return m_text; }
56 inline QString
scriptPath()
const {
return m_scriptPath; }
58 void setScriptPath(
const QString &scriptPath) { m_scriptPath = scriptPath; }
#define EXPORT_OPT_MANTIDQT_COMMON
Poco::Message::Priority Priority
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...