VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtDeSharedStateSignaler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: DtDeSharedStateSignaler.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvCore/vrvCore.h
>
15
#include <
vrvUtil/DtVirtualBaseClass.h
>
16
#include <boost/signal.hpp>
17
18
namespace
makVrv
19
{
20
class
DtDe;
21
25
class
DT_DLL_VRVCORE
DtDeSharedStateSignaler
:
public
DtVirtualBaseClass
26
{
27
public
:
28
30
static
DtDeSharedStateSignaler
& instance(
DtDe
& de);
31
33
virtual
~
DtDeSharedStateSignaler
();
34
35
//@name Signals
37
39
boost::signal<void (
const
std::string& oldName,
40
const
std::string& newName)>
signal_modelDefinitionRenamed
;
41
43
boost::signal<void (bool)>
signal_wireframeModeChanged
;
44
46
boost::signal<void (bool)>
signal_terrainScalingEnabledChanged
;
47
49
boost::signal<void (double)>
signal_terrainScaleFactorChanged
;
50
53
boost::signal<void (double)>
signal_clearTrackHistoryOnTerrainScaleChanged
;
54
55
boost::signal<void ()>
signal_clearAllTrackHistories
;
56
58
boost::signal<void (float)>
59
signal_planViewGeocentricOccludedTransparencyChanged
;
60
62
boost::signal<void (bool, int, bool, bool, bool)>
63
signal_shadowStateChanged
;
64
66
boost::signal<void (bool)>
signal_ddsFlipChanged
;
67
69
boost::signal<void (bool)>
signal_performanceOverlayOnChanged
;
70
72
boost::signal<void (bool)>
signal_accelerationCachingChanged
;
73
75
boost::signal<void (bool)>
signal_instancingChanged
;
76
78
boost::signal<void (bool)>
signal_compressTexturesChanged
;
79
81
82
protected
:
83
DtDeSharedStateSignaler
();
84
};
85
}
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
)