|
| | TriggerPage () |
| |
| | ~TriggerPage () |
| |
| void | set_session (ARDOUR::Session *) |
| |
| XMLNode & | get_state () const |
| |
| int | set_state (const XMLNode &, int) |
| |
| Gtk::Window * | use_own_window (bool and_fill_it) |
| |
| RouteProcessorSelection & | selection () |
| |
| void | focus_on_clock () |
| |
| | Tabbable (const std::string &user_visible_name, std::string const &untranslated_name, Gtk::Widget *top=NULL, bool tabbed_by_default=true, PaneLayout pl=PaneRight) |
| |
| | ~Tabbable () |
| |
| void | add_to_notebook (Gtk::Notebook ¬ebook) |
| |
| void | make_visible () |
| |
| void | make_invisible () |
| |
| void | change_visibility () |
| |
| void | attach () |
| |
| void | detach () |
| |
| Gtk::Widget & | contents () const |
| |
| Gtk::EventBox & | tab_btn_box () |
| |
| Gtk::Window * | get (bool create=false) |
| |
| Gtk::Window * | own_window () |
| |
| void | set_default_tabbed (bool yn) |
| |
| virtual void | show_window () |
| |
| bool | window_visible () const |
| |
| bool | tabbed () const |
| |
| bool | tabbed_by_default () const |
| |
| Gtk::Window * | current_toplevel () const |
| |
| Gtk::Notebook * | tab_root_drop () |
| |
| int | set_state (const XMLNode &, int version) |
| |
| XMLNode & | get_state () const |
| |
| void | att_left_button_toggled () |
| |
| void | att_right_button_toggled () |
| |
| void | att_bottom_button_toggled () |
| |
| bool | att_left_visible () const |
| |
| bool | att_right_visible () const |
| |
| bool | att_bottom_visible () const |
| |
| | WindowProxy (const std::string &name, const std::string &menu_name) |
| |
| | WindowProxy (const std::string &name, const std::string &menu_name, const XMLNode &) |
| |
| virtual | ~WindowProxy () |
| |
| void | show () |
| |
| void | show_all () |
| |
| void | hide () |
| |
| void | present () |
| |
| void | maybe_show () |
| |
| virtual bool | visible () const |
| |
| virtual bool | fully_visible () const |
| |
| const std::string & | name () const |
| |
| const std::string & | menu_name () const |
| |
| std::string | action_name () const |
| |
| void | set_action (Glib::RefPtr< Gtk::Action >) |
| |
| Glib::RefPtr< Gtk::Action > | action () const |
| |
| void | drop_window () |
| |
| void | use_window (Gtk::Window &) |
| |
| void | set_transient_for (Gtk::Window &) |
| |
| void | set_state_mask (StateMask) |
| |
| StateMask | state_mask () const |
| |
| | operator bool () const |
| |
| | Stateful () |
| |
| virtual | ~Stateful () |
| |
| virtual bool | apply_change (PropertyBase const &) |
| |
| PropertyChange | apply_changes (PropertyList const &) |
| |
| const OwnedPropertyList & | properties () const |
| |
| void | add_property (PropertyBase &s) |
| |
| void | add_extra_xml (XMLNode &) |
| |
| XMLNode * | extra_xml (const std::string &str, bool add_if_missing=false) |
| |
| void | save_extra_xml (const XMLNode &) |
| |
| const PBD::ID & | id () const |
| |
| bool | set_id (const XMLNode &) |
| |
| void | set_id (const std::string &) |
| |
| void | reset_id () |
| |
| void | clear_changes () |
| |
| virtual void | clear_owned_changes () |
| |
| PropertyList * | get_changes_as_properties (PBD::Command *) const |
| |
| virtual void | rdiff (std::vector< PBD::Command * > &) const |
| |
| bool | changed () const |
| |
| virtual PropertyList * | property_factory (const XMLNode &) const |
| |
| virtual void | suspend_property_changes () |
| |
| virtual void | resume_property_changes () |
| |
| bool | property_changes_suspended () const |
| |
| virtual | ~Destructible () |
| |
| virtual void | drop_references () |
| |
Public Member Functions inherited from ARDOUR::SessionHandlePtr |
| | SessionHandlePtr (ARDOUR::Session *s) |
| |
| | SessionHandlePtr () |
| |
| virtual | ~SessionHandlePtr () |
| |
| virtual ARDOUR::Session * | session () const |
| |
| | ScopedConnectionList () |
| |
| | ScopedConnectionList (const ScopedConnectionList &)=delete |
| |
| ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
| |
| virtual | ~ScopedConnectionList () |
| |
| void | add_connection (const UnscopedConnection &c) |
| |
| void | drop_connections () |
| |
| std::list< ScopedConnectionList * >::size_type | size () const |
| |
| virtual | ~AxisViewProvider () |
| |
|
| void | load_bindings () |
| |
| void | register_actions () |
| |
| void | update_title () |
| |
| void | session_going_away () |
| |
| void | parameter_changed (std::string const &) |
| |
| void | initial_track_display () |
| |
| void | add_routes (ARDOUR::RouteList &) |
| |
| void | remove_route (TriggerStrip *) |
| |
| void | clear_selected_slot () |
| |
| void | hide_all () |
| |
| void | redisplay_track_list () |
| |
| void | pi_property_changed (PBD::PropertyChange const &) |
| |
| void | stripable_property_changed (PBD::PropertyChange const &, std::weak_ptr< ARDOUR::Stripable >) |
| |
| void | showhide_att_bottom (bool) |
| |
| void | rec_state_changed () |
| |
| void | rec_state_clicked () |
| |
| void | add_sidebar_page (std::string const &, std::string const &, Gtk::Widget &) |
| |
| bool | strip_button_release_event (GdkEventButton *, TriggerStrip *) |
| |
| bool | no_strip_button_event (GdkEventButton *) |
| |
| bool | no_strip_drag_motion (Glib::RefPtr< Gdk::DragContext > const &, int, int, guint) |
| |
| void | no_strip_drag_data_received (Glib::RefPtr< Gdk::DragContext > const &, int, int, Gtk::SelectionData const &, guint, guint) |
| |
| bool | idle_drop_paths (std::vector< std::string >) |
| |
| void | drop_paths_part_two (std::vector< std::string >) |
| |
| AxisView * | axis_view_by_stripable (std::shared_ptr< ARDOUR::Stripable >) const |
| |
| AxisView * | axis_view_by_control (std::shared_ptr< ARDOUR::AutomationControl >) const |
| |
| void | selection_changed () |
| |
| void | trigger_arm_changed (ARDOUR::Trigger const *) |
| |
| void | region_captured (ARDOUR::Trigger const *) |
| |
| gint | start_updating () |
| |
| gint | stop_updating () |
| |
| void | fast_update_strips () |
| |
Definition at line 51 of file trigger_page.h.