![]() |
MAK RTIspy API Documentation for HLA 1516
|
The 'about' box widget. More...
Inheritance diagram for DtAboutBox:
Collaboration diagram for DtAboutBox:Public Member Functions | |
| DtAboutBox (QWidget *parent=NULL) | |
| CTOR. More... | |
| DtAboutBox (QString bgImage, QWidget *parent=NULL) | |
| CTOR. More... | |
| virtual | ~DtAboutBox () |
| Virtual DTOR. More... | |
| void | setAppName (const QString &name) |
| Set the visible application name. More... | |
| void | setAppEdition (const QString &edition) |
| Set the app edition name. More... | |
| void | setVersion (const QString &version) |
| Set the visible application version. More... | |
| void | setPlatform (const QString &platform) |
| Set the application platform (Windows, linux, etc) More... | |
| void | setBuildInfo (const QString &buildInfo) |
| Set the versions of VR-Link, Qt, and Vega Prime. More... | |
| void | setBuildDate (const QString &date) |
| Set the application build date. More... | |
| void | setCompilerOS (const QString &compOS) |
| Set the compiler used to build the app. More... | |
Static Public Member Functions | |
| static DtAboutBox * | create (QWidget *parent) |
| Returns a newly created instance of a DtAboutBox. More... | |
Protected Attributes | |
| Ui::DtAboutBoxUi * | myImpl |
Private Member Functions | |
| DtAboutBox (const DtAboutBox &orig) | |
| Not implemented. More... | |
| DtAboutBox & | operator= (const DtAboutBox &orig) |
| Not implemented. More... | |
The 'about' box widget.
This class is a dialog box that gives information about the application to the user. Some of the information, such as the build date, compiler, and platform are set at compile time as part of the build process.
| DtAboutBox::DtAboutBox | ( | QWidget * | parent = NULL | ) |
CTOR.
| DtAboutBox::DtAboutBox | ( | QString | bgImage, |
| QWidget * | parent = NULL |
||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
|
private |
Not implemented.
|
static |
Returns a newly created instance of a DtAboutBox.
|
private |
Not implemented.
| void DtAboutBox::setAppEdition | ( | const QString & | edition | ) |
Set the app edition name.
| void DtAboutBox::setAppName | ( | const QString & | name | ) |
Set the visible application name.
| void DtAboutBox::setBuildDate | ( | const QString & | date | ) |
Set the application build date.
| void DtAboutBox::setBuildInfo | ( | const QString & | buildInfo | ) |
Set the versions of VR-Link, Qt, and Vega Prime.
| void DtAboutBox::setCompilerOS | ( | const QString & | compOS | ) |
Set the compiler used to build the app.
| void DtAboutBox::setPlatform | ( | const QString & | platform | ) |
Set the application platform (Windows, linux, etc)
| void DtAboutBox::setVersion | ( | const QString & | version | ) |
Set the visible application version.
|
protected |