VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtFeatureLayerDialogPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtFeatureLayerDialogPage.h,v $ $Revision: 1.11 $ $State: Exp $
7
******************************************************************************/
8
14
15
#pragma once
16
17
#include <
vrvCoreQt/vrvCoreQt.h
>
18
#include <
vrvCoreQt/DtSelectedInstanceDialogPage.h
>
19
20
namespace
makVrv
21
{
22
class
DtDe;
23
class
DtFeatureLayer;
24
27
class
DT_DLL_VRVCOREQT
DtFeatureLayerDialogPage
28
:
public
DtSelectedInstanceDialogPage
29
{
30
Q_OBJECT;
31
public
:
32
34
DtFeatureLayerDialogPage
(
DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = 0);
35
37
virtual
~
DtFeatureLayerDialogPage
();
38
39
virtual
void
onNewInstanceRequested();
40
virtual
void
onDeleteInstanceRequested();
41
42
protected
:
43
44
void
setupGui();
45
46
virtual
void
addFeatureLayer(
const
DtFeatureLayer
& FeatureLayer );
47
virtual
void
removeFeatureLayer(
const
DtFeatureLayer
& FeatureLayer );
48
49
virtual
void
activate();
50
virtual
void
deactivate();
51
52
};
53
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)