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 Member Functions | Protected Attributes
makVrv::DtDmsEntryWidget Class Reference

DtDmsEntryWidget declaration. Widget for managing input of an lat/lon Degrees/Minutes/Seconds location. It provides 6 edit boxes, for degrees, minutes, and seconds latitude; and degrees, minutes, seconds longitude. When all six are filled in with valid values, the widget will convert the result to a decimal latitude and longitude, in radians. It will raise its hasValidValue signal as true. When needed, the current value can be retrieved through the getValue method.

Inheritance diagram for makVrv::DtDmsEntryWidget:
Inheritance graph
[legend]

Public Member Functions

 DtDmsEntryWidget (makVrv::DtDe &de, QWidget *parent=0)
 
virtual ~DtDmsEntryWidget ()
 
 DtDmsEntryWidget ()=delete
 
 DtDmsEntryWidget (const DtDmsEntryWidget &orig)=delete
 
DtDmsEntryWidgetoperator= (const DtDmsEntryWidget &orig)=delete
 
- Public Member Functions inherited from makVrv::DtLocationEntryWidget
 DtLocationEntryWidget (DtDe &de, QWidget *parent=0)
 
virtual ~DtLocationEntryWidget ()
 
 DtLocationEntryWidget (const DtLocationEntryWidget &orig)=delete
 
DtLocationEntryWidgetoperator= (const DtLocationEntryWidget &orig)=delete
 
virtual void initialize ()
 
virtual void getValue (double &lat, double &lon) const
 
virtual bool valueValid () const
 

Protected Slots

virtual void onPositionEdited ()
 

Protected Member Functions

virtual void setupUi ()
 
virtual void connectSignals ()
 
- Protected Member Functions inherited from makVrv::DtLocationEntryWidget
virtual void onPositionEdited ()=0
 

Protected Attributes

QVBoxLayout * myWidgetLayout
 
QGridLayout * myGridLayout
 
QLineEditmyLocationLatDeg
 
QLineEditmyLocationLatMin
 
QLineEditmyLocationLatSec
 
QLabelmyLocationLabelLatDeg
 
QLabelmyLocationLabelLatMin
 
QLabelmyLocationLabelLatSec
 
QLineEditmyLocationLonDeg
 
QLineEditmyLocationLonMin
 
QLineEditmyLocationLonSec
 
QLabelmyLocationLabelLonDeg
 
QLabelmyLocationLabelLonMin
 
QLabelmyLocationLabelLonSec
 
QValidatormyLatDegValidator
 
QValidatormyLatMinValidator
 
QValidatormyLatSecValidator
 
QValidatormyLonDegValidator
 
QValidatormyLonMinValidator
 
QValidatormyLonSecValidator
 
- Protected Attributes inherited from makVrv::DtLocationEntryWidget
DtDemyDe
 
bool myEnabled
 
double myLat
 
double myLon
 
bool myHasValidValue
 

Additional Inherited Members

- Signals inherited from makVrv::DtLocationEntryWidget
void hasValidValue (bool valid)
 

Constructor & Destructor Documentation

makVrv::DtDmsEntryWidget::DtDmsEntryWidget ( makVrv::DtDe de,
QWidget *  parent = 0 
)

Constructor.

virtual makVrv::DtDmsEntryWidget::~DtDmsEntryWidget ( )
virtual

Destructor.

makVrv::DtDmsEntryWidget::DtDmsEntryWidget ( )
delete
makVrv::DtDmsEntryWidget::DtDmsEntryWidget ( const DtDmsEntryWidget orig)
delete

Copy CTOR ( Not implemented )

Member Function Documentation

DtDmsEntryWidget& makVrv::DtDmsEntryWidget::operator= ( const DtDmsEntryWidget orig)
delete

Assignment operator ( Not implemented )

virtual void makVrv::DtDmsEntryWidget::setupUi ( )
protectedvirtual

Create the widgets and layouts.

Implements makVrv::DtLocationEntryWidget.

virtual void makVrv::DtDmsEntryWidget::connectSignals ( )
protectedvirtual

Connect our Qt slots to the Qt signals from widgets we created.

Implements makVrv::DtLocationEntryWidget.

virtual void makVrv::DtDmsEntryWidget::onPositionEdited ( )
protectedvirtualslot

Qt slot connected to the degree and minute edit boxes' 'textEdited' signals.

Member Data Documentation

QVBoxLayout* makVrv::DtDmsEntryWidget::myWidgetLayout
protected
QGridLayout* makVrv::DtDmsEntryWidget::myGridLayout
protected
QLineEdit* makVrv::DtDmsEntryWidget::myLocationLatDeg
protected
QLineEdit* makVrv::DtDmsEntryWidget::myLocationLatMin
protected
QLineEdit* makVrv::DtDmsEntryWidget::myLocationLatSec
protected
QLabel* makVrv::DtDmsEntryWidget::myLocationLabelLatDeg
protected
QLabel* makVrv::DtDmsEntryWidget::myLocationLabelLatMin
protected
QLabel* makVrv::DtDmsEntryWidget::myLocationLabelLatSec
protected
QLineEdit* makVrv::DtDmsEntryWidget::myLocationLonDeg
protected
QLineEdit* makVrv::DtDmsEntryWidget::myLocationLonMin
protected
QLineEdit* makVrv::DtDmsEntryWidget::myLocationLonSec
protected
QLabel* makVrv::DtDmsEntryWidget::myLocationLabelLonDeg
protected
QLabel* makVrv::DtDmsEntryWidget::myLocationLabelLonMin
protected
QLabel* makVrv::DtDmsEntryWidget::myLocationLabelLonSec
protected
QValidator* makVrv::DtDmsEntryWidget::myLatDegValidator
protected
QValidator* makVrv::DtDmsEntryWidget::myLatMinValidator
protected
QValidator* makVrv::DtDmsEntryWidget::myLatSecValidator
protected
QValidator* makVrv::DtDmsEntryWidget::myLonDegValidator
protected
QValidator* makVrv::DtDmsEntryWidget::myLonMinValidator
protected
QValidator* makVrv::DtDmsEntryWidget::myLonSecValidator
protected

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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)