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
vrfmodel
engineeringObjectSetController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2016 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
12
#pragma once
13
14
#include "
vrfmodel/tacticalGraphicSetController.h
"
15
20
#include "
vrfmodel/vrfmodelDefines.h
"
21
class
DT_DLL_vrfmodel
DtEngineeringObjectSetController
:
public
DtTacticalGraphicSetController
22
{
23
24
public
:
25
28
DtEngineeringObjectSetController
(
const
DtString
& name,
29
DtVrfObject
* owner,
30
DtSimManager
* simManager,
31
DtComponentDescriptor
* desc = 0,
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
35
virtual
~
DtEngineeringObjectSetController
();
36
38
virtual
bool
init
();
39
40
public
:
41
45
static
DtSimComponent
*
creator
(
const
DtString
& name,
46
DtVrfObject
* owner,
47
DtSimManager
* simManager,
48
DtComponentDescriptor
* desc = 0,
49
DtReaderWriterRegistry
* parentRegistry = 0);
50
51
private
:
54
DtEngineeringObjectSetController
();
55
57
DtEngineeringObjectSetController
(
const
DtEngineeringObjectSetController
& orig);
58
60
const
DtEngineeringObjectSetController
&
operator=
(
const
61
DtEngineeringObjectSetController
& orig);
62
63
};
64
65
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
)