VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
tmqt
areaConfigWidget.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2000 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: areaConfigWidget.h,v $ $Revision: 1.13 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef AREACONFIGWIDGET_H
13
#define AREACONFIGWIDGET_H
14
15
#include "
tmqt/lineConfigWidget.h
"
16
20
#include "
tmqt/tmqtDefines.h
"
21
class
DT_DLL_tmqt
DtAreaConfigWidget
:
public
DtLineConfigWidget
22
{
23
Q_OBJECT
24
25
public
:
26
28
DtAreaConfigWidget
(
QWidget
* parent = NULL,
const
Qt::WindowFlags& flags = 0);
29
31
virtual
~
DtAreaConfigWidget
();
32
33
static
QWidget
*
create
(
QWidget
* parent = NULL,
const
Qt::WindowFlags& flags = 0);
34
35
public
slots:
36
39
virtual
void
fillStyleChanged(
int
);
40
41
protected
:
42
virtual
void
createAndClose
();
43
virtual
void
editAndClose
();
44
46
virtual
bool
valid()
const
;
47
49
virtual
bool
initMainDialogChanges
();
50
51
virtual
void
setEditPoint
(
QTreeWidgetItem
* item);
52
53
protected
:
54
55
int
myDefaultFillStyle
;
56
57
private
:
58
60
DtAreaConfigWidget
(
const
DtAreaConfigWidget
& orig);
61
63
DtAreaConfigWidget
&
operator=
(
const
DtAreaConfigWidget
& orig);
64
};
65
66
#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
)