VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtHla1516ConnectionPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtHla1516ConnectionPage.h,v $ $Revision: 1.11 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
16 
17 namespace makVrv
18 {
19  class DtHla1516ConnectionWidget;
20 
24  : public DtBaseConnectionPage
25  {
26  Q_OBJECT;
27  public:
29  DtHla1516ConnectionPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
30 
32  virtual ~DtHla1516ConnectionPage();
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 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)