Go to the documentation of this file.
11 #ifndef INFORMATION_HPP
12 #define INFORMATION_HPP
19 #include <QTextStream>
25 #define SETSTATUS(msg) \
27 QString __status_msg; \
29 QTextStream __status_msgstrm(&__status_msg); \
30 __status_msgstrm << msg; \
32 setStatus(__status_msg); \
36 #define DebugOut Information::out << __FILE__ << " " << __LINE__ << endl;
40 mgx_EXPORT
extern bool DEBUG;
44 mgx_EXPORT
extern QTextStream
out;
45 mgx_EXPORT
extern QTextStream
err;
47 mgx_EXPORT
void init(QMainWindow* wnd);
48 mgx_EXPORT
void setStatus(
const QString& text,
bool alsoPrint =
true);
Distributed matrix library.