ardour
Public Member Functions | Private Attributes | List of all members
NoteSelectDialog Class Reference

#include <note_select_dialog.h>

Inheritance diagram for NoteSelectDialog:
ArdourDialog ARDOUR::SessionHandlePtr

Public Member Functions

 NoteSelectDialog ()
 
uint8_t note_number () const
 
void note_on_event_handler (int note)
 
- Public Member Functions inherited from ArdourDialog
 ArdourDialog (std::string title, bool modal=false, bool use_separator=false)
 
 ArdourDialog (Gtk::Window &parent, 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 ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 

Private Attributes

PianoKeyboard_piano
 
Gtk::Widget * _pianomm
 
uint8_t _note_number
 

Additional Inherited Members

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

Constructor & Destructor Documentation

NoteSelectDialog::NoteSelectDialog ( )

Definition at line 32 of file note_select_dialog.cc.

Member Function Documentation

uint8_t NoteSelectDialog::note_number ( ) const
inline

Definition at line 32 of file note_select_dialog.h.

void NoteSelectDialog::note_on_event_handler ( int  note)

Definition at line 51 of file note_select_dialog.cc.

Member Data Documentation

uint8_t NoteSelectDialog::_note_number
private

Definition at line 39 of file note_select_dialog.h.

PianoKeyboard* NoteSelectDialog::_piano
private

Definition at line 37 of file note_select_dialog.h.

Gtk::Widget* NoteSelectDialog::_pianomm
private

Definition at line 38 of file note_select_dialog.h.


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