VR-Forces 4.1.1 Class Documentation
uiBooleanElement.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: uiBooleanElement.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTUIBOOLEANELEMENT_H_
13 #define DTUIBOOLEANELEMENT_H_
14 
16 
17 class QCheckBox;
18 
20 
22 {
23 public:
24 
27  (
28  const DtString& name,
29  DtReaderWriterRegistry* const parentRegistry = NULL
30  );
31 
33  virtual ~DtUiBooleanElement();
34 
37 
40 
41 protected:
42  virtual QWidget* createLabelWidget(QWidget* parent) {return 0;};
43  virtual QWidget* createControls(QWidget*);
44  virtual void setFromParameters(DtReaderWriter* parentRw);
45  virtual void elementChanged();
46  virtual void decorateElement();
47 
48 protected:
49  virtual DtUiElement* clone();
50 
51 protected:
53 };
54 
55 #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)