MEPP2 Project
Public Member Functions | Private Member Functions | List of all members
FEVV::SimpleApplication Class Reference

SimpleApplication is a specialization of QApplication. This is useful if we want to catch exception. More...

#include <SimpleApplication.h>

Inheritance diagram for FEVV::SimpleApplication:
Inheritance graph
Collaboration diagram for FEVV::SimpleApplication:
Collaboration graph

Public Member Functions

 SimpleApplication (int &_argc, char **_argv)
 
 ~SimpleApplication ()
 

Private Member Functions

bool notify (QObject *_receiver, QEvent *_event)
 

Detailed Description

SimpleApplication is a specialization of QApplication. This is useful if we want to catch exception.

See also
testViewer.cpp

Definition at line 30 of file SimpleApplication.h.

Constructor & Destructor Documentation

◆ SimpleApplication()

FEVV::SimpleApplication::SimpleApplication ( int &  _argc,
char **  _argv 
)
inline

Constructor.

Definition at line 36 of file SimpleApplication.h.

◆ ~SimpleApplication()

FEVV::SimpleApplication::~SimpleApplication ( )
inline

Definition at line 47 of file SimpleApplication.h.

Member Function Documentation

◆ notify()

bool FEVV::SimpleApplication::notify ( QObject *  _receiver,
QEvent *  _event 
)
inlineprivate

Default QApplication::notify() behavior. but, we can catch exception.

Definition at line 63 of file SimpleApplication.h.


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