VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
uiArtPartElement.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: uiArtPartElement.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef uiArtPartElement_h
15
#define uiArtPartElement_h
16
17
#include "
entityEditorImpl/uiElement.h
"
18
19
class
DtArtPartManager
;
20
class
QLabel
;
21
25
26
#include "
entityEditorImpl/entityEditorImplDefines.h
"
27
28
class
DT_DLL_entityeditorimpl
DtUiArtPartElement
:
public
DtUiElement
29
{
30
public
:
31
33
DtUiArtPartElement
(
const
DtString
& name,
34
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
35
37
virtual
~
DtUiArtPartElement
();
38
40
DtUiArtPartElement
(
const
DtUiArtPartElement
& orig);
41
43
DtUiArtPartElement
&
operator=
(
const
DtUiArtPartElement
& orig);
44
45
virtual
DtString
artPartCategory()
const
;
46
virtual
void
setArtPartCategory(
const
DtString
& cat);
47
48
virtual
int
artPartNumber()
const
;
49
virtual
void
setArtPartNumber(
int
num);
50
51
virtual
void
setFromSystemParameterData
(
const
DtSystemParameterData
* data);
52
53
protected
:
54
virtual
QWidget
*
createDataEntryElement
(
QWidget
*);
55
56
protected
:
57
virtual
DtUiElement
*
clone
();
58
virtual
void
setFromParameters
(
DtReaderWriter
* parentRw);
59
60
protected
:
61
DtString
myArtPartCategory
;
62
QLabel
*
myPartLabel
;
63
64
static
DtArtPartManager
*
theArtPartManager
;
65
};
66
67
#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
)