VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtNoHla1516eConnectionPage.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
11 #include <vrvVrlQt/vrvVrlQt.h>
13 
14 namespace makVrv
15 {
19  {
20  Q_OBJECT
21 
22  public:
24  DtNoHla1516eConnectionPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
25 
27  virtual ~DtNoHla1516eConnectionPage();
28 
30  virtual QIcon icon();
31 
34  virtual DtQIconConfigurations qIconConfigurations() const;
35 
37  virtual QString title();
38 
40  virtual const std::string& pageClassName() const;
41 
43  static const std::string& thePageClassName();
44 
45  protected:
46 
48  void setupGui();
49 
51  virtual void onInstancesChanged();
52 
54  virtual void onCurrentInstanceChanged(QString definition);
55 
56  protected:
57  };
58 
64 }
A dialog for explaining that you can&#39;t have HLA 1516 connections.
Definition: DtNoHla1516eConnectionPage.h:18
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
The Base connection page provides an base class used by several protocol specific connection pages...
Definition: DtBaseConnectionPage.h:28
Contains DLL export macros.
Definition: DtPage.h:150
Contains makVrv::DtBaseConnectionPage class.
DtPageCreatorTemplate< DtNoHla1516eConnectionPage > DtNoHla1516eConnectionPageCreator
DtNoHla1516eConnectionPageCreator is the creator class for an instance of the DtNoHla1516eConnectionP...
Definition: DtNoHla1516eConnectionPage.h:63
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)