VR-Forces 4.8 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 /******************************************************************************
6 ** $RCSfile: DtHla1516eConnectionPage.h,v $ $Revision: 1.11 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
16 
17 namespace makVrv
18 {
19  class DtHla1516eConnectionWidget;
20 
24  : public DtBaseConnectionPage
25  {
26  Q_OBJECT;
27  public:
29  DtHla1516eConnectionPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
30 
32  virtual ~DtHla1516eConnectionPage();
33 
35  virtual QIcon icon();
36 
38  virtual QString title();
39 
41  virtual const std::string& pageClassName() const;
42 
44  static const std::string& thePageClassName();
45 
46  protected:
47 
49  void setupGui();
50 
52  virtual void onInstancesChanged();
53 
55  virtual void onCurrentInstanceChanged(QString definition);
56 
57  protected:
58 
60  };
61 
66 }
67 
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:31
A dialog for configuring the HLA 1516e connection.
Definition: DtHla1516eConnectionPage.h:23
Definition: DtPage.h:146
Contains makVrv::DtBaseConnectionPage class.
#define DT_DLL_VRVHLA1516EQT
Definition: vrvHla1516eQt.h:19
DtPageCreatorTemplate< DtHla1516eConnectionPage > DtHla1516eConnectionPageCreator
Creator class for makVrv::DtHla1516eConnectionPage.
Definition: DtHla1516eConnectionPage.h:65
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtHla1516eConnectionWidget * myConnectionWidget
Definition: DtHla1516eConnectionPage.h:59

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)