VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvVideoStreamQt
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
12
#include <
vrvVideoStreamQt/vrvVideoStreamQt.h
>
13
#include <
vrvCoreQt/DtPage.h
>
14
15
class
QVBoxLayout;
16
17
namespace
makVrv
18
{
19
20
class
DtVideoStreamListWidget;
21
class
DtPersistenceToolbarWidget;
22
26
class
DT_DLL_VRVVIDEOSTREAMQT
DtVideoStreamListPage
:
public
DtPage
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
DtDe
&
myDe
;
63
QVBoxLayout*
myMainLayout
;
64
QVBoxLayout*
myContentsLayout
;
65
DtPersistenceToolbarWidget
*
myTitle
;
66
DtVideoStreamListWidget
*
myVideoStreamListWidget
;
67
68
};
69
72
typedef
DtPageCreatorTemplate<DtVideoStreamListPage>
DtVideoStreamListPageCreator
;
73
74
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)