VR-Forces 4.1.1 Class Documentation
uiFrameElement.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: uiFrameElement.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef uiFrameElement_h
15 #define uiFrameElement_h
16 
18 
19 class QGroupBox;
20 
22 
24 {
25 public:
26 
28  DtUiFrameElement(const DtString& name,
29  DtReaderWriterRegistry* const parentRegistry = NULL);
30 
32  virtual ~DtUiFrameElement();
33 
36 
39 
40  virtual QWidget* createControls(QWidget* parent);
41 
42 protected:
43  virtual DtUiElement* clone();
44 
45  virtual void decorateElement();
46 
47 protected:
48  QGroupBox* myFrame;
49 };
50 
51 #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)