summaryrefslogtreecommitdiff
path: root/gtk2_ardour/group_tabs.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-30 18:20:15 +0200
committerRobin Gareus <robin@gareus.org>2019-09-30 21:03:16 +0200
commit0a6f517230a0f8b86c20e761ca18eb99f2a80a16 (patch)
tree7542a6ea986aedd57c81b33f44d8b886f8532545 /gtk2_ardour/group_tabs.h
parentfeb5d1261eb41548e44488bbe67df357b6de9a5f (diff)
No more doxygen warnings for gtk2_arodur/*
That's with doxgen 1.8.13.
Diffstat (limited to 'gtk2_ardour/group_tabs.h')
-rw-r--r--gtk2_ardour/group_tabs.h17
1 files changed, 11 insertions, 6 deletions
diff --git a/gtk2_ardour/group_tabs.h b/gtk2_ardour/group_tabs.h
index c780b1777d..7ddd4d54c9 100644
--- a/gtk2_ardour/group_tabs.h
+++ b/gtk2_ardour/group_tabs.h
@@ -49,8 +49,12 @@ public:
void set_session (ARDOUR::Session *);
- /** @param g Route group, or 0.
- * @return Menu to be popped up on right-click over the given route group.
+ /** Create route-group context menu
+ *
+ * @param g Route group, or 0.
+ * @param tabArea false if context menu is not for a group tab, show the "create new from" items here.
+ * When true a given group's context menu for the group \p g is displayed.
+ * @return Menu to be popped up on right-click over the given route group.
*/
Gtk::Menu* get_menu (ARDOUR::RouteGroup* g, bool tabArea = false);
@@ -85,11 +89,12 @@ private:
*/
virtual void draw_tab (cairo_t* cr, Tab const & t) = 0;
- /** @param x x coordinate
- * @param y y coordinate
- * @return x or y, depending on which is the primary coordinate for this widget.
+ /** Coordinate map (editor, mixer)
+ * @param x x-coordinate
+ * @param y y-coordinate
+ * @return x or y, depending on which is the primary coordinate for this widget.
*/
- virtual double primary_coordinate (double, double) const = 0;
+ virtual double primary_coordinate (double x, double y) const = 0;
virtual ARDOUR::RouteList routes_for_tab (Tab const * t) const = 0;