VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
uiSingleSystemElement.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: uiSingleSystemElement.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef uiSingleSystemElement_h
15
#define uiSingleSystemElement_h
16
17
#include "
entityEditorImpl/uiSystemElement.h
"
18
#include "
entityEditorImpl/systemPropertyEditDialog.h
"
19
#include "
vrfutil/rwString.h
"
20
21
class
QComboBox
;
22
class
DtComponentSystemDescriptor
;
23
class
QAbstractButton;
24
class
QGroupBox;
25
26
#include "
entityEditorImpl/entityEditorImplDefines.h
"
27
28
class
DT_DLL_entityeditorimpl
DtUiSingleSystemElement
:
public
DtUiSystemElement
29
{
30
public
:
31
33
DtUiSingleSystemElement
(
const
DtString
& name,
34
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
35
37
virtual
~
DtUiSingleSystemElement
();
38
40
DtUiSingleSystemElement
(
const
DtUiSingleSystemElement
& orig);
41
43
DtUiSingleSystemElement
&
operator=
(
const
DtUiSingleSystemElement
& orig);
44
45
virtual
void
openPropertyEditWindow
();
46
47
virtual
bool
isModified
()
const
;
48
49
protected
:
50
virtual
void
setFromParameters
(
DtReaderWriter
* parentRw);
51
virtual
DtReaderWriterRegistryData
*
value
(
DtReaderWriter
* parentRw);
52
53
//virtual QWidget* createControls(QWidget*);
54
virtual
QWidget
*
createDataEntryElement
(
QWidget
* parent);
55
56
virtual
void
elementChanged
();
57
58
virtual
void
findAvailableSystems
();
59
virtual
QString
getOpdEditorArguments
()
const
;
60
61
virtual
void
processUiEvent
(
const
DtUiElementEvent
&);
62
63
protected
:
64
virtual
DtUiElement
*
clone
();
65
66
protected
:
67
QComboBox
*
myCombo
;
68
DtComponentSystemDescriptor
*
mySystemDescriptor
;
69
DtSystemPropertyEditDialogShdPtr
mySystemPropertyDialog
;
70
QAbstractButton*
myPropertiesButton
;
71
QAbstractButton*
myLaunchOpdEditor
;
72
73
DtRwString
myNoneSelectedText
;
74
75
QHBoxLayout*
myButtonLayout
;
76
QVBoxLayout*
myMainLayout
;
77
};
78
79
#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
)