![]() |
Ardour
8.12
|
#include <trigger_page.h>
Public Member Functions | |
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 () |
![]() | |
Tabbable (Gtk::Widget &, const std::string &user_visible_name, std::string const &untranslated_name, bool tabbed_by_default=true) | |
~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::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 |
![]() | |
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 () |
![]() | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual ARDOUR::Session * | session () const |
![]() | |
ScopedConnectionList () | |
virtual | ~ScopedConnectionList () |
void | add_connection (const UnscopedConnection &c) |
void | drop_connections () |
![]() | |
virtual | ~AxisViewProvider () |
Additional Inherited Members | |
![]() | |
enum | StateMask { Position = 0x1 , Size = 0x2 } |
![]() | |
static std::string | xml_node_name () |
![]() | |
static std::string | xml_node_name () |
![]() | |
sigc::signal1< void, Tabbable & > | StateChange |
![]() | |
sigc::signal0< void > | signal_map |
sigc::signal0< void > | signal_unmap |
![]() | |
PBD::Signal1< void, const PropertyChange & > | PropertyChanged |
![]() | |
PBD::Signal0< void > | Destroyed |
PBD::Signal0< void > | DropReferences |
![]() | |
static int | current_state_version |
static int | loading_state_version |
![]() | |
bool | delete_event_handler (GdkEventAny *ev) |
![]() | |
void | save_pos_and_size () |
void | set_pos_and_size () |
void | set_pos () |
virtual bool | configure_handler (GdkEventConfigure *) |
void | map_handler () |
void | unmap_handler () |
virtual void | setup () |
void | toggle () |
![]() | |
void | add_instant_xml (XMLNode &, const std::string &directory_path) |
XMLNode * | instant_xml (const std::string &str, const std::string &directory_path) |
void | add_properties (XMLNode &) const |
PropertyChange | set_values (XMLNode const &) |
virtual void | post_set (const PropertyChange &) |
virtual void | send_change (const PropertyChange &) |
virtual void | mid_thaw (const PropertyChange &) |
bool | regenerate_xml_or_string_ids () const |
![]() | |
sigc::signal1< void, bool > | signal_tabbed_changed |
![]() | |
std::string | _name |
std::string | _menu_name |
Glib::RefPtr< Gtk::Action > | _action |
Gtk::Window * | _window |
bool | _visible |
true if the window should be visible on startup More... | |
int | _x_off |
x position More... | |
int | _y_off |
y position More... | |
int | _width |
width More... | |
int | _height |
height More... | |
Gtkmm2ext::VisibilityTracker * | vistracker |
StateMask | _state_mask |
sigc::connection | delete_connection |
sigc::connection | configure_connection |
sigc::connection | map_connection |
sigc::connection | unmap_connection |
![]() | |
XMLNode * | _extra_xml |
XMLNode * | _instant_xml |
PBD::PropertyChange | _pending_changed |
Glib::Threads::Mutex | _lock |
std::string | _xml_node_name |
name of node to use for this object in XML More... | |
OwnedPropertyList * | _properties |
![]() | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 51 of file trigger_page.h.
TriggerPage::TriggerPage | ( | ) |
TriggerPage::~TriggerPage | ( | ) |
|
private |
|
private |
|
privatevirtual |
Implements AxisViewProvider.
|
privatevirtual |
Implements AxisViewProvider.
|
private |
|
private |
|
private |
|
virtual |
Reimplemented from Gtkmm2ext::WindowProxy.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inline |
Definition at line 64 of file trigger_page.h.
|
private |
|
privatevirtual |
Reimplemented from ARDOUR::SessionHandlePtr.
|
virtual |
Reimplemented from ARDOUR::SessionHandlePtr.
|
virtual |
Reimplemented from Gtkmm2ext::WindowProxy.
|
private |
|
private |
|
private |
|
private |
|
private |
|
virtual |
Reimplemented from ArdourWidgets::Tabbable.
|
private |
Definition at line 130 of file trigger_page.h.
|
private |
Definition at line 107 of file trigger_page.h.
|
private |
Definition at line 115 of file trigger_page.h.
|
private |
Definition at line 114 of file trigger_page.h.
|
private |
Definition at line 124 of file trigger_page.h.
|
private |
Definition at line 143 of file trigger_page.h.
|
private |
Definition at line 126 of file trigger_page.h.
|
private |
Definition at line 125 of file trigger_page.h.
|
private |
Definition at line 131 of file trigger_page.h.
|
private |
Definition at line 113 of file trigger_page.h.
|
private |
Definition at line 109 of file trigger_page.h.
|
private |
Definition at line 116 of file trigger_page.h.
|
private |
Definition at line 141 of file trigger_page.h.
|
private |
Definition at line 118 of file trigger_page.h.
|
private |
Definition at line 117 of file trigger_page.h.
|
private |
Definition at line 128 of file trigger_page.h.
|
private |
Definition at line 110 of file trigger_page.h.
|
private |
Definition at line 112 of file trigger_page.h.
|
private |
Definition at line 111 of file trigger_page.h.
|
private |
Definition at line 142 of file trigger_page.h.
|
private |
Definition at line 119 of file trigger_page.h.
|
private |
Definition at line 121 of file trigger_page.h.
|
private |
Definition at line 122 of file trigger_page.h.
|
private |
Definition at line 120 of file trigger_page.h.
|
private |
Definition at line 106 of file trigger_page.h.
|
private |
Definition at line 100 of file trigger_page.h.