VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
uiItemRadio.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2007 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: uiItemRadio.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DTUIITEMRADIO_H_
13
#define DTUIITEMRADIO_H_
14
15
#include "
entityEditorImpl/uiElement.h
"
16
#include "
vrfobjparam/vrfRadioDescriptorList.h
"
17
#include <
vrfutil/rwString.h
>
18
#include <
vrfutil/rwBoolean.h
>
19
20
class
DtComponentDescriptorList
;
21
class
DtVrfObjectParameters
;
22
class
QCheckBox
;
23
24
#include "
entityEditorImpl/entityEditorImplDefines.h
"
25
26
class
DT_DLL_entityeditorimpl
DtUiItemRadio
:
public
DtUiElement
27
{
28
public
:
29
31
DtUiItemRadio
32
(
33
const
DtString
& name,
34
DtReaderWriterRegistry
*
const
parentRegistry = NULL
35
);
36
38
virtual
~
DtUiItemRadio
();
39
41
DtUiItemRadio
(
const
DtUiItemRadio
& orig);
42
44
DtUiItemRadio
&
operator=
(
const
DtUiItemRadio
& orig);
45
46
protected
:
47
virtual
QWidget
*
createLabelWidget
(
QWidget
* parent) {
return
0;};
48
virtual
QWidget
*
createControls
(
QWidget
*);
49
virtual
void
setFromParameters
(
DtReaderWriter
* parentRw);
50
virtual
void
elementChanged
();
51
virtual
DtVrfRadioDescriptor
* addRadioDescriptor(
DtVrfObjectParameters
* params);
52
virtual
const
DtVrfRadioDescriptor
* radio()
const
;
53
54
virtual
bool
isModified
()
const
;
55
56
protected
:
57
virtual
DtUiElement
*
clone
();
58
59
protected
:
60
QCheckBox
*
myCheckBox
;
61
DtVrfObjectParameters
*
myParameters
;
62
DtRwBoolean
myAutomaticallyAdd
;
63
DtRadioDescriptorList
myRadio
;
64
};
65
66
#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
)