VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 {
19  {
20  public:
23 
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 }
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
#define DT_DLL_VRVAUDIOQT
Definition: dllExport.h:22
The interface for controlling the audio volume gui.
Definition: DtAudioVolumeWidgetInterface.h:18
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 Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)