Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <audio_clip_editor.h>
Public Member Functions | |
AudioClipEditorBox () | |
~AudioClipEditorBox () | |
void | set_region (std::shared_ptr< ARDOUR::Region >, ARDOUR::TriggerReference) |
void | region_changed (const PBD::PropertyChange &what_changed) |
Public Member Functions inherited from ClipEditorBox | |
ClipEditorBox () | |
~ClipEditorBox () | |
Public Member Functions inherited from ARDOUR::SessionHandlePtr | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
Private Member Functions | |
void | zoom_in_click () |
void | zoom_out_click () |
Private Attributes | |
Gtk::HBox | header_box |
ArdourWidgets::ArdourButton | zoom_in_button |
ArdourWidgets::ArdourButton | zoom_out_button |
Gtk::Label | _header_label |
Gtk::Table | table |
AudioClipEditor * | editor |
PBD::ScopedConnection | state_connection |
std::shared_ptr< ARDOUR::Region > | _region |
Additional Inherited Members | |
Static Public Member Functions inherited from ClipEditorBox | |
static void | init () |
static void | register_clip_editor_actions (Gtkmm2ext::Bindings *) |
Static Public Attributes inherited from ClipEditorBox | |
static Glib::RefPtr< Gtk::ActionGroup > | clip_editor_actions |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 197 of file audio_clip_editor.h.
AudioClipEditorBox::AudioClipEditorBox | ( | ) |
AudioClipEditorBox::~AudioClipEditorBox | ( | ) |
void AudioClipEditorBox::region_changed | ( | const PBD::PropertyChange & | what_changed | ) |
|
virtual |
Implements ClipEditorBox.
|
private |
|
private |
|
private |
Definition at line 210 of file audio_clip_editor.h.
|
private |
Definition at line 217 of file audio_clip_editor.h.
|
private |
Definition at line 213 of file audio_clip_editor.h.
|
private |
Definition at line 207 of file audio_clip_editor.h.
|
private |
Definition at line 215 of file audio_clip_editor.h.
|
private |
Definition at line 211 of file audio_clip_editor.h.
|
private |
Definition at line 208 of file audio_clip_editor.h.
|
private |
Definition at line 209 of file audio_clip_editor.h.