VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Slots | Protected Attributes | Private Member Functions
makVrf::DtVrfEnvironmentConditionsThermoclinesWidget Class Reference

A widget for configuring the environment.

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

Public Member Functions

 DtVrfEnvironmentConditionsThermoclinesWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0)
 
virtual ~DtVrfEnvironmentConditionsThermoclinesWidget ()
 
virtual void setLogic (DtVrfEnvironmentConditionsThermoclinesLogic *logic)
 
virtual void activate ()
 
virtual void deactivate ()
 
virtual void setThermoclineLayer1Depth (double depth)
 
virtual double thermoclineLayer1Depth ()
 
virtual void setThermoclineLayer1Permeability (double depth)
 
virtual double thermoclineLayer1Permeability ()
 
virtual void setThermoclineLayer2Depth (double depth)
 
virtual double thermoclineLayer2Depth ()
 
virtual void setThermoclineLayer2Permeability (double depth)
 
virtual double thermoclineLayer2Permeability ()
 
virtual void setThermoclineLayer3Depth (double depth)
 
virtual double thermoclineLayer3Depth ()
 
virtual void setThermoclineLayer3Permeability (double depth)
 
virtual double thermoclineLayer3Permeability ()
 
virtual void setThermoclineLayer4Depth (double depth)
 
virtual double thermoclineLayer4Depth ()
 
virtual void setThermoclineLayer4Permeability (double depth)
 
virtual double thermoclineLayer4Permeability ()
 
virtual void setThermoclineLayer5Depth (double depth)
 
virtual double thermoclineLayer5Depth ()
 
virtual void setThermoclineLayer5Permeability (double depth)
 
virtual double thermoclineLayer5Permeability ()
 
virtual void setDepthUnits (const makVrv::DtUnicode &units)
 
virtual void setDepthDecimals (int decimals)
 

Protected Slots

void on_thermoclineLayer1DepthChanged (double)
 
void on_thermoclineLayer1PermeabilityChanged (double)
 
void on_thermoclineLayer2DepthChanged (double)
 
void on_thermoclineLayer2PermeabilityChanged (double)
 
void on_thermoclineLayer3DepthChanged (double)
 
void on_thermoclineLayer3PermeabilityChanged (double)
 
void on_thermoclineLayer4DepthChanged (double)
 
void on_thermoclineLayer4PermeabilityChanged (double)
 
void on_thermoclineLayer5DepthChanged (double)
 
void on_thermoclineLayer5PermeabilityChanged (double)
 

Protected Attributes

DtVrfEnvironmentConditionsThermoclinesLogicmyLogic
 
makVrv::DtDemyDe
 
QDoubleSpinBoxmyThermoclineLayer1DepthSpinBox
 
QLabelmyThermoclineLayer1DepthLabel
 
QDoubleSpinBoxmyThermoclineLayer1PermeabilitySpinBox
 
QLabelmyThermoclineLayer1PermeabilityLabel
 
QDoubleSpinBoxmyThermoclineLayer2DepthSpinBox
 
QLabelmyThermoclineLayer2DepthLabel
 
QDoubleSpinBoxmyThermoclineLayer2PermeabilitySpinBox
 
QLabelmyThermoclineLayer2PermeabilityLabel
 
QDoubleSpinBoxmyThermoclineLayer3DepthSpinBox
 
QLabelmyThermoclineLayer3DepthLabel
 
QDoubleSpinBoxmyThermoclineLayer3PermeabilitySpinBox
 
QLabelmyThermoclineLayer3PermeabilityLabel
 
QDoubleSpinBoxmyThermoclineLayer4DepthSpinBox
 
QLabelmyThermoclineLayer4DepthLabel
 
QDoubleSpinBoxmyThermoclineLayer4PermeabilitySpinBox
 
QLabelmyThermoclineLayer4PermeabilityLabel
 
QDoubleSpinBoxmyThermoclineLayer5DepthSpinBox
 
QLabelmyThermoclineLayer5DepthLabel
 
QDoubleSpinBoxmyThermoclineLayer5PermeabilitySpinBox
 
QLabelmyThermoclineLayer5PermeabilityLabel
 

Private Member Functions

void setupGui ()
 
void connectToSignals ()
 

Additional Inherited Members

- Public Attributes inherited from makVrf::DtVrfEnvironmentConditionsThermoclinesInterface
boost::signals2::signal< void(double)> signal_thermoclineLayer1DepthChanged
 
boost::signals2::signal< void(double)> signal_thermoclineLayer2DepthChanged
 
boost::signals2::signal< void(double)> signal_thermoclineLayer3DepthChanged
 
boost::signals2::signal< void(double)> signal_thermoclineLayer4DepthChanged
 
boost::signals2::signal< void(double)> signal_thermoclineLayer5DepthChanged
 
boost::signals2::signal< void(double)> signal_thermoclineLayer1PermeabilityChanged
 
boost::signals2::signal< void(double)> signal_thermoclineLayer2PermeabilityChanged
 
boost::signals2::signal< void(double)> signal_thermoclineLayer3PermeabilityChanged
 
boost::signals2::signal< void(double)> signal_thermoclineLayer4PermeabilityChanged
 
boost::signals2::signal< void(double)> signal_thermoclineLayer5PermeabilityChanged
 

Constructor & Destructor Documentation

makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::DtVrfEnvironmentConditionsThermoclinesWidget ( makVrv::DtDe de,
QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

CTOR.

virtual makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::~DtVrfEnvironmentConditionsThermoclinesWidget ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setLogic ( DtVrfEnvironmentConditionsThermoclinesLogic logic)
virtual

Sets up the GUI and initializes the dialog with the corresponding logic.

virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::activate ( )
inlinevirtual

Activate this widget.

virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::deactivate ( )
inlinevirtual

Deactivate this widget.

virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setThermoclineLayer1Depth ( double  depth)
virtual
virtual double makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::thermoclineLayer1Depth ( )
virtual
virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setThermoclineLayer1Permeability ( double  depth)
virtual
virtual double makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::thermoclineLayer1Permeability ( )
virtual
virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setThermoclineLayer2Depth ( double  depth)
virtual
virtual double makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::thermoclineLayer2Depth ( )
virtual
virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setThermoclineLayer2Permeability ( double  depth)
virtual
virtual double makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::thermoclineLayer2Permeability ( )
virtual
virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setThermoclineLayer3Depth ( double  depth)
virtual
virtual double makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::thermoclineLayer3Depth ( )
virtual
virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setThermoclineLayer3Permeability ( double  depth)
virtual
virtual double makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::thermoclineLayer3Permeability ( )
virtual
virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setThermoclineLayer4Depth ( double  depth)
virtual
virtual double makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::thermoclineLayer4Depth ( )
virtual
virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setThermoclineLayer4Permeability ( double  depth)
virtual
virtual double makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::thermoclineLayer4Permeability ( )
virtual
virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setThermoclineLayer5Depth ( double  depth)
virtual
virtual double makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::thermoclineLayer5Depth ( )
virtual
virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setThermoclineLayer5Permeability ( double  depth)
virtual
virtual double makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::thermoclineLayer5Permeability ( )
virtual
virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setDepthUnits ( const makVrv::DtUnicode units)
virtual
virtual void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setDepthDecimals ( int  decimals)
virtual
void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::on_thermoclineLayer1DepthChanged ( double  )
protectedslot
void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::on_thermoclineLayer1PermeabilityChanged ( double  )
protectedslot
void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::on_thermoclineLayer2DepthChanged ( double  )
protectedslot
void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::on_thermoclineLayer2PermeabilityChanged ( double  )
protectedslot
void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::on_thermoclineLayer3DepthChanged ( double  )
protectedslot
void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::on_thermoclineLayer3PermeabilityChanged ( double  )
protectedslot
void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::on_thermoclineLayer4DepthChanged ( double  )
protectedslot
void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::on_thermoclineLayer4PermeabilityChanged ( double  )
protectedslot
void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::on_thermoclineLayer5DepthChanged ( double  )
protectedslot
void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::on_thermoclineLayer5PermeabilityChanged ( double  )
protectedslot
void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::setupGui ( )
private

Sets up the widget's fields. Non-virtual (Called from CTOR).

void makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::connectToSignals ( )
private

Connects widget signals to slots. Non-virtual (Called from CTOR).

Member Data Documentation

DtVrfEnvironmentConditionsThermoclinesLogic* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myLogic
protected
makVrv::DtDe& makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myDe
protected
QDoubleSpinBox* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer1DepthSpinBox
protected
QLabel* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer1DepthLabel
protected
QDoubleSpinBox* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer1PermeabilitySpinBox
protected
QLabel* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer1PermeabilityLabel
protected
QDoubleSpinBox* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer2DepthSpinBox
protected
QLabel* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer2DepthLabel
protected
QDoubleSpinBox* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer2PermeabilitySpinBox
protected
QLabel* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer2PermeabilityLabel
protected
QDoubleSpinBox* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer3DepthSpinBox
protected
QLabel* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer3DepthLabel
protected
QDoubleSpinBox* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer3PermeabilitySpinBox
protected
QLabel* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer3PermeabilityLabel
protected
QDoubleSpinBox* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer4DepthSpinBox
protected
QLabel* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer4DepthLabel
protected
QDoubleSpinBox* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer4PermeabilitySpinBox
protected
QLabel* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer4PermeabilityLabel
protected
QDoubleSpinBox* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer5DepthSpinBox
protected
QLabel* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer5DepthLabel
protected
QDoubleSpinBox* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer5PermeabilitySpinBox
protected
QLabel* makVrf::DtVrfEnvironmentConditionsThermoclinesWidget::myThermoclineLayer5PermeabilityLabel
protected

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

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)