VR-Forces 4.1.1 Class Documentation
uiItemRadio.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: uiItemRadio.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTUIITEMRADIO_H_
13 #define DTUIITEMRADIO_H_
14 
17 #include <vrfutil/rwString.h>
18 #include <vrfutil/rwBoolean.h>
19 
22 class QCheckBox;
23 
25 
27 {
28 public:
29 
32  (
33  const DtString& name,
34  DtReaderWriterRegistry* const parentRegistry = NULL
35  );
36 
38  virtual ~DtUiItemRadio();
39 
41  DtUiItemRadio(const DtUiItemRadio& orig);
42 
45 
46 protected:
47  virtual QWidget* createLabelWidget(QWidget* parent) {return 0;};
48  virtual QWidget* createControls(QWidget*);
49  virtual void setFromParameters(DtReaderWriter* parentRw);
50  virtual void elementChanged();
51  virtual DtVrfRadioDescriptor* addRadioDescriptor(DtVrfObjectParameters* params);
52  virtual const DtVrfRadioDescriptor* radio() const;
53 
54  virtual bool isModified() const;
55 
56 protected:
57  virtual DtUiElement* clone();
58 
59 protected:
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)