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

Public Member Functions | |
| DtOsgEarthSettingsPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| CTOR. | |
| virtual | ~DtOsgEarthSettingsPage () |
| 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 | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
Protected Attributes | |
| DtDe & | myDe |
| DtPersistenceToolbarWidget * | myTitle |
| DtOsgEarthSettingsWidget * | myWidget |
A dialog for configuring the HLA 1.3 connection.
| makVrv::DtOsgEarthSettingsPage::DtOsgEarthSettingsPage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
CTOR.
| virtual makVrv::DtOsgEarthSettingsPage::~DtOsgEarthSettingsPage | ( | ) | [virtual] |
DTOR.
| virtual QIcon makVrv::DtOsgEarthSettingsPage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrv::DtOsgEarthSettingsPage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrv::DtOsgEarthSettingsPage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| static const std::string& makVrv::DtOsgEarthSettingsPage::thePageClassName | ( | ) | [static] |
Get the class name of the class.
| void makVrv::DtOsgEarthSettingsPage::setupGui | ( | ) | [protected] |
Create the GUI.
| virtual void makVrv::DtOsgEarthSettingsPage::activate | ( | ) | [protected, virtual] |
Called when the page is displayed.
Implements makVrv::DtPage.
| virtual void makVrv::DtOsgEarthSettingsPage::deactivate | ( | ) | [protected, virtual] |
Called when the page is hidden.
Implements makVrv::DtPage.
DtDe& makVrv::DtOsgEarthSettingsPage::myDe [protected] |
Reimplemented from makVrv::DtPage.