VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
exampleLightEditor
DtLightEditorPage.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2013 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include "
lightEditorPlugin.h
"
13
14
#include <
vrvCoreQt/DtPage.h
>
15
16
namespace
makVrv
17
{
18
19
class
DtDe;
20
class
DtLightEditorWidget;
21
class
DtLightEditorLogic;
22
25
class
DT_DLL_EXAMPLELIGHTEDITOR
DtLightEditorPage
:
public
DtPage
26
{ Q_OBJECT;
27
public
:
28
30
DtLightEditorPage
(
DtDe
& de,
QWidget
* parent = 0,
31
Qt::WindowFlags f = Qt::Widget );
32
34
virtual
~
DtLightEditorPage
();
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
51
void
setupGui();
52
54
virtual
void
activate();
55
57
virtual
void
deactivate();
58
59
protected
:
60
61
DtLightEditorWidget
*
myWidget
;
62
DtLightEditorLogic
*
myLogic
;
63
64
};
65
68
typedef
DtPageCreatorTemplate<DtLightEditorPage>
DtLightEditorPageCreator
;
69
}
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)