Ardour  9.0-pre0-582-g084a23a80d
patch_change.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2013-2014 Paul Davis <paul@linuxaudiosystems.com>
3  * Copyright (C) 2014 David Robillard <d@drobilla.net>
4  * Copyright (C) 2016-2017 Nick Mainsbridge <mainsbridge@gmail.com>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License along
17  * with this program; if not, write to the Free Software Foundation, Inc.,
18  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19  */
20 
21 #ifndef __PATCH_CHANGE_H__
22 #define __PATCH_CHANGE_H__
23 
24 #include "canvas/flag.h"
25 
26 #include <gtkmm/menu.h>
27 
28 #include "midi_view.h"
29 #include "patch_change_dialog.h"
30 
31 class MidiRegionView;
32 
33 namespace MIDI {
34  namespace Name {
35  struct PatchPrimaryKey;
36  }
37 }
38 
40 {
41 public:
43  ArdourCanvas::Item* parent,
44  double height,
45  double x,
46  double y,
49  Gtkmm2ext::Color outline_color,
50  Gtkmm2ext::Color fill_color);
51 
53 
55 
57 
60  void hide ();
61  void show ();
62 
63  void update_name ();
64 
65  double width () const { return _flag->width (); }
67  ArdourCanvas::Item* canvas_item () const { return _flag; }
68  ArdourCanvas::Item& item () const { return *_flag; }
69 
70 private:
72 
79 };
80 
81 #endif /* __PATCH_CHANGE_H__ */
double width() const
std::shared_ptr< PatchChange< Temporal::Beats > > PatchChangePtr
Definition: Sequence.h:205
ARDOUR::MidiModel::PatchChangePtr patch() const
Definition: patch_change.h:66
ARDOUR::InstrumentInfo & _info
Definition: patch_change.h:74
ArdourCanvas::Item * canvas_item() const
Definition: patch_change.h:67
PatchChange(MidiView &region, ArdourCanvas::Item *parent, double height, double x, double y, ARDOUR::InstrumentInfo &info, ARDOUR::MidiModel::PatchChangePtr patch, Gtkmm2ext::Color outline_color, Gtkmm2ext::Color fill_color)
ArdourCanvas::Item & item() const
Definition: patch_change.h:68
void on_patch_menu_selected(const MIDI::Name::PatchPrimaryKey &key)
void update_name()
ARDOUR::MidiModel::PatchChangePtr _patch
Definition: patch_change.h:75
ArdourCanvas::Flag * _flag
Definition: patch_change.h:78
void initialize_popup_menus()
MidiView & _region
Definition: patch_change.h:73
bool _popup_initialized
Definition: patch_change.h:77
void move(ArdourCanvas::Duple)
Gtk::Menu _popup
Definition: patch_change.h:76
double width() const
Definition: patch_change.h:65
void set_height(ArdourCanvas::Distance)
bool event_handler(GdkEvent *)
PBD::PropertyDescriptor< bool > region
uint32_t Color
Definition: colors.h:33
Transmitter info
gint height
Definition: xcursors.h:1