VR-Forces 4.1 Class Documentation
uiArtPartElement.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: uiArtPartElement.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef uiArtPartElement_h
15 #define uiArtPartElement_h
16 
18 
19 class DtArtPartManager;
20 class QLabel;
21 
25 
27 
29 {
30 public:
31 
33  DtUiArtPartElement(const DtString& name,
34  DtReaderWriterRegistry* const parentRegistry = NULL);
35 
37  virtual ~DtUiArtPartElement();
38 
41 
44 
45  virtual DtString artPartCategory() const;
46  virtual void setArtPartCategory(const DtString& cat);
47 
48  virtual int artPartNumber() const;
49  virtual void setArtPartNumber(int num);
50 
51  virtual void setFromSystemParameterData(const DtSystemParameterData* data);
52 
53 protected:
55 
56 protected:
57  virtual DtUiElement* clone();
58  virtual void setFromParameters(DtReaderWriter* parentRw);
59 
60 protected:
63 
65 };
66 
67 #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)