VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
indirectArtilleryDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
13 
14 
16 {
17 public:
20  DtReaderWriterRegistry * parentRegistry = 0);
21 
24  orig, DtReaderWriterRegistry * parentRegistry = 0);
25 
29 
31  virtual ~DtIndirectArtilleryDescriptor() override;
32 
34  virtual DtString type() const override;
35 
36  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
37 
38  virtual DtRwEntityTypeList& flareTypes();
39  virtual const DtRwEntityTypeList& flareTypes() const;
40 
42  static DtComponentDescriptor * creator();
43 
44 protected:
47 
48 protected:
49 
53 
61 };
62 
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwEntityTypeList myFlareTypes
Parameter Name: flare-types Parameter Description: Types listed here will be treated as flared...
Definition: indirectArtilleryDescriptor.h:59
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
class DtRwEntityTypeList:
Definition: rwEntityTypeList.h:23
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
Definition: indirectArtilleryDescriptor.h:15
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()

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)