summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-14 16:10:01 +0000
committerDavid Robillard <d@drobilla.net>2009-10-14 16:10:01 +0000
commitbb9cc45cd22af67ac275a5e73accbe14fee664d8 (patch)
treee52977d3eae6ff07b856088041a080a2fa3e5b79 /gtk2_ardour/route_ui.h
parent8c4ce1e2ce35571aed5a686671431fdfffae7f8c (diff)
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
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 1ac87a0404..3b611d23a0 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -59,11 +59,11 @@ class RouteUI : public virtual AxisView
bool is_midi_track() const;
boost::shared_ptr<ARDOUR::Route> route() const { return _route; }
-
+
boost::shared_ptr<ARDOUR::Track> track() const;
boost::shared_ptr<ARDOUR::AudioTrack> audio_track() const;
boost::shared_ptr<ARDOUR::MidiTrack> midi_track() const;
-
+
boost::shared_ptr<ARDOUR::Diskstream> get_diskstream() const;
std::string name() const;
@@ -71,7 +71,7 @@ class RouteUI : public virtual AxisView
// protected: XXX sigh this should be here
boost::shared_ptr<ARDOUR::Route> _route;
-
+
void set_color (const Gdk::Color & c);
bool choose_color ();
@@ -91,10 +91,10 @@ class RouteUI : public virtual AxisView
void send_blink (bool);
sigc::connection send_blink_connection;
-
+
virtual std::string solo_button_name () const { return "SoloButton"; }
virtual std::string safe_solo_button_name () const { return "SafeSoloButton"; }
-
+
Gtk::Menu* mute_menu;
Gtk::Menu* solo_menu;
Gtk::Menu* sends_menu;
@@ -103,7 +103,7 @@ class RouteUI : public virtual AxisView
void ensure_xml_node ();
virtual XMLNode* get_automation_child_xml_node (Evoral::Parameter param);
-
+
bool mute_press(GdkEventButton*);
bool mute_release(GdkEventButton*);
bool solo_press(GdkEventButton*);
@@ -145,7 +145,7 @@ class RouteUI : public virtual AxisView
void build_mute_menu(void);
void init_mute_menu(ARDOUR::MuteMaster::MutePoint, Gtk::CheckMenuItem*);
-
+
void set_route_group_solo (boost::shared_ptr<ARDOUR::Route>, bool);
void set_route_group_mute (boost::shared_ptr<ARDOUR::Route>, bool);
void set_route_group_rec_enable (boost::shared_ptr<ARDOUR::Route>, bool);
@@ -156,7 +156,7 @@ class RouteUI : public virtual AxisView
static gint idle_remove_this_route (RouteUI *);
void route_rename();
-
+
virtual void name_changed ();
void route_removed ();
@@ -188,7 +188,7 @@ class RouteUI : public virtual AxisView
void adjust_latency ();
void save_as_template ();
void open_remote_control_id_dialog ();
-
+
protected:
std::vector<sigc::connection> connections;
bool self_destruct;