VR-Forces 4.1 Class Documentation
symbolDisplayOptions.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2004 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: symbolDisplayOptions.h,v $ $Revision: 1.3 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTSYMBOLDISPLAYOPTIONS_H_
13 #define DTSYMBOLDISPLAYOPTIONS_H_
14 
17 {
18 public:
19 
21 
23 
24  virtual ~DtSymbolDisplayOptions();
25 
26  DtSymbolDisplayOptions& operator=(const DtSymbolDisplayOptions& rhs);
27 
28  virtual DtSymbolDisplayOptions* clone();
29 
32  virtual void copy(DtSymbolDisplayOptions*);
33 
34  void setJustCreated(bool);
35  bool justCreated() const;
36 
37  virtual int cacheValue() const;
38 
39 protected:
41 };
42 
44 {
45  myJustCreated = b;
46 }
47 
49 {
50  return myJustCreated;
51 }
52 
53 #endif
54 

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)