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