From bb9cc45cd22af67ac275a5e73accbe14fee664d8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Oct 2009 16:10:01 +0000 Subject: Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. Vimmers, try let c_space_errors = 1 in your .vimrc to highlight this kind of stuff in red. I don't know the emacs equivalent... git-svn-id: svn://localhost/ardour2/branches/3.0@5773 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/plugin_ui.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'gtk2_ardour/plugin_ui.h') diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h index 91e93dcae0..a80a3971df 100644 --- a/gtk2_ardour/plugin_ui.h +++ b/gtk2_ardour/plugin_ui.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2006 Paul Davis + Copyright (C) 2000-2006 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -82,7 +82,7 @@ class PlugUIBase : public virtual sigc::trackable virtual gint get_preferred_width () = 0; virtual bool start_updating(GdkEventAny*) = 0; virtual bool stop_updating(GdkEventAny*) = 0; - + virtual void activate () {} virtual void deactivate () {} @@ -127,10 +127,10 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox public: GenericPluginUI (boost::shared_ptr plug, bool scrollable=false); ~GenericPluginUI (); - + gint get_preferred_height () { return prefheight; } gint get_preferred_width () { return -1; } - + bool start_updating(GdkEventAny*); bool stop_updating(GdkEventAny*); @@ -139,7 +139,7 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox Gtk::HBox settings_box; Gtk::HBox hpacker; - + Gtk::Table button_table; Gtk::Table output_table; @@ -160,8 +160,8 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox bool min_unbound; bool max_unbound; bool packed; - - MeterInfo (int /*i*/) { + + MeterInfo (int /*i*/) { meter = 0; packed = false; min = 1.0e10; @@ -170,7 +170,7 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox max_unbound = false; } }; - + static const int32_t initial_button_rows = 6; static const int32_t initial_button_cols = 1; static const int32_t initial_output_rows = 1; @@ -182,9 +182,9 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox boost::shared_ptr control; Evoral::Parameter parameter() { return control->parameter(); } - + /* input */ - + Gtk::ComboBoxText* combo; std::map* combo_map; Gtk::ToggleButton* button; @@ -195,7 +195,7 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox bool update_pending; char ignore_change; Gtk::Button automate_button; - + /* output */ Gtk::EventBox *display; @@ -206,13 +206,13 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox MeterInfo * meterinfo; ControlUI (); - ~ControlUI(); + ~ControlUI(); }; - + std::vector output_controls; sigc::connection screen_update_connection; void output_update(); - + void build (); ControlUI* build_control_ui (guint32 port_index, boost::shared_ptr); std::vector setup_scale_values(guint32 port_index, ControlUI* cui); @@ -292,7 +292,7 @@ class VSTPluginUI : public PlugUIBase, public Gtk::VBox Gtk::Socket socket; Gtk::HBox preset_box; Gtk::VBox vpacker; - + bool configure_handler (GdkEventConfigure*, Gtk::Socket*); void save_plugin_setting (); }; -- cgit v1.2.3