VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExceptionHandlingApplication.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtExceptionHandlingApplication_H_
11 #define DtExceptionHandlingApplication_H_
12 
13 #include <vrvCoreQt/vrvCoreQt.h>
14 #include <QtWidgets/QApplication>
15 
16 
17 namespace makVrv
18 {
19 
23  {
24 
25  Q_OBJECT;
26 
27  public:
28 
30  DtExceptionHandlingApplication(DtDe& de, int &c, char **v);
31 
34 
36  virtual bool notify(QObject *rec, QEvent *ev);
37 
38  protected:
39 
41 
42  };
43 }
44 
45 #endif
46 
DtDe & myDe
Definition: DtExceptionHandlingApplication.h:40
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtExceptionHandlingApplication is a QApplication that catches all exceptions.
Definition: DtExceptionHandlingApplication.h:22
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)