VR-Forces 4.1 Class Documentation
uiResourcesElement.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: uiResourcesElement.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTUIRESOURCESELEMENT_H_
13 #define DTUIRESOURCESELEMENT_H_
14 
16 
17 class QTreeWidget;
18 
20 
22 {
23 public:
24 
27  (
28  const DtString& name,
29  DtReaderWriterRegistry* const parentRegistry = NULL
30  );
31 
33  virtual ~DtUiResourcesElement();
34 
37 
40 
41 protected:
42  virtual QWidget* createControls(QWidget*);
43 
44 protected:
45  virtual DtUiElement* clone();
46 
47 protected:
49 };
50 
51 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)