VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtRenderSettingsPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtRenderSettingsPage.h,v $ $Revision: 1.7 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvCoreQt/vrvCoreQt.h
>
15
#include <
vrvCoreQt/DtPage.h
>
16
#include <QtCore/QString>
17
#include <QtGui/QIcon>
18
19
class
QWidget
;
20
class
QLayout;
21
22
namespace
makVrv
23
{
24
class
DtDe;
25
class
DtPersistenceToolbarWidget;
26
class
DtRenderSettingsLogic;
27
class
DtRenderSettingsWidget;
28
32
class
DT_DLL_VRVCOREQT
DtRenderSettingsPage
:
public
DtPage
33
{
34
Q_OBJECT
35
36
public
:
37
39
DtRenderSettingsPage
(
DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = 0);
40
42
virtual
~
DtRenderSettingsPage
();
43
45
virtual
QIcon icon();
46
48
virtual
QString title();
49
51
virtual
const
std::string& pageClassName()
const
;
52
54
static
const
std::string& thePageClassName();
55
56
protected
:
57
59
void
setupGui();
60
62
virtual
void
activate();
63
65
virtual
void
deactivate();
66
67
protected
:
68
DtRenderSettingsLogic
*
myLogic
;
69
DtRenderSettingsWidget
*
myWidget
;
70
DtPersistenceToolbarWidget
*
myToolbar
;
71
DtDe
&
myDe
;
72
73
QLayout*
myMainLayout
;
74
};
75
78
typedef
DtPageCreatorTemplate<DtRenderSettingsPage>
79
DtRenderSettingsPageCreator
;
80
}
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
)