MAK RTIspy API Documentation for HLA Evolved
 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 };
void setPlatform(const QString &platform)
Set the application platform (Windows, linux, etc)
void setVersion(const QString &version)
Set the visible application version.
static DtAboutBox * create(QWidget *parent)
Returns a newly created instance of a DtAboutBox.
Ui::DtAboutBoxUi * myImpl
Definition: aboutBox.h:70
The &#39;about&#39; box widget.
Definition: aboutBox.h:23
void setAppEdition(const QString &edition)
Set the app edition name.
DtAboutBox(QWidget *parent=NULL)
CTOR.
virtual ~DtAboutBox()
Virtual DTOR.
void setAppName(const QString &name)
Set the visible application name.
void setBuildInfo(const QString &buildInfo)
Set the versions of VR-Link, Qt, and Vega Prime.
void setBuildDate(const QString &date)
Set the application build date.
DtAboutBox & operator=(const DtAboutBox &orig)
Not implemented.
void setCompilerOS(const QString &compOS)
Set the compiler used to build the app.

Document ID: Generated on Thu May 11 15:55:32 EDT 2023 from SVN revision 254743
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)