VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
simulationObjectEditorImpl
uiListBoxElement.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2013 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#pragma once
10
11
#include "
simulationObjectEditorImpl/simulationObjectEditorImplDefines.h
"
12
#include "
simulationObjectEditorImpl/uiElement.h
"
13
14
class
QListWidgetItem;
15
16
class
DT_DLL_simulationObjectEditorimpl
DtUiListBoxElement
:
public
DtUiElement
17
{
18
public
:
19
21
DtUiListBoxElement
(
makVrv::DtDe
&);
22
24
virtual
~
DtUiListBoxElement
();
25
26
static
DtUiElement
*
CreatorFunction
(
makVrv::DtDe
&);
27
30
virtual
void
setComboElements(
const
std::vector<std::string>&);
31
32
virtual
void
elementChanged
();
33
34
protected
:
35
virtual
void
createControls
(QWidget* parent);
36
virtual
void
setFromParameters
(
const
std::vector<DtReaderWriter*>& parentRw);
37
38
protected
:
39
std::vector<std::string>
myComboElements
;
40
std::map<std::string, QListWidgetItem*>
myListItems
;
41
};
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)