Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Signals | Public Member Functions | List of all members
QApplicationTOPP Class Reference

Extension to the QApplication for running TOPPs GUI tools. More...

#include <OpenMS/VISUAL/APPLICATIONS/MISC/QApplicationTOPP.h>

Inheritance diagram for QApplicationTOPP:
QApplication

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 *)
 

Detailed Description

Extension to the QApplication for running TOPPs GUI tools.

Basically re-implements notify of QApplication to prevent ungraceful exit.

Constructor & Destructor Documentation

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().

~QApplicationTOPP ( )
virtual

Destructor.

Member Function Documentation

bool event ( QEvent *  event)
void fileOpen ( QString  file)
signal

Referenced by QApplicationTOPP::event().

bool notify ( QObject rec,
QEvent *  ev 
)
virtual

OpenMS / TOPP release 2.0.0 Documentation generated on Tue Nov 1 2016 16:34:46 using doxygen 1.8.11