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
vrvAudioQt
DtAudioVolumeWidgetInterface.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 <
vrvAudioQt/dllExport.h
>
13
14
namespace
makVrv
15
{
18
class
DT_DLL_VRVAUDIOQT
DtAudioVolumeWidgetInterface
19
{
20
public
:
22
DtAudioVolumeWidgetInterface
();
23
25
virtual
~
DtAudioVolumeWidgetInterface
();
26
29
virtual
void
setAudioEnabled(
bool
enabled) = 0;
30
33
virtual
void
setVolume(
int
vol) = 0;
34
37
40
boost::signalslib::signal<void (bool)>
signal_AudioEnabledChanged
;
41
boost::signalslib::signal<void (int)>
signal_VolumeChanged
;
43
};
44
}
makVrv::DtAudioVolumeWidgetInterface::signal_AudioEnabledChanged
boost::signalslib::signal< void(bool)> signal_AudioEnabledChanged
Signals emitted when the user changes the data in the widget. Connected to a slot in the logic...
Definition:
DtAudioVolumeWidgetInterface.h:40
DT_DLL_VRVAUDIOQT
#define DT_DLL_VRVAUDIOQT
Definition:
dllExport.h:22
makVrv::DtAudioVolumeWidgetInterface
The interface for controlling the audio volume gui.
Definition:
DtAudioVolumeWidgetInterface.h:18
dllExport.h
makVrv::DtAudioVolumeWidgetInterface::signal_VolumeChanged
boost::signalslib::signal< void(int)> signal_VolumeChanged
Signals emitted when the user changes the data in the widget. Connected to a slot in the logic...
Definition:
DtAudioVolumeWidgetInterface.h:41
Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)