20 class DtDialogPageTitleWidget;
21 class DtVideoStreamListWidget;
22 class DtPersistenceToolbarWidget;
45 virtual QString title();
48 virtual const std::string& pageClassName()
const;
51 static const std::string& thePageClassName();
60 virtual void activate();
63 virtual void deactivate();
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
#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:72
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
Base select instance widget.
Definition: DtDialogPageTitleWidget.h:29