![]() |
VR-Forces 4.0.4 Class Documentation
|
A dialog for explaining that you can't have HLA 1.3 connections. More...

Public Member Functions | |
| DtNoHla13ConnectionPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtNoHla13ConnectionPage () |
| DTOR. | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
| Get the class name of the class. | |
Protected Member Functions | |
| void | setupGui () |
| Create the GUI. | |
| virtual void | onInstancesChanged () |
| Override instance changed. | |
| virtual void | onCurrentInstanceChanged (QString definition) |
| Override dialog page handlers. | |
A dialog for explaining that you can't have HLA 1.3 connections.
| makVrv::DtNoHla13ConnectionPage::DtNoHla13ConnectionPage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
| virtual makVrv::DtNoHla13ConnectionPage::~DtNoHla13ConnectionPage | ( | ) | [virtual] |
DTOR.
| virtual QIcon makVrv::DtNoHla13ConnectionPage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrv::DtNoHla13ConnectionPage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrv::DtNoHla13ConnectionPage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| static const std::string& makVrv::DtNoHla13ConnectionPage::thePageClassName | ( | ) | [static] |
Get the class name of the class.
| void makVrv::DtNoHla13ConnectionPage::setupGui | ( | ) | [protected] |
Create the GUI.
Reimplemented from makVrv::DtSelectedInstanceDialogPage.
| virtual void makVrv::DtNoHla13ConnectionPage::onInstancesChanged | ( | ) | [protected, virtual] |
Override instance changed.
Reimplemented from makVrv::DtBaseConnectionPage.
| virtual void makVrv::DtNoHla13ConnectionPage::onCurrentInstanceChanged | ( | QString | definition | ) | [protected, virtual] |
Override dialog page handlers.
Reimplemented from makVrv::DtBaseConnectionPage.