VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
uiSensorSignaturesElement.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2007 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: uiSensorSignaturesElement.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DTUISENSORSIGNATURESELEMENT_H_
13
#define DTUISENSORSIGNATURESELEMENT_H_
14
15
#include "
entityEditorImpl/uiElement.h
"
16
#include "
vrfutil/rwTemplatedList.h
"
17
#include "
vrfutil/rwSensorSignatureList.h
"
18
19
class
DtUiRealElement
;
20
class
QGroupBox;
21
class
DtRwSensorSignature
;
22
23
#include "
entityEditorImpl/entityEditorImplDefines.h
"
24
25
class
DT_DLL_entityeditorimpl
DtUiSensorSignaturesElement
:
public
DtUiElement
26
{
27
public
:
28
30
DtUiSensorSignaturesElement
31
(
32
const
DtString
& name,
33
DtReaderWriterRegistry
*
const
parentRegistry = NULL
34
);
35
37
virtual
~
DtUiSensorSignaturesElement
();
38
40
DtUiSensorSignaturesElement
(
const
DtUiSensorSignaturesElement
& orig);
41
43
DtUiSensorSignaturesElement
&
operator=
(
const
DtUiSensorSignaturesElement
& orig);
44
45
public
:
46
virtual
QWidget
*
createLabelWidget
(
QWidget
* parent) {
return
0;};
47
virtual
QWidget
*
createControls
(
QWidget
*);
48
49
protected
:
50
virtual
DtUiElement
*
clone
();
51
virtual
void
decorateElement
();
52
virtual
void
setFromParameters
(
DtReaderWriter
* parentRw);
53
virtual
void
elementChanged
();
54
virtual
void
addSignature(
DtRwSensorSignature
*);
55
virtual
void
setModified(
QWidget
* l,
bool
modified);
56
57
protected
:
58
DtRwSensorSignatureList
myDefaultSignatureList
;
59
QList<DtUiRealElement*>
mySensorSignatures
;
60
QGroupBox*
myGroupBox
;
61
};
62
63
#endif
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
)