VR-Forces 4.1.1 Class Documentation
bmpSymbolDesc.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2000 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: bmpSymbolDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef BMPSYMBOLDESC_H
13 #define BMPSYMBOLDESC_H
14 
17 
23 {
24 public:
25 
28 
30  virtual ~DtBmpSymbolDescriptor();
31 
34 
36  virtual DtSymbolDescriptor& operator=(const DtSymbolDescriptor& rhs);
37  virtual bool operator==(const DtSymbolDescriptor&) const;
38 
39  virtual QString type() const;
40 
41  virtual QString info() const;
42 
43  virtual DtSymbol* createSymbol(DtSymbolDrawer& drawer, const DtEntityMapperKey& key) const;
44 
45  virtual const QString& filename() const;
46  virtual void setFilename(const QString& s);
47 
48  virtual void setAlignment(const QString&);
49  virtual DtPointObjectSymbol::DtPointObjectAlignment alignment() const;
50  virtual const QString& alignmentString() const;
51 
52  virtual DtSymbolDescriptor* clone();
53 
54  virtual QString descriptorInformation() const;
55 
56 protected:
57  QString myFilename;
58  QString myAlignment;
59 };
60 
61 #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)