VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtVectorNetworkPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/DtPage.h>
15 
16 class QVBoxLayout;
17 
18 namespace makVrv
19 {
20  class DtVectorNetworkTreeWidget;
21 
26  {
27  Q_OBJECT
28 
29  public:
30 
32  virtual ~DtVectorNetworkPage();
33 
35  virtual QIcon icon();
36 
38  virtual QString title();
39 
41  virtual const std::string& pageClassName() const;
42 
43  protected:
44 
47 
49  DtVectorNetworkPage(DtDe& de,QWidget* parent = 0, Qt::WindowFlags f = 0);
50 
52  virtual void activate();
53 
55  virtual void deactivate();
56 
57  protected:
58  std::string myClassName;
59  QVBoxLayout* myLayout;
61  };
62 
66  {
67  public:
68 
71 
73  virtual ~DtVectorNetworkPageCreator();
74 
78  virtual std::string pageClassName() const;
79 
81  virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
82  };
83 
84 }
85 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)