VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtHla1516ConnectionPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
13 
14 namespace makVrv
15 {
16  class DtHla1516ConnectionWidget;
17 
21  : public DtBaseConnectionPage
22  {
23  Q_OBJECT;
24  public:
26  DtHla1516ConnectionPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
27 
29  virtual ~DtHla1516ConnectionPage();
30 
32  virtual QIcon icon();
33 
36  virtual DtQIconConfigurations qIconConfigurations() const;
37 
39  virtual QString title();
40 
42  virtual const std::string& pageClassName() const;
43 
45  static const std::string& thePageClassName();
46 
47  protected:
48 
50  void setupGui();
51 
53  virtual void onInstancesChanged();
54 
56  virtual void onCurrentInstanceChanged(QString definition);
57 
58  protected:
59 
61  };
62 
67 }
68 
DtHla1516ConnectionWidget * myConnectionWidget
Definition: DtHla1516ConnectionPage.h:60
The Base connection page provides an base class used by several protocol specific connection pages...
Definition: DtBaseConnectionPage.h:28
#define DT_DLL_VRVHLA1516QT
Definition: vrvHla1516Qt.h:19
A dialog for configuring the HLA 1516 connection.
Definition: DtHla1516ConnectionPage.h:20
Definition: DtPage.h:150
DtPageCreatorTemplate< DtHla1516ConnectionPage > DtHla1516ConnectionPageCreator
Creator class for makVrv::DtHla1516ConnectionPage.
Definition: DtHla1516ConnectionPage.h:66
Contains makVrv::DtBaseConnectionPage class.
Widget for HLA 1516 connection.
Definition: DtHla1516ConnectionWidget.h:35
Contains DLL export macros.
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
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)