VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVideoStreamListPage.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vrvCoreQt/DtPage.h>
14 
15 class QVBoxLayout;
16 
17 namespace makVrv
18 {
19 
20  class DtVideoStreamListWidget;
21  class DtPersistenceToolbarWidget;
22 
27  {
28  public:
29 
31  DtVideoStreamListPage( DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0 );
32 
34  virtual ~DtVideoStreamListPage();
35 
37  virtual QIcon icon();
38 
40  virtual QString title();
41 
43  virtual const std::string& pageClassName() const;
44 
46  static const std::string& thePageClassName();
47 
48  protected:
49 
52  void setupGui();
53 
55  virtual void activate();
56 
58  virtual void deactivate();
59 
60  protected:
61 
62  QVBoxLayout* myMainLayout;
63  QVBoxLayout* myContentsLayout;
66 
67  };
68 
72 
73 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)