VR-Forces 5.0.1 Developer's Guide
 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) 2021 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 DtDialogPageTitleWidget;
21  class DtVideoStreamListWidget;
22  class DtPersistenceToolbarWidget;
23 
28  {
29  public:
30 
32  DtVideoStreamListPage( DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0 );
33 
35  virtual ~DtVideoStreamListPage();
36 
38  virtual QIcon icon();
39 
42  virtual DtQIconConfigurations qIconConfigurations() const;
43 
45  virtual QString title();
46 
48  virtual const std::string& pageClassName() const;
49 
51  static const std::string& thePageClassName();
52 
53  protected:
54 
57  void setupGui();
58 
60  virtual void activate();
61 
63  virtual void deactivate();
64 
65  protected:
66 
67  QVBoxLayout* myMainLayout;
68  QVBoxLayout* myContentsLayout;
71 
72  };
73 
77 
78 }
DtVideoStreamListWidget is used by the DtVideoStreamListPage to display a list of all the existing v...
Definition: DtVideoStreamListWidget.h:30
DtVideoStreamListWidget * myVideoStreamListWidget
Definition: DtVideoStreamListPage.h:70
Contains DLL export macros.
Contains makVrv::DtPage class.
QVBoxLayout * myMainLayout
Definition: DtVideoStreamListPage.h:67
QVBoxLayout * myContentsLayout
Definition: DtVideoStreamListPage.h:68
Definition: DtPage.h:150
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
DtDialogPageTitleWidget * myTitle
Definition: DtVideoStreamListPage.h:69
DtPageCreatorTemplate< DtVideoStreamListPage > DtVideoStreamListPageCreator
Creator class for makVrv::DtVideoStreamListPage.
Definition: DtVideoStreamListPage.h:76
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:27
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
Base select instance widget.
Definition: DtDialogPageTitleWidget.h:29

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)