add back-pointer to TempoMap from points, and push dirty=true into map
[ardour.git] / gtk2_ardour / editing.h
index 6ce6b74a514e3fdcdfe2365a27325a6001d8ce5c..5558f1946040ec9dfd5877ec2e90a9064b029e1f 100644 (file)
@@ -208,6 +208,26 @@ enum XFadeType {
        At
 };
 
+enum EditIgnoreOption {
+       EDIT_IGNORE_NONE,
+       EDIT_IGNORE_PHEAD,
+       EDIT_IGNORE_MOUSE,
+       EDIT_IGNORE_MARKER
+};
+
+enum ZoomAxis {
+       Vertical,
+       Horizontal,
+       Both
+};
+
+enum RegionActionTarget {
+       SelectedRegions = 0x1,
+       EnteredRegions = 0x2,
+       EditPointRegions = 0x4,
+       ListSelection = 0x8
+};
+
 } // namespace Editing
 
 #endif // __gtk_ardour_editing_h__