VAPOR3 3.9.4
Public Member Functions | List of all members
ErrorReporterPopup Class Reference

A helper class for ErrorReporter that is neccessary because the Qt gui is in a separate thread. More...

#include <ErrorReporter.h>

Inheritance diagram for ErrorReporterPopup:

Public Member Functions

 ErrorReporterPopup (QWidget *parent, int id, bool fatal=false)
 
void setLogText (std::string text)
 
bool isDead () const
 

Detailed Description

A helper class for ErrorReporter that is neccessary because the Qt gui is in a separate thread.

Author
Stas Jaroszynski
Version
1.0
Date
May 2018

Definition at line 42 of file ErrorReporter.h.

Constructor & Destructor Documentation

◆ ErrorReporterPopup()

ErrorReporterPopup::ErrorReporterPopup ( QWidget *  parent,
int  id,
bool  fatal = false 
)

Member Function Documentation

◆ isDead()

bool ErrorReporterPopup::isDead ( ) const
inline

Definition at line 48 of file ErrorReporter.h.

◆ setLogText()

void ErrorReporterPopup::setLogText ( std::string  text)

The documentation for this class was generated from the following file: