VR-Forces 4.10 Class Documentation
 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) 2008 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 
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 
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:143
Contains makVrv::DtBaseConnectionPage class.
#define DT_DLL_VRVHLA1516EQT
Definition: vrvHla1516eQt.h:19
DtPageCreatorTemplate< DtHla1516eConnectionPage > DtHla1516eConnectionPageCreator
Creator class for makVrv::DtHla1516eConnectionPage.
Definition: DtHla1516eConnectionPage.h:62
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtHla1516eConnectionWidget * myConnectionWidget
Definition: DtHla1516eConnectionPage.h:56

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)