VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
uiComboBoxElement.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2007 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: uiComboBoxElement.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DTUICOMBOBOXELEMENT_H_
13
#define DTUICOMBOBOXELEMENT_H_
14
15
#include "
entityEditorImpl/uiElement.h
"
16
#include "
vrfutil/rwNLengthStringVector.h
"
17
18
class
QComboBox
;
19
20
#include "
entityEditorImpl/entityEditorImplDefines.h
"
21
22
class
DT_DLL_entityeditorimpl
DtUiComboBoxElement
:
public
DtUiElement
23
{
24
public
:
25
27
DtUiComboBoxElement
28
(
29
const
DtString
& name,
30
DtReaderWriterRegistry
*
const
parentRegistry = NULL
31
);
32
34
virtual
~
DtUiComboBoxElement
();
35
37
DtUiComboBoxElement
(
const
DtUiComboBoxElement
& orig);
38
40
DtUiComboBoxElement
&
operator=
(
const
DtUiComboBoxElement
& orig);
41
42
protected
:
43
virtual
QWidget
*
createDataEntryElement
(
QWidget
*);
44
virtual
void
setFromParameters
(
DtReaderWriter
* parentRw);
45
virtual
void
elementChanged
();
46
47
protected
:
48
virtual
DtUiElement
*
clone
();
49
50
protected
:
51
DtRwNLengthStringVector
myItems
;
52
QComboBox
*
myComboBox
;
53
};
54
55
#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
)