VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCore
setObserverViewCommand.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrfGuiCore/vrfGuiCore.h
>
12
#include <
vrvCore/DtVrvCommand.h
>
13
#include <
makArchives/DtObserverStateRecord.h
>
14
15
namespace
makVrf
16
{
18
class
DT_DLL_VRFGUICORE
DtSetObserverViewCommand
:
public
makVrv::DtVrvCommand
19
{
20
public
:
21
DtSetObserverViewCommand
();
22
virtual
~
DtSetObserverViewCommand
();
23
24
virtual
std::string observer();
25
virtual
void
setObserver(
const
std::string& newObs);
26
27
virtual
void
setFromRecord(
const
makArchives::DtObserverStateRecord
&);
28
virtual
void
getRecord(
makArchives::DtObserverStateRecord
&)
const
;
29
30
virtual
void
execute(
makVrv::DtDe
& de);
31
32
protected
:
33
std::string
myObserver
;
34
makArchives::DtObserverStateRecord
myRecord
;
35
};
36
38
class
DT_DLL_VRFGUICORE
DtSetObserverViewCommandCreator
:
public
makVrv::DtVrvCommandCreator
39
{
40
public
:
41
DtSetObserverViewCommandCreator
(
makVrv::GlobalIdConvertFunc
func): makVrv::DtVrvCommandCreator(func) {}
42
virtual
~DtSetObserverViewCommandCreator
() {}
43
44
virtual
makVrv::DtVrvCommand
* create(
vrvControlToolkit::DtVrvControl_v1
* control);
45
};
46
47
}
48
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)