VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
indLifeformLauncherAcquireDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: indLifeFormLauncherAcqrDesc.h,v $ $Revision: 1.1 $ $State: Exp $
7 ** Created: 2/1/07 MEM
8 *******************************************************************************/
9 
12 
15 
16 #ifndef DtIndLifeformLauncherAcquireDescriptor_H_
17 #define DtIndLifeformLauncherAcquireDescriptor_H_
18 
22 
28 {
29 public:
32  const DtString& rwName = DtString::nullString(),
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
38  DtReaderWriterRegistry* parentRegistry = 0);
39 
43 
45  virtual ~DtIndLifeformLauncherAcquireDescriptor() override;
46 
48  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
49 
52  virtual DtString type() const override;
53 
56 
58 
59  virtual DtRwTargetAcquireCriteriaList& targetAcquireCriteriaList();
60  virtual const DtRwTargetAcquireCriteriaList&
61  targetAcquireCriteriaList() const;
63 
64 protected:
65 
68 
69 
76 
77 
79 };
80 #endif
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtIndividualLifeformAcquireDescriptor & operator=(const DtIndividualLifeformAcquireDescriptor &orig)
assignment operator
DtRwTargetAcquireCriteriaList myTargetAcquireCriteriaList
Parameter Name: target-acquire-criteria Parameter Description: List of DtTargetAcquireCriteria object...
Definition: indLifeformLauncherAcquireDescriptor.h:75
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
DtIndividualLifeformAcquireDescriptor; descriptor for the DtIndividualLifeformAcquireComponent compon...
Definition: individualLifeformAcquireDescriptor.h:24
Definition: readerWriterRegistry.h:39
DtIndLifeformLauncherAcquireDescriptor; descriptor for the DtIndLifeformLauncherAcquire component...
Definition: indLifeformLauncherAcquireDescriptor.h:27

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)