VR-Forces 4.0.4 Class Documentation
include/symbology/symbolDisplayOptions.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2004 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: symbolDisplayOptions.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef DTSYMBOLDISPLAYOPTIONS_H_
00013 #define DTSYMBOLDISPLAYOPTIONS_H_
00014 
00015 #include "symbology/symbologyDefines.h"
00016 class DT_DLL_symbology DtSymbolDisplayOptions
00017 {
00018 public:
00019 
00020    DtSymbolDisplayOptions();
00021 
00022    DtSymbolDisplayOptions(const DtSymbolDisplayOptions& orig);
00023 
00024    virtual ~DtSymbolDisplayOptions();
00025 
00026    DtSymbolDisplayOptions& operator=(const DtSymbolDisplayOptions& rhs);
00027 
00028    virtual DtSymbolDisplayOptions* clone();
00029 
00032    virtual void copy(DtSymbolDisplayOptions*);
00033 
00034    void setJustCreated(bool);
00035    bool justCreated() const;
00036 
00037    virtual int cacheValue() const;
00038 
00039 protected:
00040    bool myJustCreated;
00041 };
00042 
00043 inline void DtSymbolDisplayOptions::setJustCreated(bool b)
00044 {
00045    myJustCreated = b;
00046 }
00047 
00048 inline bool DtSymbolDisplayOptions::justCreated() const
00049 {
00050    return myJustCreated;
00051 }
00052 
00053 #endif
00054 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)