VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
intercomConfigDialog.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 "makRadioQt/intercomConfigDialog.hpp"
10 
11 #if !defined(Q_MOC_RUN)
12 #include <makRadio/rwRadioState.h>
13 #endif
14 
15 #include <QtWidgets/QDialog>
16 
17 namespace makRadio
18 {
20  {
21  Q_OBJECT
22 
23  public:
24  DtIntercomConfigDialog(DtRwRadioState& intercom, QWidget* parent = 0, const Qt::WindowFlags& f = Qt::Dialog);
25  virtual ~DtIntercomConfigDialog() override;
26 
27  virtual void setupUi();
28  virtual const DtRwRadioState& getIntercom() const;
29 
30  protected:
31  virtual void accept() override;
32  virtual std::string nextChannelName();
33 
34  protected slots:
35  virtual void addChannel();
36  virtual void removeChannel();
37 
38  public:
39  Ui::IntercomConfigDialog myUI;
40 
41  protected:
43  };
44 }
#define MAKRADIOQT_DLL
Definition: makRadioQt.h:14
Definition: intercomConfigDialog.h:19
Ui::IntercomConfigDialog myUI
Definition: intercomConfigDialog.h:39
Initializer for a radio state reader/writer.
Definition: rwRadioState.h:96
DtRwRadioState & myIntercom
Definition: intercomConfigDialog.h:42

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)