VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
uiBooleanElement.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2007 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: uiBooleanElement.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DTUIBOOLEANELEMENT_H_
13
#define DTUIBOOLEANELEMENT_H_
14
15
#include "
entityEditorImpl/uiElement.h
"
16
17
class
QCheckBox
;
18
19
#include "
entityEditorImpl/entityEditorImplDefines.h
"
20
21
class
DT_DLL_entityeditorimpl
DtUiBooleanElement
:
public
DtUiElement
22
{
23
public
:
24
26
DtUiBooleanElement
27
(
28
const
DtString
& name,
29
DtReaderWriterRegistry
*
const
parentRegistry = NULL
30
);
31
33
virtual
~
DtUiBooleanElement
();
34
36
DtUiBooleanElement
(
const
DtUiBooleanElement
& orig);
37
39
DtUiBooleanElement
&
operator=
(
const
DtUiBooleanElement
& orig);
40
41
protected
:
42
virtual
QWidget
*
createLabelWidget
(
QWidget
* parent) {
return
0;};
43
virtual
QWidget
*
createControls
(
QWidget
*);
44
virtual
void
setFromParameters
(
DtReaderWriter
* parentRw);
45
virtual
void
elementChanged
();
46
virtual
void
decorateElement
();
47
48
protected
:
49
virtual
DtUiElement
*
clone
();
50
51
protected
:
52
QCheckBox
*
myCheckBox
;
53
};
54
55
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)