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

#include <midi_velocity_dialog.h>

Inheritance diagram for MidiVelocityDialog:
ArdourDialog ARDOUR::SessionHandlePtr

Public Member Functions

 MidiVelocityDialog (uint8_t current_velocity=0)
 
uint8_t velocity () const
 
- 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

Gtk::Adjustment adjustment
 
Gtk::SpinButton spinner
 
Gtk::Label label
 
Gtk::HBox packer
 

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 30 of file midi_velocity_dialog.h.

Constructor & Destructor Documentation

MidiVelocityDialog::MidiVelocityDialog ( uint8_t  current_velocity = 0)

Definition at line 27 of file midi_velocity_dialog.cc.

Member Function Documentation

uint8_t MidiVelocityDialog::velocity ( ) const

Definition at line 49 of file midi_velocity_dialog.cc.

Member Data Documentation

Gtk::Adjustment MidiVelocityDialog::adjustment
private

Definition at line 37 of file midi_velocity_dialog.h.

Gtk::Label MidiVelocityDialog::label
private

Definition at line 39 of file midi_velocity_dialog.h.

Gtk::HBox MidiVelocityDialog::packer
private

Definition at line 40 of file midi_velocity_dialog.h.

Gtk::SpinButton MidiVelocityDialog::spinner
private

Definition at line 38 of file midi_velocity_dialog.h.


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