VR-Forces 4.6 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
vrfobjcore
vrfAggregateRemoteEntityWithPropertiesNetInterface.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
15
#include "
vrfobjcore/remoteExtendedPropertiesNetInterface.h
"
16
#include "
vrfobjcore/vrfAggregateRemoteEntityNetInterface.h
"
17
#include "
vrfExtObjects/extAggregateStateRepository.h
"
18
19
22
class
DT_DLL_vrfobjcore
DtVrfAggregateRemoteEntityWithPropertiesNetInterface
:
public
23
DtRemoteExtendedPropertiesNetInterface
<DtVrfAggregateRemoteEntityNetInterface, DtExtAggregateStateRepository>
24
{
25
protected
:
26
28
DtVrfAggregateRemoteEntityWithPropertiesNetInterface
();
29
30
public
:
31
33
DtVrfAggregateRemoteEntityWithPropertiesNetInterface
(
const
DtString
& name,
34
DtVrfObject
* simObject,
35
DtReaderWriterRegistry
* parentRegistry = 0,
36
bool
publishObject =
true
);
37
39
DtVrfAggregateRemoteEntityWithPropertiesNetInterface
(
const
40
DtVrfAggregateRemoteEntityWithPropertiesNetInterface
& orig,
41
DtReaderWriterRegistry
* parentRegistry = 0);
42
44
const
DtVrfAggregateRemoteEntityWithPropertiesNetInterface
&
operator=
(
const
45
DtVrfAggregateRemoteEntityWithPropertiesNetInterface
& orig);
46
48
virtual
~
DtVrfAggregateRemoteEntityWithPropertiesNetInterface
();
49
51
virtual
void
initializeNetWithProperties
();
52
53
virtual
DtString
type()
const
;
54
57
static
void
processObjectRemoved(
DtVrfObject
* obj,
void
* usr);
58
virtual
void
processObjectRemoved(
DtVrfObject
* obj);
60
61
static
DtSimObjectNetInterface
*
creator
(
62
const
DtString
& name,
DtVrfObject
* simObject,
63
DtReaderWriterRegistry
* parentRegistry,
bool
publishObject);
64
65
};
66
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
)