![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Inheritance diagram for DtAboutBox:
Collaboration diagram for DtAboutBox:Public Member Functions | |
| DtAboutBox (QString bgImage, QWidget *parent=NULL) | |
| Another constructor. | |
| DtAboutBox (QWidget *parent=NULL) | |
| default constructor | |
| virtual | ~DtAboutBox () |
| destructor | |
| void | setAppName (const QString &name) |
| Set the visible application name. | |
| void | setAppEdition (const QString &edition) |
| Set the app edition name. | |
| void | setVersion (const QString &version) |
| Set the visible application version. | |
| void | setPlatform (const QString &platform) |
| Set the application platform (Windows, linux, etc) | |
| 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. | |
| void | setCompilerOS (const QString &compOS) |
| Set the compiler used to build the app. | |
Static Public Member Functions | |
| static DtAboutBox * | create (QWidget *parent) |
| Returns a newly created instance of a DtAboutBox. | |
Protected Attributes | |
| DtAboutBoxUi * | myImpl |
Private Member Functions | |
| DtAboutBox (const DtAboutBox &orig) | |
| Not implemented. | |
| DtAboutBox & | operator= (const DtAboutBox &orig) |
| Not implemented. | |
| DtAboutBox::DtAboutBox | ( | QString | bgImage, |
| QWidget * | parent = NULL |
||
| ) |
Another constructor.
References connect(), DtRtiVersionNumber, myImpl, setAppEdition(), setAppName(), setBuildDate(), setBuildInfo(), setCompilerOS(), setPlatform(), and setVersion().
Referenced by create(), and DtAboutBox().
| DtAboutBox::DtAboutBox | ( | QWidget * | parent = NULL | ) |
default constructor
References DtAboutBox().
| DtAboutBox::~DtAboutBox | ( | ) | [virtual] |
destructor
References myImpl.
| DtAboutBox::DtAboutBox | ( | const DtAboutBox & | orig | ) | [private] |
Not implemented.
| DtAboutBox * DtAboutBox::create | ( | QWidget * | parent | ) | [static] |
Returns a newly created instance of a DtAboutBox.
References DtAboutBox().
| DtAboutBox& DtAboutBox::operator= | ( | const DtAboutBox & | orig | ) | [private] |
Not implemented.
| void DtAboutBox::setAppEdition | ( | const QString & | edition | ) |
| void DtAboutBox::setAppName | ( | const QString & | name | ) |
| void DtAboutBox::setBuildDate | ( | const QString & | date | ) |
| void DtAboutBox::setBuildInfo | ( | const QString & | buildInfo | ) |
| void DtAboutBox::setCompilerOS | ( | const QString & | compOS | ) |
| void DtAboutBox::setPlatform | ( | const QString & | platform | ) |
| void DtAboutBox::setVersion | ( | const QString & | version | ) |
DtAboutBoxUi* DtAboutBox::myImpl [protected] |
Referenced by DtAboutBox(), setAppEdition(), setAppName(), setBuildDate(), setBuildInfo(), setCompilerOS(), setPlatform(), setVersion(), and ~DtAboutBox().