VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvVrl
DtRotateEntitySymbolsCommand.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/DtVrvCommand.h
>
13
#include <
vrvVrl/vrvVrl.h
>
14
15
namespace
makVrv
16
{
19
class
DT_DLL_VRVVRL
DtRotateEntitySymbolsCommand
:
public
DtVrvCommand
20
{
21
public
:
22
DtRotateEntitySymbolsCommand
();
23
virtual
~
DtRotateEntitySymbolsCommand
();
24
25
virtual
bool
isEnabled()
const
;
26
virtual
void
setEnabled(
bool
state);
27
28
virtual
void
execute(
DtDe
& de);
29
30
protected
:
31
bool
myState
;
32
int
myLayer
;
33
};
34
37
class
DT_DLL_VRVVRL
DtRotateEntitySymbolsCommandCreator
:
public
DtVrvCommandCreator
38
{
39
public
:
40
DtRotateEntitySymbolsCommandCreator
(
GlobalIdConvertFunc
func):
DtVrvCommandCreator
(func) {}
41
virtual
~DtRotateEntitySymbolsCommandCreator
() {}
42
43
virtual
DtVrvCommand
* create(
vrvControlToolkit::DtVrvControl_v1
* control);
44
};
45
}
//makVrv::
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)