VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtConnectionListPage.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 /******************************************************************************
6  * $RCSfile: DtConnectionListPage.h,v $ $Revision: 1.9 $ $State: Exp $
7  *****************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvVrlQt/vrvVrlQt.h>
16 #include <vrvCoreQt/DtPage.h>
17 
18 class QVBoxLayout;
19 
20 namespace makVrv
21 {
22 
23  class DtConnectionListWidget;
24  class DtPersistenceToolbarWidget;
25 
30  {
31  public:
32 
34  DtConnectionListPage( DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0 );
35 
37  virtual ~DtConnectionListPage();
38 
40  virtual QIcon icon();
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
49  static const std::string& thePageClassName();
50 
51  protected:
52 
55  void setupGui();
56 
58  virtual void activate();
59 
61  virtual void deactivate();
62 
63  protected:
64 
65  QVBoxLayout* myMainLayout;
66  QVBoxLayout* myContentsLayout;
69 
70  };
71 
75 
76 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)