VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtExceptionHandlingApplication.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtExceptionHandlingApplication.h,v $ $Revision: 1.7 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #ifndef DtExceptionHandlingApplication_H_
00014 #define DtExceptionHandlingApplication_H_
00015 
00016 #include <vrvCoreQt/vrvCoreQt.h>
00017 #include <QtGui/QApplication>
00018 
00019 
00020 namespace makVrv
00021 {
00022 
00025    class DT_DLL_VRVCOREQT DtExceptionHandlingApplication : public QApplication
00026    {
00027 
00028       Q_OBJECT;
00029 
00030    public:
00031 
00033       DtExceptionHandlingApplication(DtDe& de, int &c, char **v);
00034 
00036       virtual ~DtExceptionHandlingApplication();
00037 
00039       virtual bool notify(QObject *rec, QEvent *ev);
00040 
00041    protected:
00042 
00043       DtDe& myDe;
00044 
00045    };
00046 }
00047 
00048 #endif
00049 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)