Ardour  9.0-pre0-822-g12e3bc5c20
MidiClipEditorBox Class Reference

#include <midi_clip_editor.h>

Inheritance diagram for MidiClipEditorBox:
[legend]

Public Member Functions

 MidiClipEditorBox ()
 
 ~MidiClipEditorBox ()
 
void set_session (ARDOUR::Session *)
 
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 ARDOUR::Sessionsession () const
 

Private Attributes

Gtk::Label _header_label
 
Gtk::Table table
 
Pianorolleditor
 
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
 

Detailed Description

Definition at line 54 of file midi_clip_editor.h.

Constructor & Destructor Documentation

◆ MidiClipEditorBox()

MidiClipEditorBox::MidiClipEditorBox ( )

◆ ~MidiClipEditorBox()

MidiClipEditorBox::~MidiClipEditorBox ( )

Member Function Documentation

◆ region_changed()

void MidiClipEditorBox::region_changed ( const PBD::PropertyChange what_changed)

◆ set_region()

void MidiClipEditorBox::set_region ( std::shared_ptr< ARDOUR::Region ,
ARDOUR::TriggerReference   
)
virtual

Implements ClipEditorBox.

◆ set_session()

void MidiClipEditorBox::set_session ( ARDOUR::Session )
virtual

Reimplemented from ARDOUR::SessionHandlePtr.

Member Data Documentation

◆ _header_label

Gtk::Label MidiClipEditorBox::_header_label
private

Definition at line 66 of file midi_clip_editor.h.

◆ _region

std::shared_ptr<ARDOUR::Region> MidiClipEditorBox::_region
private

Definition at line 73 of file midi_clip_editor.h.

◆ editor

Pianoroll* MidiClipEditorBox::editor
private

Definition at line 69 of file midi_clip_editor.h.

◆ state_connection

PBD::ScopedConnection MidiClipEditorBox::state_connection
private

Definition at line 71 of file midi_clip_editor.h.

◆ table

Gtk::Table MidiClipEditorBox::table
private

Definition at line 67 of file midi_clip_editor.h.


The documentation for this class was generated from the following file: