VR-Forces 4.2 Class Documentation
bhaveAboutBoxDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: bhaveAboutDialog.h $ $Revision: $ $State: $
7 *******************************************************************************/
8 
11 
12 #ifndef bhaveAboutDialog_H_
13 #define bhaveAboutDialog_H_
14 
16 #include <vrvUtil/signalslib.h>
17 
18 #include "bhave3DGui/ui_bhaveAboutBoxDialogUi.h"
19 #include <QtGui/QDialog>
20 #include <vrvCore/DtDe.h>
21 
22 namespace BHAVE
23 {
24  namespace BHAVE3DGui
25  {
29  {
30  Q_OBJECT
31 
32  public:
33 
35  DtBhaveAboutBoxDialog(makVrv::DtDe& de, QWidget* parent = 0, const Qt::WindowFlags& flags = 0);
36 
38  virtual ~DtBhaveAboutBoxDialog();
39 
41  virtual int exec();
42 
43  protected:
44 
46  virtual void setupGui();
47 
49  virtual void accept();
50 
51  protected slots:
52 
54  virtual void slot_okButtonClicked();
55 
56  protected:
57 
58  Ui::AboutBHaveBox myUiImpl;
59 
60  protected:
61 
62  makVrv::DtDe& myDe;
63  };
64  }
65 }
66 
67 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)