summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-06 12:52:41 +0200
committerRobin Gareus <robin@gareus.org>2014-09-06 12:52:41 +0200
commit95a7356018da82f24a77dadeffd33b7074680ecc (patch)
tree8e3b8c5bfd534d5e0b0c136fc8865930ef62d5c3 /gtk2_ardour/editor_routes.h
parent3a75fab244a23ca73525debce2aeddf840b1fd86 (diff)
NOOP, cleanup whitespace
Diffstat (limited to 'gtk2_ardour/editor_routes.h')
-rw-r--r--gtk2_ardour/editor_routes.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/gtk2_ardour/editor_routes.h b/gtk2_ardour/editor_routes.h
index 704a31a1b6..9ca2d9f470 100644
--- a/gtk2_ardour/editor_routes.h
+++ b/gtk2_ardour/editor_routes.h
@@ -55,8 +55,8 @@ public:
std::list<TimeAxisView*> views () const;
void hide_all_tracks (bool);
void clear ();
- void sync_order_keys_from_treeview ();
- void reset_remote_control_ids ();
+ void sync_order_keys_from_treeview ();
+ void reset_remote_control_ids ();
private:
void initial_display ();
@@ -68,7 +68,7 @@ private:
void on_tv_solo_safe_toggled (std::string const &);
void build_menu ();
void show_menu ();
- void sync_treeview_from_order_keys ();
+ void sync_treeview_from_order_keys ();
void row_deleted (Gtk::TreeModel::Path const &);
void visible_changed (std::string const &);
void active_changed (std::string const &);
@@ -94,7 +94,7 @@ private:
void show_all_miditracks ();
void hide_all_miditracks ();
void show_tracks_with_regions_at_playhead ();
- void selection_changed ();
+ void selection_changed ();
void display_drag_data_received (
Glib::RefPtr<Gdk::DragContext> const &, gint, gint, Gtk::SelectionData const &, guint, guint
@@ -152,22 +152,22 @@ private:
bool _ignore_reorder;
bool _no_redisplay;
bool _redisplaying;
- bool _adding_routes;
- bool _route_deletion_in_progress;
+ bool _adding_routes;
+ bool _route_deletion_in_progress;
Gtk::Menu* _menu;
- Gtk::Widget* old_focus;
- uint32_t selection_countdown;
- Gtk::CellEditable* name_editable;
-
- bool key_press (GdkEventKey* ev);
- bool focus_in (GdkEventFocus*);
- bool focus_out (GdkEventFocus*);
- bool enter_notify (GdkEventCrossing*);
- bool leave_notify (GdkEventCrossing*);
- void name_edit_started (Gtk::CellEditable*, const Glib::ustring&);
-
- bool get_relevant_routes (boost::shared_ptr<ARDOUR::RouteList> rl);
+ Gtk::Widget* old_focus;
+ uint32_t selection_countdown;
+ Gtk::CellEditable* name_editable;
+
+ bool key_press (GdkEventKey* ev);
+ bool focus_in (GdkEventFocus*);
+ bool focus_out (GdkEventFocus*);
+ bool enter_notify (GdkEventCrossing*);
+ bool leave_notify (GdkEventCrossing*);
+ void name_edit_started (Gtk::CellEditable*, const Glib::ustring&);
+
+ bool get_relevant_routes (boost::shared_ptr<ARDOUR::RouteList> rl);
};
#endif /* __ardour_gtk_editor_route_h__ */