VR-Forces 4.1.1 Class Documentation
uiComboBoxElement.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: uiComboBoxElement.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTUICOMBOBOXELEMENT_H_
13 #define DTUICOMBOBOXELEMENT_H_
14 
17 
18 class QComboBox;
19 
21 
23 {
24 public:
25 
28  (
29  const DtString& name,
30  DtReaderWriterRegistry* const parentRegistry = NULL
31  );
32 
34  virtual ~DtUiComboBoxElement();
35 
38 
41 
42 protected:
44  virtual void setFromParameters(DtReaderWriter* parentRw);
45  virtual void elementChanged();
46 
47 protected:
48  virtual DtUiElement* clone();
49 
50 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)