VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvGlStudioQt
DtCockpitSettingsInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtCockpitSettingsInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
15
16
#pragma once
17
18
#include <
vrvGlStudioQt/DtGlStudioQt.h
>
19
#include <boost/signals.hpp>
20
21
namespace
makVrv
22
{
25
class
DT_DLL_VRVGLSTUDIO_QT
DtCockpitSettingsInterface
26
{
27
public
:
29
virtual
~
DtCockpitSettingsInterface
();
30
31
virtual
void
setCockpitsEnabled(
bool
enabled) =0;
32
virtual
void
setSmoothingEnabled(
bool
enabled) = 0;
33
virtual
void
setSmoothingPeriod(
float
period) = 0;
34
35
36
boost::signal<void (bool)>
signal_cockpitsEnabled
;
37
boost::signal<void (bool)>
signal_smoothingSet
;
38
boost::signal<void (float)>
signal_smoothingPeriodSet
;
39
};
40
}
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
)