VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtNoHla1516ConnectionPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 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  DtNoHla1516ConnectionPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
25 
27  virtual ~DtNoHla1516ConnectionPage();
28 
30  virtual QIcon icon();
31 
33  virtual QString title();
34 
36  virtual const std::string& pageClassName() const;
37 
39  static const std::string& thePageClassName();
40 
41  protected:
42 
44  void setupGui();
45 
47  virtual void onInstancesChanged();
48 
50  virtual void onCurrentInstanceChanged(QString definition);
51 
52  protected:
53  };
54 
60 }
DtPageCreatorTemplate< DtNoHla1516ConnectionPage > DtNoHla1516ConnectionPageCreator
DtNoHla1516ConnectionPageCreator is the creator class for an instance of the DtNoHla1516ConnectionPag...
Definition: DtNoHla1516ConnectionPage.h:59
#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:143
Contains makVrv::DtBaseConnectionPage class.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
A dialog for explaining that you can&#39;t have HLA 1516 connections.
Definition: DtNoHla1516ConnectionPage.h:18

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)