Extension to the QApplication for running TOPPs GUI tools. More...
#include <OpenMS/VISUAL/APPLICATIONS/MISC/QApplicationTOPP.h>
Signals | |
void | fileOpen (QString file) |
Public Member Functions | |
QApplicationTOPP (int &argc, char **argv) | |
Constructor (no NOT remove the "&" from argc, since Qt will segfault on some platforms otherwise!) More... | |
virtual | ~QApplicationTOPP () |
Destructor. More... | |
virtual bool | notify (QObject *rec, QEvent *ev) |
bool | event (QEvent *) |
Extension to the QApplication for running TOPPs GUI tools.
Basically re-implements notify of QApplication to prevent ungraceful exit.
QApplicationTOPP | ( | int & | argc, |
char ** | argv | ||
) |
Constructor (no NOT remove the "&" from argc, since Qt will segfault on some platforms otherwise!)
References GUIProgressLoggerImpl::create(), GUIProgressLoggerImpl::getProductName(), and Factory< FactoryProduct >::registerProduct().
|
virtual |
Destructor.
bool event | ( | QEvent * | event | ) |
References QApplicationTOPP::fileOpen().
|
signal |
Referenced by QApplicationTOPP::event().
References BaseException::getMessage(), BaseException::getName(), and LOG_ERROR.
OpenMS / TOPP release 2.0.0 | Documentation generated on Wed Mar 30 2016 12:49:29 using doxygen 1.8.11 |