![]() |
MAK Data Logger API Documentation for HLA
|
The 'about' box widget. More...
Inheritance diagram for MAKLogger::DtAboutBox:
Collaboration diagram for MAKLogger::DtAboutBox:Public Member Functions | |
| DtAboutBox (DtLgrAppGui &igApp, QWidget *parent=0, Qt::WindowFlags f=0) | |
| default constructor More... | |
| virtual | ~DtAboutBox () |
| destructor More... | |
Public Attributes | |
| QGroupBox * | myInfoBox |
| QVBoxLayout * | myAllInfo |
| QHBoxLayout * | myCenterLayout |
| 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 * | myLoggerVersion |
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... | |
Protected Attributes | |
| DtLgrAppGui & | myIgApp |
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.
| MAKLogger::DtAboutBox::DtAboutBox | ( | DtLgrAppGui & | igApp, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
default constructor
|
virtual |
destructor
|
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* MAKLogger::DtAboutBox::myAddress |
| QVBoxLayout* MAKLogger::DtAboutBox::myAllInfo |
| QLabel* MAKLogger::DtAboutBox::myBuildDate |
| QLabel* MAKLogger::DtAboutBox::myBuildDateLabel |
| QLabel* MAKLogger::DtAboutBox::myBuiltWith |
| QLabel* MAKLogger::DtAboutBox::myBuiltWithLabel |
| QHBoxLayout* MAKLogger::DtAboutBox::myCenterLayout |
| QLabel* MAKLogger::DtAboutBox::myCompany |
| QLabel* MAKLogger::DtAboutBox::myCompiler |
| QLabel* MAKLogger::DtAboutBox::myCompilerLabel |
| QLabel* MAKLogger::DtAboutBox::myCopyright |
| QLabel* MAKLogger::DtAboutBox::myHelp |
| QWidget* MAKLogger::DtAboutBox::myHorizontalLine |
| QWidget* MAKLogger::DtAboutBox::myHorizontalLine_2 |
|
protected |
| QGroupBox* MAKLogger::DtAboutBox::myInfoBox |
| QVBoxLayout* MAKLogger::DtAboutBox::myLeftPanelLayout |
| QLabel* MAKLogger::DtAboutBox::myLink |
| QLabel* MAKLogger::DtAboutBox::myLoggerVersion |
| QLabel* MAKLogger::DtAboutBox::myPicture |
| QLabel* MAKLogger::DtAboutBox::myPlatform |
| QLabel* MAKLogger::DtAboutBox::myPlatformLabel |
| QLabel* MAKLogger::DtAboutBox::mySupport |
| QLabel* MAKLogger::DtAboutBox::mySvnBranch |
| QLabel* MAKLogger::DtAboutBox::mySVNBranchLabel |
| QLabel* MAKLogger::DtAboutBox::mySvnRev |
| QLabel* MAKLogger::DtAboutBox::mySVNRevisionLabel |
| QLabel* MAKLogger::DtAboutBox::myVersionLabel |