VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDdmEntryWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2024 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrvCoreQt/vrvCoreQt.h>
15 
16 class QLabel;
17 class QGridLayout;
18 class QLineEdit;
19 class QValidator;
20 class QVBoxLayout;
21 
22 
23 namespace makVrv
24 {
25  class DtDe;
26  class DtUnicode;
27 
36  {
37  Q_OBJECT
38 
39  public:
41  DtDdmEntryWidget(makVrv::DtDe& de, QWidget* parent=0);
42 
44  virtual ~DtDdmEntryWidget();
45 
46  // \brief default constructor
47  DtDdmEntryWidget() = delete;
48 
50  DtDdmEntryWidget(const DtDdmEntryWidget& orig) = delete;
51 
53  DtDdmEntryWidget& operator = (const DtDdmEntryWidget& orig) = delete;
54 
55  protected:
56 
58  virtual void setupUi();
59 
61  virtual void connectSignals();
62 
63  protected slots:
64 
66  virtual void onPositionEdited();
67 
68  signals:
69 
70  protected:
71  QVBoxLayout* myWidgetLayout;
72  QGridLayout* myGridLayout;
75 
78 
81 
84 
87 
90  };
91 }
QLineEdit * myLocationLonMin
Definition: DtDdmEntryWidget.h:80
QLabel * myLocationLabelLonDeg
Definition: DtDdmEntryWidget.h:82
QValidator * myLonMinValidator
Definition: DtDdmEntryWidget.h:89
QValidator * myLonDegValidator
Definition: DtDdmEntryWidget.h:88
QValidator * myLatDegValidator
Definition: DtDdmEntryWidget.h:85
QLineEdit * myLocationLatDeg
Definition: DtDdmEntryWidget.h:73
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
QLabel * myLocationLabelLatDeg
Definition: DtDdmEntryWidget.h:76
QLineEdit * myLocationLatMin
Definition: DtDdmEntryWidget.h:74
DtLocationEntryWidget declaration. Abstact base class for widgets that manage location input to the G...
Definition: DtLocationEntryWidget.h:26
QGridLayout * myGridLayout
Definition: DtDdmEntryWidget.h:72
QLabel * myLocationLabelLatMin
Definition: DtDdmEntryWidget.h:77
QValidator * myLatMinValidator
Definition: DtDdmEntryWidget.h:86
QLineEdit * myLocationLonDeg
Definition: DtDdmEntryWidget.h:79
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
QLabel * myLocationLabelLonMin
Definition: DtDdmEntryWidget.h:83
QVBoxLayout * myWidgetLayout
Definition: DtDdmEntryWidget.h:71
DtDdmEntryWidget declaration. Widget for managing input of an lat/lon Degrees/ Decimal Minutes locati...
Definition: DtDdmEntryWidget.h:35

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)