VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDecEntryWidget.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 
35  {
36  Q_OBJECT
37 
38  public:
40  DtDecEntryWidget(makVrv::DtDe& de, QWidget* parent=0);
41 
43  virtual ~DtDecEntryWidget();
44 
45  // \brief default constructor
46  DtDecEntryWidget() = delete;
47 
49  DtDecEntryWidget(const DtDecEntryWidget& orig) = delete;
50 
52  DtDecEntryWidget& operator = (const DtDecEntryWidget& orig) = delete;
53 
54  protected:
55 
57  virtual void setupUi();
58 
60  virtual void connectSignals();
61 
62  protected slots:
63 
65  virtual void onPositionEdited();
66 
67  signals:
68 
69  protected:
70  QVBoxLayout* myWidgetLayout;
71  QGridLayout* myGridLayout;
72 
75 
78 
81  };
82 }
QValidator * myLonDegValidator
Definition: DtDecEntryWidget.h:80
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
QVBoxLayout * myWidgetLayout
Definition: DtDecEntryWidget.h:70
QLabel * myLocationLabelLatDeg
Definition: DtDecEntryWidget.h:74
DtDecEntryWidget declaration. Widget for managing input of an lat/lon Decimal Degrees location...
Definition: DtDecEntryWidget.h:34
QLineEdit * myLocationLatDeg
Definition: DtDecEntryWidget.h:73
DtLocationEntryWidget declaration. Abstact base class for widgets that manage location input to the G...
Definition: DtLocationEntryWidget.h:26
QLineEdit * myLocationLonDeg
Definition: DtDecEntryWidget.h:76
QLabel * myLocationLabelLonDeg
Definition: DtDecEntryWidget.h:77
QGridLayout * myGridLayout
Definition: DtDecEntryWidget.h:71
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
QValidator * myLatDegValidator
Definition: DtDecEntryWidget.h:79

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)