VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/groundMoveChooserPSR.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: groundMoveChooserPSR.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ** Created: 7/27/10 MEM
00008 *******************************************************************************/
00009 
00010 #pragma once
00011 
00014 
00015 
00016 #include "vrfobjcore/processSR.h"
00017 #include "vrfutil/rwBoolean.h"
00018 #include "vrfutil/rwString.h"
00019 #include "vrfobjcore/vrfobjcoreDefines.h"
00020 
00021 
00022 class DT_DLL_vrfobjcore DtGroundMovementChooserPSR : public DtVrfProcessStateRepository
00023 {
00024 public:
00025 
00027    DtGroundMovementChooserPSR(DtVrfObject* vrfObject, 
00028       const DtString& rwName = DtString::nullString(), 
00029       DtReaderWriterRegistry*  parentRegistry = 0);
00030 
00032    DtGroundMovementChooserPSR(const DtGroundMovementChooserPSR& orig,
00033       const DtString& rwName = DtString::nullString(), 
00034       DtReaderWriterRegistry*  parentRegistry = 0);
00035 
00037    virtual ~DtGroundMovementChooserPSR();
00038 
00040    DtGroundMovementChooserPSR& operator=(const DtGroundMovementChooserPSR& orig);
00041 
00043    virtual DtVrfProcessStateRepository* clone(
00044       const DtString& rwName = DtString::nullString(), 
00045       DtReaderWriterRegistry*  parentRegistry = 0) const;
00046 
00048    virtual DtString type() const;
00049 
00052    virtual bool isSubTask() const;
00053    virtual void setIsSubTask(bool value);
00055 
00058    virtual const DtString & currentMovementSystem() const;
00059    virtual void setCurrentMovementSystem(const DtString & name);
00061 
00064    virtual const DtString & defaultMovementSystem() const;
00065    virtual void setDefaultMovementSystem(const DtString & name);
00067 
00069    static DtVrfProcessStateRepository* creator (const DtString& rwName,
00070       DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
00071 
00072 protected:
00077    DtRwBoolean    myAmSubTask;
00078    DtRwString     myCurrentMovementSystemName;
00079    DtRwString     myDefaultMovementSystemName;
00080 };
00081 
00082 

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)