VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtHla13ConnectionPage.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
11 #include <vrvHla13Qt/vrvHla13Qt.h>
13 
14 namespace makVrv
15 {
16  class DtHla13ConnectionWidget;
17 
21  {
22  Q_OBJECT;
23  public:
25  DtHla13ConnectionPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
26 
28  virtual ~DtHla13ConnectionPage();
29 
31  virtual QIcon icon();
32 
34  virtual QString title();
35 
37  virtual const std::string& pageClassName() const;
38 
40  static const std::string& thePageClassName();
41 
42  protected:
43 
45  void setupGui();
46 
48  virtual void onInstancesChanged();
49 
51  virtual void onCurrentInstanceChanged(QString definition);
52 
53  protected:
54 
55 
57  };
58 
63 }
A dialog for configuring the HLA 1.3 connection.
Definition: DtHla13ConnectionPage.h:20
DtHla13ConnectionWidget * myConnectionWidget
Definition: DtHla13ConnectionPage.h:56
The Base connection page provides an base class used by several protocol specific connection pages...
Definition: DtBaseConnectionPage.h:28
Definition: DtPage.h:143
Contains makVrv::DtBaseConnectionPage class.
#define DT_DLL_VRVHLA13QT
Definition: vrvHla13Qt.h:20
Contains DLL export macros.
Widget for HLA 1.3 connection.
Definition: DtHla13ConnectionWidget.h:35
DtPageCreatorTemplate< DtHla13ConnectionPage > DtHla13ConnectionPageCreator
Creator class for makVrv::DtHla13ConnectionPage.
Definition: DtHla13ConnectionPage.h:62
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)