VR-Forces 5.0.3 Developer's Guide
 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) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 
14 #include <QtWidgets/QApplication>
15 
17 
18 namespace makVrv
19 {
20 
26  {
27  Q_OBJECT
28 
29  public:
30 
32  DtExceptionHandlingApplication(DtDe& de, int &c, char **v);
33 
36 
38  virtual bool notify(QObject *rec, QEvent *ev);
39 
47  virtual void loadApplicationStylesheetsAtPath(const std::string& styleSheetPath,
48  bool invalidateApplicationIconColorMappings=true);
49 
50  protected:
52  virtual void slot_currentStyleSheetsPathChanged(const std::string& styleSheetsPath);
53 
54  protected:
55 
57 
59  };
60 }
DtSignalConnectionManager myConnections
Definition: DtExceptionHandlingApplication.h:58
DtDe & myDe
Definition: DtExceptionHandlingApplication.h:56
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Base class to provide boost signal/slot management.
The DtExceptionHandlingApplication is a QApplication that catches all exceptions and handles the appl...
Definition: DtExceptionHandlingApplication.h:25
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)