VR-Forces 4.6.1 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
vrfplanmgr
createObjectCommandExecutor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2018 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfplanmgr/vrfplanmgrDefines.h
"
14
#include "
vrfobjcore/simCommandExecutor.h
"
15
18
class
DT_DLL_vrfplanmgr
DtSimCommandCreateContext
:
public
DtSimCommandContext
19
{
20
public
:
21
DtSimCommandCreateContext
(
int
id
) : myCreateID(id) {};
22
DtSimCommandCreateContext
(
const
DtSimCommandCreateContext
& orig) : myCreateID(orig.myCreateID) {};
23
virtual
~DtSimCommandCreateContext
() {};
24
25
int
myCreateID;
26
};
27
31
class
DT_DLL_vrfplanmgr
DtCreateObjectCommandExecutor
:
public
DtSimCommandExecutor
32
{
33
public
:
34
DtCreateObjectCommandExecutor
(
DtSimManager
* simManager);
35
36
virtual
~
DtCreateObjectCommandExecutor
();
37
40
virtual
bool
execute
(
const
DtSimCommand
* command,
DtSimCommandContextPtr
& context,
const
DtPlan
* = 0);
41
43
static
DtSimCommandExecutor
* create(
DtSimManager
* simManager);
44
47
virtual
bool
isSimCommandComplete
(
const
DtSimCommand
* command,
const
DtSimCommandContextPtr
& context,
const
DtPlan
* = 0)
const
;
48
49
private
:
51
DtCreateObjectCommandExecutor
();
53
DtCreateObjectCommandExecutor
(
const
DtCreateObjectCommandExecutor
& orig);
55
DtCreateObjectCommandExecutor
&
operator=
(
const
DtCreateObjectCommandExecutor
& orig);
56
};
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)