VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/indLifeFormLauncherAcqrDesc.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2007 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: indLifeFormLauncherAcqrDesc.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ** Created: 2/1/07 MEM
00008 *******************************************************************************/
00009 
00012 
00015 
00016 #ifndef DtIndLifeformLauncherAcquireDescriptor_H_
00017 #define DtIndLifeformLauncherAcquireDescriptor_H_
00018 
00019 #include "vrfobjparam/indLifeformAcquireDesc.h"
00020 #include "vrfobjparam/targetAcquireCriteria.h"
00021 #include "vrfobjparam/vrfobjparamDefines.h"
00022 
00027 class DT_DLL_vrfobjparam DtIndLifeformLauncherAcquireDescriptor : public DtIndividualLifeformAcquireDescriptor
00028 {
00029 public:
00031    DtIndLifeformLauncherAcquireDescriptor(
00032       const DtString& rwName = DtString::nullString(), 
00033       DtReaderWriterRegistry*  parentRegistry = 0);
00034 
00036    DtIndLifeformLauncherAcquireDescriptor(
00037       const DtIndLifeformLauncherAcquireDescriptor& orig, 
00038       DtReaderWriterRegistry*  parentRegistry = 0);
00039    
00041    DtIndLifeformLauncherAcquireDescriptor& operator=(
00042       const DtIndLifeformLauncherAcquireDescriptor& orig);
00043 
00045    virtual ~DtIndLifeformLauncherAcquireDescriptor();
00046 
00048    virtual DtComponentDescriptor* clone(
00049       DtReaderWriterRegistry*  parentRegistry = 0) const;
00050 
00053    virtual DtString type() const;
00054 
00056    static DtComponentDescriptor* creator();
00057 
00059 
00060    virtual DtRwTargetAcquireCriteriaList& targetAcquireCriteriaList();
00061    virtual const DtRwTargetAcquireCriteriaList& 
00062       targetAcquireCriteriaList() const;
00064 
00065 protected:
00066 
00069 
00070 
00076    DtRwTargetAcquireCriteriaList myTargetAcquireCriteriaList;
00077 
00078 
00080 };
00081 #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)