VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
weaponControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: weaponCtlDesc.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtWeaponControllerDescriptor_H_
16 #define DtWeaponControllerDescriptor_H_
17 
21 #include "vrfutil/simClock.h"
22 
29 {
30 public:
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
37  orig, DtReaderWriterRegistry * parentRegistry = 0);
38 
42 
45 
48  virtual DtString type() const;
49 
50  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
51  = 0) const;
52 
53 
56  virtual const DtAmmoSelectTable& ammoSelectTable() const;
57  virtual void setAmmoSelectTable(const DtAmmoSelectTable& table);
59 
62  virtual void setAmmoSelectTableFilename(const DtString& filename);
63  virtual const DtString& ammoSelectTableFilename();
65 
68  virtual const DtString& rangeName() const;
69  virtual void setRangeName(const DtString& rangeName);
71 
73 
74  virtual DtTargetSelectionCriteria& targetSelectionCriteria();
75  virtual const DtTargetSelectionCriteria& targetSelectionCriteria() const;
77 
79  static DtComponentDescriptor * creator();
80 
81 protected:
84 
85 protected:
86 
90 
95 
101 
107 
114 
116 };
117 
118 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)