VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtHla1516eConnectionPage.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 DtHla1516eConnectionWidget;
17 
21  : public DtBaseConnectionPage
22  {
23  Q_OBJECT;
24  public:
26  DtHla1516eConnectionPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
27 
29  virtual ~DtHla1516eConnectionPage();
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 
Contains DLL export macros.
Widget for HLA 1516e connection.
Definition: DtHla1516eConnectionWidget.h:35
The Base connection page provides an base class used by several protocol specific connection pages...
Definition: DtBaseConnectionPage.h:28
A dialog for configuring the HLA 1516e connection.
Definition: DtHla1516eConnectionPage.h:20
Definition: DtPage.h:150
Contains makVrv::DtBaseConnectionPage class.
#define DT_DLL_VRVHLA1516EQT
Definition: vrvHla1516eQt.h:19
DtPageCreatorTemplate< DtHla1516eConnectionPage > DtHla1516eConnectionPageCreator
Creator class for makVrv::DtHla1516eConnectionPage.
Definition: DtHla1516eConnectionPage.h:66
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
DtHla1516eConnectionWidget * myConnectionWidget
Definition: DtHla1516eConnectionPage.h:60

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)