#include <time_fx_dialog.h>
|
| TimeFXDialog (Editor &e, bool for_pitch, Temporal::timecnt_t const &old_length, Temporal::timecnt_t const &new_length, Temporal::ratio_t const &, Temporal::timepos_t const &position, bool fixed_end) |
|
void | cancel_in_progress () |
|
gint | delete_in_progress (GdkEventAny *) |
|
Temporal::ratio_t | get_time_fraction () const |
|
float | get_pitch_fraction () const |
|
void | start_updates () |
|
void | on_response (int response_id) |
|
void | hide () |
|
| 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 () |
|
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 |
|
| ProgressReporter () |
|
virtual | ~ProgressReporter () |
|
| Progress () |
|
virtual | ~Progress () |
|
void | set_progress (float) |
|
void | ascend () |
|
void | descend (float) |
|
bool | cancelled () const |
|
Definition at line 40 of file time_fx_dialog.h.
◆ TimeFXDialog()
◆ cancel_in_progress()
void TimeFXDialog::cancel_in_progress |
( |
| ) |
|
◆ delete_in_progress()
gint TimeFXDialog::delete_in_progress |
( |
GdkEventAny * |
| ) |
|
◆ duration_adjustment_changed()
void TimeFXDialog::duration_adjustment_changed |
( |
| ) |
|
|
private |
◆ duration_clock_changed()
void TimeFXDialog::duration_clock_changed |
( |
| ) |
|
|
private |
◆ get_pitch_fraction()
float TimeFXDialog::get_pitch_fraction |
( |
| ) |
const |
◆ get_time_fraction()
◆ hide()
void TimeFXDialog::hide |
( |
| ) |
|
|
inline |
◆ on_response()
void TimeFXDialog::on_response |
( |
int |
response_id | ) |
|
|
inlinevirtual |
◆ start_updates()
void TimeFXDialog::start_updates |
( |
| ) |
|
◆ timer_update()
void TimeFXDialog::timer_update |
( |
| ) |
|
|
private |
◆ update_progress_gui()
void TimeFXDialog::update_progress_gui |
( |
float |
p | ) |
|
|
privatevirtual |
◆ action_button
Gtk::Button* TimeFXDialog::action_button |
◆ antialias_button
Gtk::CheckButton TimeFXDialog::antialias_button |
◆ cancel_button
Gtk::Button* TimeFXDialog::cancel_button |
◆ duration_adjustment
Gtk::Adjustment TimeFXDialog::duration_adjustment |
|
private |
◆ duration_clock
◆ duration_ratio
◆ editor
◆ first_cancel
sigc::connection TimeFXDialog::first_cancel |
◆ first_delete
sigc::connection TimeFXDialog::first_delete |
◆ fixed_end
bool TimeFXDialog::fixed_end |
◆ ignore_adjustment_change
bool TimeFXDialog::ignore_adjustment_change |
|
private |
◆ ignore_clock_change
bool TimeFXDialog::ignore_clock_change |
|
private |
◆ original_length
◆ packer
Gtk::VBox TimeFXDialog::packer |
◆ pitch_cent_adjustment
Gtk::Adjustment TimeFXDialog::pitch_cent_adjustment |
|
private |
◆ pitch_cent_spinner
Gtk::SpinButton TimeFXDialog::pitch_cent_spinner |
|
private |
◆ pitch_octave_adjustment
Gtk::Adjustment TimeFXDialog::pitch_octave_adjustment |
|
private |
◆ pitch_octave_spinner
Gtk::SpinButton TimeFXDialog::pitch_octave_spinner |
|
private |
◆ pitch_semitone_adjustment
Gtk::Adjustment TimeFXDialog::pitch_semitone_adjustment |
|
private |
◆ pitch_semitone_spinner
Gtk::SpinButton TimeFXDialog::pitch_semitone_spinner |
|
private |
◆ pitching
bool TimeFXDialog::pitching |
◆ precise_button
Gtk::CheckButton TimeFXDialog::precise_button |
◆ preserve_formants_button
Gtk::CheckButton TimeFXDialog::preserve_formants_button |
◆ progress
float TimeFXDialog::progress |
|
private |
◆ progress_bar
Gtk::ProgressBar TimeFXDialog::progress_bar |
◆ quick_button
Gtk::CheckButton TimeFXDialog::quick_button |
◆ regions
◆ request
◆ status
◆ stretch_opts_label
Gtk::Label TimeFXDialog::stretch_opts_label |
◆ stretch_opts_selector
Gtk::ComboBoxText TimeFXDialog::stretch_opts_selector |
◆ update_connection
sigc::connection TimeFXDialog::update_connection |
|
private |
◆ upper_button_box
Gtk::VBox TimeFXDialog::upper_button_box |
The documentation for this class was generated from the following file: