VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtInterestManagementSettingsPage.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2009 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: DtInterestManagementSettingsPage.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
9
#pragma once
10
#include <
vrvCoreQt/vrvCoreQt.h
>
11
#include <
vrvCoreQt/DtPage.h
>
12
#include <QtCore/QString>
13
#include <QtGui/QIcon>
14
15
class
QWidget
;
16
class
QLayout;
17
18
namespace
makVrv
19
{
20
class
DtDe;
21
class
DtPersistenceToolbarWidget;
22
class
DtInterestManagementLogic;
23
class
DtInterestManagementWidget;
24
28
class
DT_DLL_VRVCOREQT
DtInterestManagementSettingsPage
:
public
DtPage
29
{
30
Q_OBJECT
31
public
:
33
DtInterestManagementSettingsPage
(
DtDe
& de,
QWidget
* parent,
34
Qt::WindowFlags f = 0);
35
37
virtual
~
DtInterestManagementSettingsPage
();
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
54
void
setupGui();
55
57
virtual
void
activate();
58
60
virtual
void
deactivate();
61
62
protected
:
63
DtInterestManagementLogic
*
myLogic
;
64
DtInterestManagementWidget
*
myWidget
;
65
DtPersistenceToolbarWidget
*
myToolbar
;
66
DtDe
&
myDe
;
67
68
QLayout*
myMainLayout
;
69
};
70
73
typedef
DtPageCreatorTemplate<DtInterestManagementSettingsPage>
74
DtInterestManagementSettingsPageCreator
;
75
}
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
)