VAPOR3 3.9.4
|
A helper class for ErrorReporter that is neccessary because the Qt gui is in a separate thread. More...
#include <ErrorReporter.h>
Public Member Functions | |
ErrorReporterPopup (QWidget *parent, int id, bool fatal=false) | |
void | setLogText (std::string text) |
bool | isDead () const |
A helper class for ErrorReporter that is neccessary because the Qt gui is in a separate thread.
Definition at line 42 of file ErrorReporter.h.
ErrorReporterPopup::ErrorReporterPopup | ( | QWidget * | parent, |
int | id, | ||
bool | fatal = false |
||
) |
|
inline |
Definition at line 48 of file ErrorReporter.h.
void ErrorReporterPopup::setLogText | ( | std::string | text | ) |