VR-Forces 4.8 Class Documentation
 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) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtCigiConnectionPage.h,v $ $Revision: 1.11 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCigiQt/vrvCigiQt.h>
16 #include <vrvUtil/templateUtil.h>
17 
18 namespace makVrv
19 {
20  class DtCigiConnectionWidget;
21 
25  {
26  Q_OBJECT;
27  public:
29  DtCigiConnectionPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
30 
32  virtual ~DtCigiConnectionPage();
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 
48  virtual void onInstancesChanged();
49 
50  protected:
51 
52  void setupGui();
53 
55  virtual void onCurrentInstanceChanged(QString definition);
56 
58  };
59 
63  DtCigiConnectionPageCreator)
64 }
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:31
Definition: DtPage.h:146
#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.
Definition: DtDe.h:69
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:139
DtCigiConnectionWidget * myConnectionWidget
Definition: DtCigiConnectionPage.h:57
A dialog for configuring the CIGI connection.
Definition: DtCigiConnectionPage.h:24

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)