VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtMgrsEntryWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 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 QLineEdit;
18 class QString;
19 class QIntValidator;
20 
21 namespace makVrv
22 {
23  class DtDe;
24 
33  {
34  Q_OBJECT
35 
36  public:
38  DtMgrsEntryWidget(DtDe& de, QWidget* parent=0);
39 
41  virtual ~DtMgrsEntryWidget();
42 
43  // \brief default constructor
44  DtMgrsEntryWidget() = delete;
45 
47  DtMgrsEntryWidget(const DtMgrsEntryWidget& orig) = delete;
48 
50  DtMgrsEntryWidget& operator = (const DtMgrsEntryWidget& orig) = delete;
51 
52  protected:
53 
55  virtual void setupUi() override;
56 
58  virtual void connectSignals() override;
59 
60  public slots:
61 
63  virtual void onPositionEdited() override;
64 
65  protected:
66 
73 
74  };
75 }
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtMgrsEntryWidget declaration. Widget for managing input of an MGRS location. It provides 4 edit boxe...
Definition: DtMgrsEntryWidget.h:32
QIntValidator * myNorthingEastingValidator
Definition: DtMgrsEntryWidget.h:72
DtLocationEntryWidget declaration. Abstact base class for widgets that manage location input to the G...
Definition: DtLocationEntryWidget.h:26
QLabel * myMapSheetLabel
Definition: DtMgrsEntryWidget.h:69
QLabel * myGridZoneLabel
Definition: DtMgrsEntryWidget.h:67
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
QLineEdit * myGridZoneStr
Definition: DtMgrsEntryWidget.h:68
QLineEdit * myMapSheetStr
Definition: DtMgrsEntryWidget.h:70
QLineEdit * myNorthingEastingStr
Definition: DtMgrsEntryWidget.h:71

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)