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

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