VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
formationControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: formCtlDesc.h,v $ $Revision: 1.17 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtFormationControllerDescriptor_H_
16 #define DtFormationControllerDescriptor_H_
17 
19 #include "vrfutil/rwBoolean.h"
21 
25 {
26 public:
29  DtReaderWriterRegistry * parentRegistry = 0);
30 
33  orig, DtReaderWriterRegistry * parentRegistry = 0);
34 
38 
41 
44  virtual bool init();
45 
48  virtual DtString type() const;
49 
50  virtual void setAutoPromoteInFormation(bool value);
51  virtual bool autoPromoteInFormation() const;
52 
53  virtual DtComponentDescriptor * clone(
54  DtReaderWriterRegistry * parentRegistry = 0) const;
55 
57  static DtComponentDescriptor * creator();
58 
59 protected:
62 
63 protected:
64 
68 
77 
79 };
80 
81 #endif
82 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)