VR-Forces 4.8 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCoreQt
DtTerrainScaleWidgetInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtTerrainScaleWidgetInterface.h,v $ $Revision: 1.14 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvCoreQt/vrvCoreQt.h
>
16
17
namespace
makVrv
18
{
22
class
DT_DLL_VRVCOREQT
DtTerrainScaleWidgetInterface
23
{
24
public
:
25
27
virtual
~
DtTerrainScaleWidgetInterface
();
28
30
virtual
void
setEnabled(
bool
) = 0;
31
33
virtual
void
setTerrainScalingEnabled(
bool
) = 0;
34
36
virtual
void
setTerrainScaleFactor(
double
factor ) = 0;
37
39
boost::signal<void (bool)>
signal_terrainScalingEnabledSet
;
40
42
boost::signal<void (double)>
signal_terrainScaleFactorSet
;
43
44
};
45
}
makVrv::DtTerrainScaleWidgetInterface::signal_terrainScalingEnabledSet
boost::signal< void(bool)> signal_terrainScalingEnabledSet
Emitted by the widget when the user changes terrain scaling enabled.
Definition:
DtTerrainScaleWidgetInterface.h:39
DT_DLL_VRVCOREQT
#define DT_DLL_VRVCOREQT
Definition:
vrvCoreQt.h:20
vrvCoreQt.h
Contains DLL export macros.
makVrv::DtTerrainScaleWidgetInterface
Interface of the makVrv::DtTerrainScaleWidget for the makVrv::DtTerrainScaleLogic.
Definition:
DtTerrainScaleWidgetInterface.h:22
makVrv::DtTerrainScaleWidgetInterface::signal_terrainScaleFactorSet
boost::signal< void(double)> signal_terrainScaleFactorSet
Emitted by the widget when the user changes the terrain scale factor.
Definition:
DtTerrainScaleWidgetInterface.h:42
Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (
www.mak.com
)