VR-Forces 4.2 Class Documentation
boxSymbolDesc.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2003 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: boxSymbolDesc.h,v $ $Revision: 1.6 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTBOXSYMBOLDESC_H
13 #define DTBOXSYMBOLDESC_H
14 
16 
19 {
20 public:
21 
24 
26  virtual ~DtBoxSymbolDescriptor();
27 
30 
32  virtual DtSymbolDescriptor& operator=(const DtSymbolDescriptor& rhs);
33  virtual bool operator==(const DtSymbolDescriptor&) const;
34 
35  virtual QString type() const;
36  virtual QString info() const;
37  virtual DtSymbol* createSymbol(DtSymbolDrawer& drawer, const DtEntityMapperKey& key) const;
38 
39  virtual DtSymbolDescriptor* clone();
40 };
41 
42 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)