VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCore
DtVrfScriptedTaskSettingsManager.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrvUtil/DtVirtualBaseClass.h
>
14
#include <
vrvUtil/signalslib.h
>
15
16
#include <
vrfGuiCore/vrfGuiCore.h
>
17
#include <
vrfGuiCore/DtGuiScenarioSettingsManager.h
>
18
19
#include <map>
20
21
namespace
makVrf
22
{
25
class
DT_DLL_VRFGUICORE
DtVrfScriptedTaskSettingsManager
:
public
DtGuiSetting
26
{
27
public
:
28
DtVrfScriptedTaskSettingsManager
(
makVrv::DtDe
&);
29
virtual
~
DtVrfScriptedTaskSettingsManager
();
30
32
static
DtVrfScriptedTaskSettingsManager
& instance(
makVrv::DtDe
& de);
33
static
void
registerInstance(
makVrv::DtDe
&,
DtVrfScriptedTaskSettingsManager
*);
34
36
virtual
bool
systemScriptAvailable(
const
std::string&)
const
;
37
39
virtual
void
setSystemScriptAvailable(
const
std::string&
id
,
bool
);
40
boost::signal<void (std::string, bool)>
signal_systemScriptAvailabilityChanged
;
41
43
virtual
void
removeSystemScript(
const
std::string&
id
,
bool
signal
=
true
);
44
46
virtual
void
clear();
47
48
protected
:
49
virtual
void
read(boost::archive::xml_iarchive& ar,
int
version);
50
virtual
void
write(boost::archive::xml_oarchive& ar,
int
version)
const
;
51
52
protected
:
53
makVrv::DtDe
&
myDe
;
54
typedef
std::map<std::string, bool>
SystemScriptsAvailable
;
55
mutable
SystemScriptsAvailable
mySystemScriptsAvailable
;
56
};
57
}
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
)