VR-Forces 4.10 Class Documentation
 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) 2008 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 
35  virtual QString title();
36 
38  virtual const std::string& pageClassName() const;
39 
41  static const std::string& thePageClassName();
42 
43  protected:
44 
46  void setupGui();
47 
49  virtual void onInstancesChanged();
50 
52  virtual void onCurrentInstanceChanged(QString definition);
53 
54  protected:
55 
57  };
58 
63 }
64 
DtHla1516ConnectionWidget * myConnectionWidget
Definition: DtHla1516ConnectionPage.h:56
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:143
DtPageCreatorTemplate< DtHla1516ConnectionPage > DtHla1516ConnectionPageCreator
Creator class for makVrv::DtHla1516ConnectionPage.
Definition: DtHla1516ConnectionPage.h:62
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.
Definition: DtDe.h:69

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)