VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfRadioConfigurationEditor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include <vrvUtil/signalslib.h>
11 
13 
14 #include <string>
15 #include <vector>
16 
17 namespace makVrv
18 {
19  class DtDe;
20 }
21 
22 namespace makVrf
23 {
25  {
26  Q_OBJECT
27 
28  public:
29  DtVrfRadioSystemConfigDialog(makVrv::DtDe&, makRadio::DtRadioManager*, QWidget* parent, const Qt::WindowFlags& f = Qt::Tool);
31 
32  protected:
33  virtual QString getText(const QString& title, const QString& base, bool& ok);
34  virtual makRadio::DtIntercomConfigDialog* createIntercomConfigDialog(makRadio::DtRwRadioState& intercom);
35  virtual makRadio::DtRadioConfigDialog* createRadioConfigDialog(makRadio::DtRwRadioState& intercom);
36 
37  protected:
39  };
40 
42  {
43  public:
46 
49 
51  static void registerInstance(makVrv::DtDe& de, DtVrfRadioSystemConfigDialogCreator* instance);
52 
53  virtual DtVrfRadioSystemConfigDialog* create(makRadio::DtRadioManager*, QWidget* parent);
54 
55  protected:
57  };
58 }
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
makVrv::DtDe & myDe
Definition: vrfRadioConfigurationEditor.h:56
makVrv::DtDe & myDe
Definition: vrfRadioConfigurationEditor.h:38
Definition: intercomConfigDialog.h:19
Definition: radioManager.h:46
Definition: radioSystemConfigDialog.h:23
Contains makVrv::DtVirtualBaseClass class.
Definition: vrfRadioConfigurationEditor.h:41
Definition: radioConfigDialog.h:19
Initializer for a radio state reader/writer.
Definition: rwRadioState.h:96
Definition: vrfRadioConfigurationEditor.h:24
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:70
#define VRFMAKRADIOQT_DLL
Definition: vrfMakRadioQt.h:14

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)