summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mono_panner.h
diff options
context:
space:
mode:
authorThomas Brand <tom@trellis.ch>2017-07-01 18:42:24 +0200
committerRobin Gareus <robin@gareus.org>2017-07-01 19:28:26 +0200
commit63ea7b6516dbd7554d1eff6c98de50cf61fc9a72 (patch)
tree82fa339e009bc082dd8023916990800bea437081 /gtk2_ardour/mono_panner.h
parentf413b83cb9fa50954969a3d849999e1890ce6690 (diff)
NO-OP whitespace (updated GH PR #357)
Diffstat (limited to 'gtk2_ardour/mono_panner.h')
-rw-r--r--gtk2_ardour/mono_panner.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/gtk2_ardour/mono_panner.h b/gtk2_ardour/mono_panner.h
index c5843f756c..7ceab6a865 100644
--- a/gtk2_ardour/mono_panner.h
+++ b/gtk2_ardour/mono_panner.h
@@ -33,7 +33,7 @@ namespace ARDOUR {
}
namespace PBD {
- class Controllable;
+ class Controllable;
}
class MonoPanner : public PannerInterface
@@ -42,7 +42,7 @@ class MonoPanner : public PannerInterface
MonoPanner (boost::shared_ptr<ARDOUR::PannerShell>);
~MonoPanner ();
- boost::shared_ptr<PBD::Controllable> get_controllable() const { return position_control; }
+ boost::shared_ptr<PBD::Controllable> get_controllable() const { return position_control; }
sigc::signal<void> StartGesture;
sigc::signal<void> StopGesture;
@@ -52,42 +52,42 @@ class MonoPanner : public PannerInterface
bool on_button_press_event (GdkEventButton*);
bool on_button_release_event (GdkEventButton*);
bool on_motion_notify_event (GdkEventMotion*);
- bool on_scroll_event (GdkEventScroll*);
- bool on_key_press_event (GdkEventKey*);
+ bool on_scroll_event (GdkEventScroll*);
+ bool on_key_press_event (GdkEventKey*);
private:
PannerEditor* editor ();
boost::shared_ptr<ARDOUR::PannerShell> _panner_shell;
- boost::shared_ptr<PBD::Controllable> position_control;
- PBD::ScopedConnectionList panvalue_connections;
- PBD::ScopedConnectionList panshell_connections;
- int drag_start_x;
- int last_drag_x;
- double accumulated_delta;
- bool detented;
+ boost::shared_ptr<PBD::Controllable> position_control;
+ PBD::ScopedConnectionList panvalue_connections;
+ PBD::ScopedConnectionList panshell_connections;
+ int drag_start_x;
+ int last_drag_x;
+ double accumulated_delta;
+ bool detented;
- BindingProxy position_binder;
+ BindingProxy position_binder;
- void set_tooltip ();
+ void set_tooltip ();
- struct ColorScheme {
- uint32_t outline;
- uint32_t fill;
- uint32_t text;
- uint32_t background;
- uint32_t pos_outline;
- uint32_t pos_fill;
- };
+ struct ColorScheme {
+ uint32_t outline;
+ uint32_t fill;
+ uint32_t text;
+ uint32_t background;
+ uint32_t pos_outline;
+ uint32_t pos_fill;
+ };
bool _dragging;
static Pango::AttrList panner_font_attributes;
static bool have_font;
- static ColorScheme colors;
- static void set_colors ();
- static bool have_colors;
+ static ColorScheme colors;
+ static void set_colors ();
+ static bool have_colors;
void color_handler ();
void bypass_handler ();
void pannable_handler ();