VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiConnectionPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCigiQt/vrvCigiQt.h>
13 #include <vrvUtil/templateUtil.h>
14 
15 namespace makVrv
16 {
17  class DtCigiConnectionWidget;
18 
22  {
23  Q_OBJECT;
24  public:
26  DtCigiConnectionPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
27 
29  virtual ~DtCigiConnectionPage();
30 
32  virtual QIcon icon();
33 
36  virtual DtQIconConfigurations qIconConfigurations() const override;
37 
39  virtual QString title();
40 
42  virtual const std::string& pageClassName() const;
43 
45  static const std::string& thePageClassName();
46 
47  protected:
48 
49  virtual void onInstancesChanged();
50 
51  protected:
52 
53  void setupGui();
54 
56  virtual void onCurrentInstanceChanged(QString definition);
57 
59  };
60 
64  DtCigiConnectionPageCreator)
65 }
Contains utility macros and methods for templates.
The Base connection page provides an base class used by several protocol specific connection pages...
Definition: DtBaseConnectionPage.h:28
Definition: DtPage.h:150
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
Contains makVrv::DtBaseConnectionPage class.
Widget for a CIGI connection.
Definition: DtCigiConnectionWidget.h:30
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:145
DtCigiConnectionWidget * myConnectionWidget
Definition: DtCigiConnectionPage.h:58
A dialog for configuring the CIGI connection.
Definition: DtCigiConnectionPage.h:21

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)