![]() |
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... | |
| virtual | ~DtAboutBox () |
| Virtual DTOR. More... | |
Public Attributes | |
| QGroupBox * | myInfoBox |
| QVBoxLayout * | myAllInfo |
| QHBoxLayout * | myCenterLayout |
| QHBoxLayout * | myPictureLayout |
| QVBoxLayout * | myLeftPanelLayout |
| QLabel * | myPicture |
| QLabel * | myAddress |
| QLabel * | mySupport |
| QLabel * | myHelp |
| QLabel * | myCompany |
| QLabel * | myLink |
| QLabel * | myCopyright |
| QWidget * | myHorizontalLine |
| QWidget * | myHorizontalLine_2 |
| QLabel * | myPlatformLabel |
| QLabel * | myPlatform |
| QLabel * | myCompilerLabel |
| QLabel * | myCompiler |
| QLabel * | myVersionLabel |
| QLabel * | myBuiltWithLabel |
| QLabel * | myBuiltWith |
| QLabel * | myBuildDateLabel |
| QLabel * | myBuildDate |
| QLabel * | mySVNRevisionLabel |
| QLabel * | mySvnRev |
| QLabel * | mySVNBranchLabel |
| QLabel * | mySvnBranch |
| QLabel * | myRtiVersion |
Protected Slots | |
| void | slot_saveDialogToClipboardClicked () |
Protected Member Functions | |
| void | setupGui () |
| void | createAllLabels () |
| Create all the Qt::Label objects that will be added to myInfoBox myInfoBox must be initialized before this function is called. More... | |
| void | setupMyInfoBox () |
| Add all labels to myInfoBox and set up its layout myInfoBox must be initialized before this function is called. 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.
|
virtual |
Virtual DTOR.
|
protected |
Create all the Qt::Label objects that will be added to myInfoBox myInfoBox must be initialized before this function is called.
|
protected |
|
protected |
Add all labels to myInfoBox and set up its layout myInfoBox must be initialized before this function is called.
|
protectedslot |
| QLabel* DtAboutBox::myAddress |
| QVBoxLayout* DtAboutBox::myAllInfo |
| QLabel* DtAboutBox::myBuildDate |
| QLabel* DtAboutBox::myBuildDateLabel |
| QLabel* DtAboutBox::myBuiltWith |
| QLabel* DtAboutBox::myBuiltWithLabel |
| QHBoxLayout* DtAboutBox::myCenterLayout |
| QLabel* DtAboutBox::myCompany |
| QLabel* DtAboutBox::myCompiler |
| QLabel* DtAboutBox::myCompilerLabel |
| QLabel* DtAboutBox::myCopyright |
| QLabel* DtAboutBox::myHelp |
| QWidget* DtAboutBox::myHorizontalLine |
| QWidget* DtAboutBox::myHorizontalLine_2 |
| QGroupBox* DtAboutBox::myInfoBox |
| QVBoxLayout* DtAboutBox::myLeftPanelLayout |
| QLabel* DtAboutBox::myLink |
| QLabel* DtAboutBox::myPicture |
| QHBoxLayout* DtAboutBox::myPictureLayout |
| QLabel* DtAboutBox::myPlatform |
| QLabel* DtAboutBox::myPlatformLabel |
| QLabel* DtAboutBox::myRtiVersion |
| QLabel* DtAboutBox::mySupport |
| QLabel* DtAboutBox::mySvnBranch |
| QLabel* DtAboutBox::mySVNBranchLabel |
| QLabel* DtAboutBox::mySvnRev |
| QLabel* DtAboutBox::mySVNRevisionLabel |
| QLabel* DtAboutBox::myVersionLabel |