X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fnote.h;h=37d5573fa11326e3e4e40ed67648911df98c0f78;hb=6e469ffb5e0fa93fff77f7559e5b94861f9e1be7;hp=26c45adda17201f585dde7b7d9d17b415c8eb32d;hpb=59076a7e4c66db12bbbfbf01f012ca2f6ba4bf56;p=ardour.git diff --git a/gtk2_ardour/note.h b/gtk2_ardour/note.h index 26c45adda1..37d5573fa1 100644 --- a/gtk2_ardour/note.h +++ b/gtk2_ardour/note.h @@ -26,16 +26,16 @@ #include "midi_util.h" namespace ArdourCanvas { - class Group; + class Container; } class Note : public NoteBase { public: - typedef Evoral::Note NoteType; + typedef Evoral::Note NoteType; Note (MidiRegionView& region, - ArdourCanvas::Group* group, + ArdourCanvas::Item* parent, const boost::shared_ptr note = boost::shared_ptr(), bool with_events = true); @@ -51,7 +51,8 @@ public: void set_x1 (ArdourCanvas::Coord); void set_y1 (ArdourCanvas::Coord); - void set_outline_what (int); + void set_outline_what (ArdourCanvas::Rectangle::What); + void set_outline_all (); void set_outline_color (uint32_t); void set_fill_color (uint32_t);