MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aboutBox.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2017 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <QDialog>
13 #include "ui_aboutBoxUi.h"
14 
15 class DtRtiexecmainWindowThread;
16 
23 class DtAboutBox : public QDialog
24 { Q_OBJECT;
25 public:
26 
28  static DtAboutBox* create( QWidget* parent );
29 
31  DtAboutBox( QWidget* parent = NULL );
32 
34  DtAboutBox( QString bgImage, QWidget* parent = NULL );
35 
37  virtual ~DtAboutBox();
38 
40  void setAppName( const QString& name );
41 
43  void setAppEdition( const QString& edition );
44 
46  void setVersion( const QString& version );
47 
49  void setPlatform( const QString& platform );
50 
52  void setBuildInfo( const QString& buildInfo );
53 
55  void setBuildDate( const QString& date );
56 
58  void setCompilerOS( const QString& compOS );
59 
60 private:
61 
63  DtAboutBox( const DtAboutBox& orig );
64 
66  DtAboutBox& operator = ( const DtAboutBox& orig );
67 
68 protected:
69 
70  Ui::DtAboutBoxUi* myImpl;
71 
72 };

Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)