VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ballisticGunJoyControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
16 
18 {
19 public:
21  DtReaderWriterRegistry* parentRegistry = NULL)
23  {
24  }
25 
27  DtReaderWriterRegistry* parentRegistry = NULL)
29  {
30  }
31 
33  DtReaderWriterRegistry* parentRegistry = NULL)
35  {
36  }
37 
40 
41  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry * parentRegistry = NULL)const
42  {
43  return new DtBallisticGunJoyControllerDescriptor(*this, parentRegistry);
44  }
45 
47  {
49  }
50 
53  virtual DtString type() const
54  {
56  }
57 };
Definition: joyDeviceControllerDescriptor.h:42
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtBallisticGunJoyControllerDescriptor; descriptor for the DtBallisticJoystickGunController component...
Definition: ballisticGunJoyControllerDescriptor.h:17
DtBallisticGunJoyControllerDescriptor(const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: ballisticGunJoyControllerDescriptor.h:20
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtBallisticGunJoyControllerDescriptor(const DtBallisticGunJoyControllerDescriptor &orig, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: ballisticGunJoyControllerDescriptor.h:32
virtual DtString type() const
Returns the type of descriptor.
Definition: ballisticGunJoyControllerDescriptor.h:53
const char DtBallisticGunJoyControllerDescriptorType[]
Definition: simComponentDescriptorTypes.h:183
static DtComponentDescriptor * creator()
Definition: ballisticGunJoyControllerDescriptor.h:46
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Definition: ballisticGunJoyControllerDescriptor.h:41
DtBallisticGunJoyControllerDescriptor(const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: ballisticGunJoyControllerDescriptor.h:26
virtual ~DtBallisticGunJoyControllerDescriptor()
destructor
Definition: ballisticGunJoyControllerDescriptor.h:39
DtBallisticGunControllerDescriptor, descriptor for the DtBallisticGunController component.
Definition: ballisticGunControllerDescriptor.h:24

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)