VR-Forces 4.3.1 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
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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)