33 class FileChooserDialog;
sigc::connection _file_chooser_connection
void choose_sample(bool allow_multiple_select)
static std::string longest_follow
void set_quantization(Temporal::BBT_Offset const &)
void trigger_changed(PBD::PropertyChange const &)
static std::string longest_launch
void set_launch_style(ARDOUR::Trigger::LaunchStyle)
virtual void on_trigger_set()
void set_follow_action(ARDOUR::FollowAction const &)
Gtk::FileChooserDialog * _file_chooser
bool entry_focus_in(GdkEventFocus *)
static std::string longest_stretch_mode
static std::string stretch_mode_to_string(ARDOUR::Trigger::StretchMode)
void edit_jump_done(int r, TriggerJumpDialog *d)
static std::string launch_style_to_string(ARDOUR::Trigger::LaunchStyle)
bool namebox_button_press(GdkEventButton *)
void trigger_midi_learn()
virtual void on_trigger_changed(PBD::PropertyChange const &)=0
std::list< sigc::connection > _entry_connections
bool entry_key_release(GdkEventKey *)
void set_trigger(ARDOUR::TriggerReference)
static void setup_actions_and_bindings()
void trigger_swap(uint32_t)
ARDOUR::TriggerBox & triggerbox() const
void launch_context_menu()
ARDOUR::TriggerPtr trigger() const
bool entry_focus_out(GdkEventFocus *)
void follow_context_menu(GdkEventButton *)
ARDOUR::TriggerReference trigger_reference() const
void set_from_selection()
static std::string quantize_length_to_string(Temporal::BBT_Offset const &)
Gtk::Menu * _launch_context_menu
PBD::ScopedConnectionList trigger_connections
ArdourWidgets::Frame _name_frame
static std::vector< std::string > launch_strings
static std::string follow_action_to_string(ARDOUR::FollowAction const &, bool with_targets=false)
static std::vector< std::string > stretch_mode_strings
static std::string longest_quantize
Gtk::ColorSelectionDialog * _color_dialog
bool entry_key_press(GdkEventKey *)
void disconnect_entry_signals()
bool entry_button_press(GdkEventButton *)
void edit_jump(bool right_fa)
void trigger_midi_unlearn()
static std::vector< std::string > follow_strings
void toggle_trigger_isolated()
PBD::ScopedConnection trigger_swap_connection
Gtk::Menu * _follow_context_menu
ARDOUR::TriggerReference tref
Gtk::Menu * _context_menu
void sample_chosen(int r)
static std::vector< std::string > quantize_strings
std::shared_ptr< Trigger > TriggerPtr