VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
vrfRenderSettingsPage.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrvCoreQt/DtRenderSettingsPage.h
"
12
#include "
vrvCoreQt/DtRenderSettingsWidget.h
"
13
#include "
vrfGuiCoreQt/vrfGuiCoreQt.h
"
14
15
namespace
makVrv
16
{
17
class
DtDe;
18
}
19
20
namespace
makVrf
21
{
24
class
DT_DLL_VRFGUICOREQT
DtVrfRenderSettingsPage
:
public
makVrv::DtRenderSettingsPage
25
{
26
public
:
28
DtVrfRenderSettingsPage
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = 0);
29
};
30
31
typedef
makVrv::DtPageCreatorTemplate<DtVrfRenderSettingsPage>
32
DtVrfRenderSettingsPageCreator
;
33
}
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
)