summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_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/location_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/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index dabd945f95..87977c80ba 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1999-2002 Paul Davis
+ Copyright (C) 1999-2002 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
@@ -51,9 +51,9 @@ class LocationEditRow : public Gtk::HBox
void set_number (int);
void focus_name();
-
- sigc::signal<void,ARDOUR::Location*> remove_requested;
- sigc::signal<void> redraw_ranges;
+
+ sigc::signal<void,ARDOUR::Location*> remove_requested;
+ sigc::signal<void> redraw_ranges;
protected:
@@ -66,14 +66,14 @@ class LocationEditRow : public Gtk::HBox
ARDOUR::Location *location;
ARDOUR::Session *session;
-
-
+
+
Gtk::Table item_table;
-
+
Gtk::Entry name_entry;
Gtk::Label name_label;
Gtk::Label number_label;
-
+
Gtk::HBox start_hbox;
Gtk::Button start_set_button;
Gtk::Button start_go_button;
@@ -105,12 +105,12 @@ class LocationEditRow : public Gtk::HBox
guint32 i_am_the_modifier;
int number;
-
+
void name_entry_changed ();
void isrc_entry_changed ();
void performer_entry_changed ();
void composer_entry_changed ();
-
+
void set_button_pressed (LocationPart part);
void go_button_pressed (LocationPart part);
@@ -129,13 +129,13 @@ class LocationEditRow : public Gtk::HBox
void name_changed (ARDOUR::Location *);
void location_changed (ARDOUR::Location *);
void flags_changed (ARDOUR::Location *, void *src);
-
+
sigc::connection start_changed_connection;
sigc::connection end_changed_connection;
sigc::connection name_changed_connection;
sigc::connection changed_connection;
sigc::connection flags_changed_connection;
-
+
};
@@ -152,7 +152,7 @@ class LocationUI : public ArdourDialog
private:
ARDOUR::LocationStack* locations;
ARDOUR::Location *newest_location;
-
+
void session_gone();
Gtk::VBox location_vpacker;
@@ -160,9 +160,9 @@ class LocationUI : public ArdourDialog
LocationEditRow loop_edit_row;
LocationEditRow punch_edit_row;
-
+
Gtk::VPaned loc_range_panes;
-
+
Gtk::Frame loc_frame;
Gtk::VBox loc_frame_box;
Gtk::Button add_location_button;
@@ -186,12 +186,12 @@ class LocationUI : public ArdourDialog
void location_redraw_ranges ();
gint do_location_remove (ARDOUR::Location *);
-
+
guint32 i_am_the_modifier;
void add_new_location();
void add_new_range();
-
+
void refresh_location_list ();
void refresh_location_list_s (ARDOUR::Change);
void location_removed (ARDOUR::Location *);