NorMIT-nav  2023.01.05-dev+develop.0da12
An IGT application
cx::Application Class Reference

#include <cxApplication.h>

Inheritance diagram for cx::Application:

Public Member Functions

 Application (int &argc, char **argv)
 
virtual ~Application ()
 
virtual bool notify (QObject *rec, QEvent *ev)
 

Detailed Description

Override of QApplication, Use when you want to catch exceptions thrown from within an event handler and not caught anywhere else.

Date
March 6, 2013
Author
christiana

Definition at line 32 of file cxApplication.h.

Constructor & Destructor Documentation

◆ Application()

cx::Application::Application ( int &  argc,
char **  argv 
)

Definition at line 31 of file cxApplication.cpp.

◆ ~Application()

virtual cx::Application::~Application ( )
inlinevirtual

Definition at line 36 of file cxApplication.h.

Member Function Documentation

◆ notify()

bool cx::Application::notify ( QObject *  rec,
QEvent *  ev 
)
virtual

Definition at line 56 of file cxApplication.cpp.


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