Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <quantize_dialog.h>
Public Member Functions | |
QuantizeDialog (EditingContext &) | |
~QuantizeDialog () | |
Temporal::Beats | start_grid_size () const |
Temporal::Beats | end_grid_size () const |
bool | snap_start () const |
bool | snap_end () const |
float | strength () const |
Temporal::Beats | threshold () const |
float | swing () 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::Session * | session () const |
Private Member Functions | |
Temporal::Beats | grid_size_to_musical_time (const std::string &) const |
Private Attributes | |
EditingContext & | editor |
Gtk::ComboBoxText | start_grid_combo |
Gtk::ComboBoxText | end_grid_combo |
Gtk::Adjustment | strength_adjustment |
Gtk::SpinButton | strength_spinner |
Gtk::Label | strength_label |
Gtk::Adjustment | swing_adjustment |
Gtk::SpinButton | swing_spinner |
Gtk::CheckButton | swing_button |
Gtk::Adjustment | threshold_adjustment |
Gtk::SpinButton | threshold_spinner |
Gtk::Label | threshold_label |
Gtk::CheckButton | snap_start_button |
Gtk::CheckButton | snap_end_button |
Static Private Attributes | |
static std::vector< std::string > | grid_strings |
static std::vector< std::string > | type_strings |
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 |
Definition at line 43 of file quantize_dialog.h.
QuantizeDialog::QuantizeDialog | ( | EditingContext & | ) |
QuantizeDialog::~QuantizeDialog | ( | ) |
Temporal::Beats QuantizeDialog::end_grid_size | ( | ) | const |
|
private |
|
inline |
Definition at line 52 of file quantize_dialog.h.
|
inline |
Definition at line 51 of file quantize_dialog.h.
Temporal::Beats QuantizeDialog::start_grid_size | ( | ) | const |
float QuantizeDialog::strength | ( | ) | const |
float QuantizeDialog::swing | ( | ) | const |
Temporal::Beats QuantizeDialog::threshold | ( | ) | const |
|
private |
Definition at line 58 of file quantize_dialog.h.
|
private |
Definition at line 61 of file quantize_dialog.h.
|
staticprivate |
Definition at line 74 of file quantize_dialog.h.
|
private |
Definition at line 72 of file quantize_dialog.h.
|
private |
Definition at line 71 of file quantize_dialog.h.
|
private |
Definition at line 60 of file quantize_dialog.h.
|
private |
Definition at line 62 of file quantize_dialog.h.
|
private |
Definition at line 64 of file quantize_dialog.h.
|
private |
Definition at line 63 of file quantize_dialog.h.
|
private |
Definition at line 65 of file quantize_dialog.h.
|
private |
Definition at line 67 of file quantize_dialog.h.
|
private |
Definition at line 66 of file quantize_dialog.h.
|
private |
Definition at line 68 of file quantize_dialog.h.
|
private |
Definition at line 70 of file quantize_dialog.h.
|
private |
Definition at line 69 of file quantize_dialog.h.
|
staticprivate |
Definition at line 75 of file quantize_dialog.h.