mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Basic canvas note event handling framework.
Note dragging (non-functional). git-svn-id: svn://localhost/ardour2/trunk@2187 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
633d9131af
commit
2cbaa2751c
10 changed files with 398 additions and 89 deletions
|
|
@ -21,14 +21,15 @@
|
|||
#define __ardour_diamond_h__
|
||||
|
||||
#include <libgnomecanvasmm/polygon.h>
|
||||
#include "canvas-midi-event.h"
|
||||
|
||||
namespace Gnome {
|
||||
namespace Canvas {
|
||||
|
||||
|
||||
class Diamond : public Gnome::Canvas::Polygon {
|
||||
class Diamond : public Polygon {
|
||||
public:
|
||||
Diamond(Gnome::Canvas::Group& group, double height);
|
||||
Diamond(Group& group, double height);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue