VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
bhaveAboutBoxDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <vrvUtil/signalslib.h>
13 
14 #include "bhave3DGui/ui_bhaveAboutBoxDialogUi.h"
15 #include <QtGui/QDialog>
16 #include <vrvCore/DtDe.h>
17 
18 namespace BHAVE
19 {
20  namespace BHAVE3DGui
21  {
25  {
26  Q_OBJECT
27 
28  public:
29 
31  DtBhaveAboutBoxDialog(makVrv::DtDe& de, QWidget* parent = 0, const Qt::WindowFlags& flags = 0);
32 
34  virtual ~DtBhaveAboutBoxDialog();
35 
37  virtual int exec();
38 
39  protected:
40 
42  virtual void setupGui();
43 
45  virtual void accept();
46 
48  virtual void setBHAVEIsValid(bool);
49 
50  protected slots:
51 
53  virtual void slot_okButtonClicked();
54 
55  protected:
56 
57  Ui::AboutBHaveBox myUiImpl;
58 
59  protected:
60 
62  };
63  }
64 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)