summaryrefslogtreecommitdiff
path: root/src/wx/audio_mapping_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-12 01:10:03 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-12 01:10:03 +0200
commitc7f07398e13e8d37978595a3f5fa30a1a064f188 (patch)
tree2ddfa1d80a74b560ad3be7bb30fb2e3a68afb491 /src/wx/audio_mapping_view.h
parent03dac68294060d84f57cf255584c2a7ca0dccc07 (diff)
Tidying up.
Diffstat (limited to 'src/wx/audio_mapping_view.h')
-rw-r--r--src/wx/audio_mapping_view.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/audio_mapping_view.h b/src/wx/audio_mapping_view.h
index 0e3cc0af8..aad152a62 100644
--- a/src/wx/audio_mapping_view.h
+++ b/src/wx/audio_mapping_view.h
@@ -18,11 +18,13 @@
*/
+
/** @file src/wx/audio_mapping_view.h
* @brief AudioMappingView class.
*
*/
+
#include "lib/audio_mapping.h"
#include "lib/types.h"
#include "lib/warnings.h"
@@ -31,6 +33,7 @@ DCPOMATIC_DISABLE_WARNINGS
DCPOMATIC_ENABLE_WARNINGS
#include <boost/signals2.hpp>
+
/** @class AudioMappingView
* @brief This class displays the mapping of one set of audio channels to another,
* with gain values on each node of the map.
@@ -45,7 +48,6 @@ DCPOMATIC_ENABLE_WARNINGS
* hidden from view. Thus input channels are never hidden but output channels
* might be.
*/
-
class AudioMappingView : public wxPanel
{
public:
@@ -90,7 +92,7 @@ private:
void right_down (wxMouseEvent &);
void motion (wxMouseEvent &);
void mouse_wheel (wxMouseEvent &);
- boost::optional<std::pair<NamedChannel, NamedChannel> > mouse_event_to_channels (wxMouseEvent& ev) const;
+ boost::optional<std::pair<NamedChannel, NamedChannel>> mouse_event_to_channels (wxMouseEvent& ev) const;
boost::optional<std::string> mouse_event_to_input_group_name (wxMouseEvent& ev) const;
void setup ();
wxString input_channel_name_with_group (NamedChannel const& n) const;