Ardour  9.0-pre0-822-g12e3bc5c20
EditNoteDialog Class Reference

#include <edit_note_dialog.h>

Inheritance diagram for EditNoteDialog:
[legend]

Public Member Functions

 EditNoteDialog (MidiView *rv, std::set< NoteBase * > n)
 
void done (int)
 
- Public Member Functions inherited from ArdourDialog
 ArdourDialog (const std::string &title, bool modal=false, bool use_separator=false)
 
 ArdourDialog (Gtk::Window &parent, const std::string &title, bool modal=false, bool use_separator=false)
 
 ~ArdourDialog ()
 
bool on_focus_in_event (GdkEventFocus *)
 
bool on_focus_out_event (GdkEventFocus *)
 
bool on_delete_event (GdkEventAny *)
 
void on_unmap ()
 
void on_show ()
 
virtual void on_response (int)
 
void set_ui_sensitive (bool)
 
void disallow_idle ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 
virtual ARDOUR::Sessionsession () const
 

Private Attributes

MidiView_region_view
 
std::set< NoteBase * > _events
 
Gtk::SpinButton _channel
 
Gtk::CheckButton _channel_all
 
Gtk::SpinButton _pitch
 
Gtk::CheckButton _pitch_all
 
Gtk::SpinButton _velocity
 
Gtk::CheckButton _velocity_all
 
AudioClock _time_clock
 
Gtk::CheckButton _time_all
 
AudioClock _length_clock
 
Gtk::CheckButton _length_all
 

Additional Inherited Members

- Protected Member Functions inherited from ArdourDialog
void pop_splash ()
 
void close_self ()
 
- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 
- Protected Attributes inherited from ArdourDialog
bool _sensitive
 
- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Detailed Description

Definition at line 28 of file edit_note_dialog.h.

Constructor & Destructor Documentation

◆ EditNoteDialog()

EditNoteDialog::EditNoteDialog ( MidiView rv,
std::set< NoteBase * >  n 
)

Member Function Documentation

◆ done()

void EditNoteDialog::done ( int  )

Member Data Documentation

◆ _channel

Gtk::SpinButton EditNoteDialog::_channel
private

Definition at line 38 of file edit_note_dialog.h.

◆ _channel_all

Gtk::CheckButton EditNoteDialog::_channel_all
private

Definition at line 39 of file edit_note_dialog.h.

◆ _events

std::set<NoteBase*> EditNoteDialog::_events
private

Definition at line 37 of file edit_note_dialog.h.

◆ _length_all

Gtk::CheckButton EditNoteDialog::_length_all
private

Definition at line 47 of file edit_note_dialog.h.

◆ _length_clock

AudioClock EditNoteDialog::_length_clock
private

Definition at line 46 of file edit_note_dialog.h.

◆ _pitch

Gtk::SpinButton EditNoteDialog::_pitch
private

Definition at line 40 of file edit_note_dialog.h.

◆ _pitch_all

Gtk::CheckButton EditNoteDialog::_pitch_all
private

Definition at line 41 of file edit_note_dialog.h.

◆ _region_view

MidiView* EditNoteDialog::_region_view
private

Definition at line 36 of file edit_note_dialog.h.

◆ _time_all

Gtk::CheckButton EditNoteDialog::_time_all
private

Definition at line 45 of file edit_note_dialog.h.

◆ _time_clock

AudioClock EditNoteDialog::_time_clock
private

Definition at line 44 of file edit_note_dialog.h.

◆ _velocity

Gtk::SpinButton EditNoteDialog::_velocity
private

Definition at line 42 of file edit_note_dialog.h.

◆ _velocity_all

Gtk::CheckButton EditNoteDialog::_velocity_all
private

Definition at line 43 of file edit_note_dialog.h.


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