Main container class for ocean settings widget and logic.
More...
Static Public Member Functions |
| static const std::string & | thePageClassName () |
| | Static accessor for the class name.
|
Protected Member Functions |
| virtual void | activate () |
| | Called by the Pager when this page becomes active. Creates logic.
|
| virtual void | deactivate () |
| | Called by the Pager when this page becomes active. Destroys logic.
|
| void | setupGui () |
| | Called from constructor.
|
Detailed Description
Main container class for ocean settings widget and logic.
Constructor & Destructor Documentation
| makVrf::DtOceanSettingsPage::DtOceanSettingsPage |
( |
makVrv::DtDe & |
de, |
|
|
QWidget * |
parent, |
|
|
Qt::WindowFlags |
f |
|
) |
| |
| virtual makVrf::DtOceanSettingsPage::~DtOceanSettingsPage |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual QIcon makVrf::DtOceanSettingsPage::icon |
( |
| ) |
|
|
virtual |
Get the icon of the page.
| virtual QString makVrf::DtOceanSettingsPage::title |
( |
| ) |
|
|
virtual |
Get the title of the page.
| virtual const std::string& makVrf::DtOceanSettingsPage::pageClassName |
( |
| ) |
const |
|
virtual |
Get the class name of the page.
| static const std::string& makVrf::DtOceanSettingsPage::thePageClassName |
( |
| ) |
|
|
static |
Static accessor for the class name.
| virtual void makVrf::DtOceanSettingsPage::activate |
( |
| ) |
|
|
protectedvirtual |
Called by the Pager when this page becomes active. Creates logic.
| virtual void makVrf::DtOceanSettingsPage::deactivate |
( |
| ) |
|
|
protectedvirtual |
Called by the Pager when this page becomes active. Destroys logic.
| void makVrf::DtOceanSettingsPage::setupGui |
( |
| ) |
|
|
protected |
Called from constructor.
To replace widget class, delete myWidget in subclass constructor and recreate new. Also add widget to myMainLayout
Member Data Documentation
| makVrv::DtPersistenceToolbarWidget* makVrf::DtOceanSettingsPage::myToolbar |
|
protected |
| QLayout* makVrf::DtOceanSettingsPage::myMainLayout |
|
protected |
The documentation for this class was generated from the following file: