Ardour  9.0-pre0-822-g12e3bc5c20
NoteSelectDialog Class Reference

#include <note_select_dialog.h>

Inheritance diagram for NoteSelectDialog:
[legend]

Public Member Functions

 NoteSelectDialog ()
 
uint8_t note_number () const
 
- 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 Member Functions

void note_on_event_handler (int, int)
 

Private Attributes

APianoKeyboard _piano
 
uint8_t _note_number
 

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 27 of file note_select_dialog.h.

Constructor & Destructor Documentation

◆ NoteSelectDialog()

NoteSelectDialog::NoteSelectDialog ( )

Member Function Documentation

◆ note_number()

uint8_t NoteSelectDialog::note_number ( ) const
inline

Definition at line 32 of file note_select_dialog.h.

◆ note_on_event_handler()

void NoteSelectDialog::note_on_event_handler ( int  ,
int   
)
private

Member Data Documentation

◆ _note_number

uint8_t NoteSelectDialog::_note_number
private

Definition at line 36 of file note_select_dialog.h.

◆ _piano

APianoKeyboard NoteSelectDialog::_piano
private

Definition at line 35 of file note_select_dialog.h.


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