VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/pathMoveControllerPSR.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: pathMoveControllerPSR.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef DtPathMovementControllerPSR_H_
00013 #define DtPathMovementControllerPSR_H_
00014 
00015 #include "vrfobjcore/processSR.h"
00016 #include "vrfutil/rwVector.h"
00017 #include "vrfutil/rwString.h"
00018 #include "vrfutil/rwBoolean.h"
00019 
00025 
00026 #include "vrfobjcore/vrfobjcoreDefines.h"
00027 class DT_DLL_vrfobjcore DtPathMovementControllerPSR : public DtVrfProcessStateRepository
00028 {
00029 public:
00030 
00032    DtPathMovementControllerPSR(DtVrfObject* vrfObject, 
00033       const DtString& rwName = DtString::nullString(), 
00034       DtReaderWriterRegistry*  parentRegistry = 0);
00035 
00037    DtPathMovementControllerPSR(const DtPathMovementControllerPSR& orig,
00038       const DtString& rwName = DtString::nullString(), 
00039       DtReaderWriterRegistry*  parentRegistry = 0);
00040 
00042    virtual ~DtPathMovementControllerPSR();
00043 
00045    DtPathMovementControllerPSR& operator=(const DtPathMovementControllerPSR& orig);
00046 
00048    virtual DtVrfProcessStateRepository* clone(
00049       const DtString& rwName = DtString::nullString(), 
00050       DtReaderWriterRegistry*  parentRegistry = 0) const;
00051 
00053    virtual DtString type() const;
00054 
00057    virtual void setMoving(bool moving);
00058    virtual bool moving() const;
00060 
00063    virtual void setPathName(const DtString& pathName);
00064    virtual DtString pathName() const;
00066    virtual bool pathNameSpecified() const;
00068    virtual void unspecifyPathName();
00070 
00073    virtual void setDestinationName(const DtString& destinationName);
00074    virtual DtString destinationName() const;
00076    virtual bool destinationNameSpecified() const;
00078    virtual void unspecifyDestinationName();
00080 
00084    virtual void setDestinationLocation(const DtVector& destinationLocation);
00085    virtual DtVector destinationLocation() const;
00087    virtual bool destinationLocationSpecified() const;
00089    virtual void unspecifyDestinationLocation();
00091 
00092 public:
00093 
00095    static DtVrfProcessStateRepository* creator (const DtString& rwName,
00096       DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
00097 
00098 protected:
00099 
00100    DtRwBoolean myMoving;
00101    DtRwString myPathName; 
00102    DtRwString myDestinationName; 
00103    DtRwVector myDestinationLocation; 
00104 };
00105 
00106 #endif

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)