VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvVrlQt
DtConnectionListPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
* Copyright (c) 2011 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
/******************************************************************************
6
* $RCSfile: DtConnectionListPage.h,v $ $Revision: 1.9 $ $State: Exp $
7
*****************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvVrlQt/vrvVrlQt.h
>
16
#include <
vrvCoreQt/DtPage.h
>
17
18
class
QVBoxLayout;
19
20
namespace
makVrv
21
{
22
23
class
DtConnectionListWidget;
24
class
DtPersistenceToolbarWidget;
25
29
class
DT_DLL_VRVVRLQT
DtConnectionListPage
:
public
DtPage
30
{
31
public
:
32
34
DtConnectionListPage
(
DtDe
& de,
QWidget
* parent = 0, Qt::WindowFlags f = 0 );
35
37
virtual
~
DtConnectionListPage
();
38
40
virtual
QIcon icon();
41
43
virtual
QString title();
44
46
virtual
const
std::string& pageClassName()
const
;
47
49
static
const
std::string& thePageClassName();
50
51
protected
:
52
55
void
setupGui();
56
58
virtual
void
activate();
59
61
virtual
void
deactivate();
62
63
protected
:
64
65
DtDe
&
myDe
;
66
QVBoxLayout*
myMainLayout
;
67
QVBoxLayout*
myContentsLayout
;
68
DtPersistenceToolbarWidget
*
myTitle
;
69
DtConnectionListWidget
*
myConnectionListWidget
;
70
71
};
72
75
typedef
DtPageCreatorTemplate<DtConnectionListPage>
DtConnectionListPageCreator
;
76
77
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)