VR-Forces 4.8 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 }
DtVideoStreamListWidget is used by the DtVideoStreamListPage to display a list of all the existing vi...
Definition: DtVideoStreamListWidget.h:30
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
DtVideoStreamListWidget * myVideoStreamListWidget
Definition: DtVideoStreamListPage.h:65
Contains DLL export macros.
DtPersistenceToolbarWidget * myTitle
Definition: DtVideoStreamListPage.h:64
Contains makVrv::DtPage class.
QVBoxLayout * myMainLayout
Definition: DtVideoStreamListPage.h:62
QVBoxLayout * myContentsLayout
Definition: DtVideoStreamListPage.h:63
Definition: DtPage.h:146
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
DtPageCreatorTemplate< DtVideoStreamListPage > DtVideoStreamListPageCreator
Creator class for makVrv::DtVideoStreamListPage.
Definition: DtVideoStreamListPage.h:71
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
DtVideoStreamListPage is a dialog page that uses the DtVideoStreamListWidget to show all of the avail...
Definition: DtVideoStreamListPage.h:26
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)