VR-Forces 4.10 Class Documentation
 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.
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
Definition: DtAudioVolumeWidgetInterface.h:41

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)