VR-Forces 4.5 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
include
vrvCoreQt
DtKeyMappingEditorPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtKeyMappingEditorPage.h,v $ $Revision: 1.10 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvCoreQt/vrvCoreQt.h
>
16
#include <
vrvCoreQt/DtPage.h
>
17
18
namespace
makVrv
19
{
20
class
DtPersistenceToolbarWidget;
21
class
DtKeyMappingEditorWidget;
22
class
DtKeyMappingEditorLogic;
23
class
DtSelectInstanceWidget;
24
27
class
DT_DLL_VRVCOREQT
DtKeyMappingEditorPage
:
public
DtPage
28
{
29
Q_OBJECT
30
31
public
:
32
34
DtKeyMappingEditorPage
(
DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = 0);
35
37
virtual
~
DtKeyMappingEditorPage
();
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
virtual
void
activate();
55
57
virtual
void
deactivate();
58
60
void
setupGui();
61
62
protected
:
63
DtPersistenceToolbarWidget
*
myToolbar
;
64
DtKeyMappingEditorWidget
*
myKeyMappingWidget
;
65
DtKeyMappingEditorLogic
*
myLogic
;
66
DtSelectInstanceWidget
*
mySelectInstanceWidget
;
67
};
68
71
typedef
DtPageCreatorTemplate<DtKeyMappingEditorPage>
72
DtKeyMappingEditorPageCreator
;
73
74
}
75
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)