VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtRemoteGraphicsPanel.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtRemoteGraphicsPanel.h,v $ $Revision: 1.22 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #pragma once
13 #include <vrvVrlQt/vrvVrlQt.h>
14 
15 #include <vrvCoreQt/DtPage.h>
16 #include <QtGui/QWidget>
17 #include <vrvCoreQt/DtDockable.h>
18 
19 class QTabWidget;
20 
21 namespace makVrv
22 {
23  class DtRemoteGraphicSetWidget;
24  class DtAttributeGroupTemplateWidget;
25  class DtDe;
26 
31  {
32  Q_OBJECT
33 
34  public:
35 
37  virtual ~DtRemoteGraphicsPanel();
38 
40  virtual QIcon icon();
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
48  protected:
49 
50  void setupGui();
51 
53 
55  DtRemoteGraphicsPanel(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
56 
58  virtual void activate();
59 
61  virtual void deactivate();
62 
63  private:
64 
67 
69  DtRemoteGraphicsPanel& operator=(const DtRemoteGraphicsPanel& orig);
70 
71  protected:
72  std::string myClassName;
76  };
77 
81  {
82  public:
83 
86 
89 
93  virtual std::string pageClassName() const;
94 
96  virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
97  };
98 
99 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)