VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
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) 2020 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCoreQt/vrvCoreQt.h
>
13
14
namespace
makVrv
15
{
19
class
DT_DLL_VRVCOREQT
DtTerrainScaleWidgetInterface
20
{
21
public
:
22
24
virtual
~
DtTerrainScaleWidgetInterface
();
25
27
virtual
void
setEnabled(
bool
) = 0;
28
30
virtual
void
setTerrainScalingEnabled(
bool
) = 0;
31
33
virtual
void
setTerrainScaleFactor(
double
factor ) = 0;
34
36
boost::signalslib::signal<void (bool)>
signal_terrainScalingEnabledSet
;
37
39
boost::signalslib::signal<void (double)>
signal_terrainScaleFactorSet
;
40
41
};
42
}
makVrv::DtTerrainScaleWidgetInterface::signal_terrainScalingEnabledSet
boost::signalslib::signal< void(bool)> signal_terrainScalingEnabledSet
Emitted by the widget when the user changes terrain scaling enabled.
Definition:
DtTerrainScaleWidgetInterface.h:36
DT_DLL_VRVCOREQT
#define DT_DLL_VRVCOREQT
Definition:
vrvCoreQt.h:20
makVrv::DtTerrainScaleWidgetInterface::signal_terrainScaleFactorSet
boost::signalslib::signal< void(double)> signal_terrainScaleFactorSet
Emitted by the widget when the user changes the terrain scale factor.
Definition:
DtTerrainScaleWidgetInterface.h:39
vrvCoreQt.h
Contains DLL export macros.
makVrv::DtTerrainScaleWidgetInterface
Interface of the makVrv::DtTerrainScaleWidget for the makVrv::DtTerrainScaleLogic.
Definition:
DtTerrainScaleWidgetInterface.h:19
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)