VR-Forces 4.2 Class Documentation
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
makVrf::DtOceanSettingsPage Class Reference

Main container class for ocean settings widget and logic. More...

Inheritance diagram for makVrf::DtOceanSettingsPage:
Inheritance graph
[legend]

Public Member Functions

 DtOceanSettingsPage (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f)
 CTOR.
virtual ~DtOceanSettingsPage ()
 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 ()
 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.

Protected Attributes

DtOceanSettingsWidgetLogicmyLogic
DtOceanSettingsWidgetmyWidget
makVrv::DtPersistenceToolbarWidget * myToolbar
QLayout * myMainLayout

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 
)

CTOR.

virtual makVrf::DtOceanSettingsPage::~DtOceanSettingsPage ( )
virtual

DTOR.

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

DtOceanSettingsWidgetLogic* makVrf::DtOceanSettingsPage::myLogic
protected
DtOceanSettingsWidget* makVrf::DtOceanSettingsPage::myWidget
protected
makVrv::DtPersistenceToolbarWidget* makVrf::DtOceanSettingsPage::myToolbar
protected
QLayout* makVrf::DtOceanSettingsPage::myMainLayout
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)