VR-Forces 4.1.1 Class Documentation
uiCombatRangeControllerElement.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: uiCombatRangeController.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtUiCombatRangeControllerElement_H
13 #define DtUiCombatRangeControllerElement_H
14 
17 
18 #include <vrfutil/rwReal.h>
20 
21 class QCheckBox;
22 class QLineEdit;
23 class QLabel;
24 
26 {
27 public:
28 
31  (
32  const DtString& name,
33  DtReaderWriterRegistry* const parentRegistry = NULL
34  );
35 
38 
41 
44 
45 protected:
46  virtual QWidget* createLabelWidget(QWidget* parent) {return 0;};
47  virtual QWidget* createControls(QWidget*);
48  virtual void setFromParameters(DtReaderWriter* parentRw);
49  virtual void elementChanged();
50 
51  virtual bool isModified() const;
52  virtual bool rangeModified() const;
53 
54 protected:
55  virtual DtUiElement* clone();
57 
58 protected:
59 
64 
65 };
66 
67 #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)