VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
uiFrameElement.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: uiFrameElement.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef uiFrameElement_h
15
#define uiFrameElement_h
16
17
#include "
entityEditorImpl/uiElement.h
"
18
19
class
QGroupBox;
20
21
#include "
entityEditorImpl/entityEditorImplDefines.h
"
22
23
class
DT_DLL_entityeditorimpl
DtUiFrameElement
:
public
DtUiElement
24
{
25
public
:
26
28
DtUiFrameElement
(
const
DtString
& name,
29
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
30
32
virtual
~
DtUiFrameElement
();
33
35
DtUiFrameElement
(
const
DtUiFrameElement
& orig);
36
38
DtUiFrameElement
&
operator=
(
const
DtUiFrameElement
& orig);
39
40
virtual
QWidget
*
createControls
(
QWidget
* parent);
41
42
protected
:
43
virtual
DtUiElement
*
clone
();
44
45
virtual
void
decorateElement
();
46
47
protected
:
48
QGroupBox*
myFrame
;
49
};
50
51
#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
)