VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjparam
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
14
#include "
vrfobjparam/joyDeviceControllerDescriptor.h
"
15
#include "
vrfobjparam/ballisticGunControllerDescriptor.h
"
16
17
class
DT_DLL_vrfobjparam
DtBallisticGunJoyControllerDescriptor
:
public
DtJoyDeviceControllerDescriptorTemplate
<DtBallisticGunControllerDescriptor>
18
{
19
public
:
20
DtBallisticGunJoyControllerDescriptor
(
const
DtString
& name,
21
DtReaderWriterRegistry
* parentRegistry = NULL)
22
:
DtJoyDeviceControllerDescriptorTemplate
<
DtBallisticGunControllerDescriptor
>(name, parentRegistry)
23
{
24
}
25
26
DtBallisticGunJoyControllerDescriptor
(
const
DtSymbolString
& name,
27
DtReaderWriterRegistry
* parentRegistry = NULL)
28
:
DtJoyDeviceControllerDescriptorTemplate
<
DtBallisticGunControllerDescriptor
>(name, parentRegistry)
29
{
30
}
31
32
DtBallisticGunJoyControllerDescriptor
(
const
DtBallisticGunJoyControllerDescriptor
& orig,
33
DtReaderWriterRegistry
* parentRegistry = NULL)
34
:
DtJoyDeviceControllerDescriptorTemplate
<
DtBallisticGunControllerDescriptor
>(orig, parentRegistry)
35
{
36
}
37
39
virtual
~DtBallisticGunJoyControllerDescriptor
() {};
40
41
virtual
DtComponentDescriptor
* clone(
DtReaderWriterRegistry
* parentRegistry = NULL)
const
42
{
43
return
new
DtBallisticGunJoyControllerDescriptor
(*
this
, parentRegistry);
44
}
45
46
static
DtComponentDescriptor
* creator()
47
{
48
return
new
DtBallisticGunJoyControllerDescriptor
(
""
);
49
}
50
53
virtual
DtString
type()
const
54
{
55
return
DtBallisticGunJoyControllerDescriptorType
;
56
}
57
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)