VR-Forces 4.1.1 Class Documentation
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"
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 
56 
57 private:
58 
61 
64 };
65 
66 #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)