![]() |
VR-Forces 4.0.4 Class Documentation
|
A dialog for configuring the DIS connection. More...

Public Member Functions | |
| DtDisConnectionPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtDisConnectionPage () |
| 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 | |
| virtual void | onInstancesChanged () |
| void | setupGui () |
| virtual void | onCurrentInstanceChanged (QString definition) |
| Override dialog page handlers. | |
Protected Attributes | |
| DtDisConnectionWidget * | myConnectionWidget |
A dialog for configuring the DIS connection.
| makVrv::DtDisConnectionPage::DtDisConnectionPage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
| virtual makVrv::DtDisConnectionPage::~DtDisConnectionPage | ( | ) | [virtual] |
DTOR.
| virtual QIcon makVrv::DtDisConnectionPage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrv::DtDisConnectionPage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrv::DtDisConnectionPage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| static const std::string& makVrv::DtDisConnectionPage::thePageClassName | ( | ) | [static] |
Get the class name of the class.
| virtual void makVrv::DtDisConnectionPage::onInstancesChanged | ( | ) | [protected, virtual] |
Reimplemented from makVrv::DtBaseConnectionPage.
| void makVrv::DtDisConnectionPage::setupGui | ( | ) | [protected] |
Reimplemented from makVrv::DtSelectedInstanceDialogPage.
| virtual void makVrv::DtDisConnectionPage::onCurrentInstanceChanged | ( | QString | definition | ) | [protected, virtual] |
Override dialog page handlers.
Reimplemented from makVrv::DtBaseConnectionPage.