VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCigiQt
DtCigiLightPointGroupMappingPage.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2017 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
10
11
#pragma once
12
#include <
vrvCigiQt/vrvCigiQt.h
>
13
#include <
vrvCoreQt/DtPage.h
>
14
#include <
vrvUtil/templateUtil.h
>
15
16
namespace
makVrv
17
{
18
class
DtCigiLightPointGroupMappingWidget;
19
23
class
DT_DLL_VRVCIGIQT
DtCigiLightPointGroupMappingPage
:
public
DtPage
24
{
25
Q_OBJECT;
26
public
:
28
DtCigiLightPointGroupMappingPage
(
DtDe
& de, QWidget* parent,
29
Qt::WindowFlags f = 0);
30
32
virtual
~
DtCigiLightPointGroupMappingPage
();
33
35
virtual
QIcon icon();
36
38
virtual
QString title();
39
41
virtual
const
std::string& pageClassName()
const
;
42
44
static
const
std::string& thePageClassName();
45
46
protected
:
48
void
setupGui();
49
51
virtual
void
activate();
52
54
virtual
void
deactivate();
55
56
protected
:
57
DtCigiLightPointGroupMappingWidget
*
myMapWidget
;
58
};
59
62
EXPORT_TEMPLATE_TYPEDEF
(
DtPageCreatorTemplate<DtCigiLightPointGroupMappingPage>
,
63
DtCigiLightPointGroupMappingPageCreator)
64
65
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)