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

#include <quantize_dialog.h>

Inheritance diagram for QuantizeDialog:
ArdourDialog ARDOUR::SessionHandlePtr

Public Member Functions

 QuantizeDialog (PublicEditor &)
 
 ~QuantizeDialog ()
 
double start_grid_size () const
 
double end_grid_size () const
 
bool snap_start () const
 
bool snap_end () const
 
float strength () const
 
float threshold () const
 
float swing () 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 Member Functions

double grid_size_to_musical_time (const std::string &) const
 

Private Attributes

PublicEditoreditor
 
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 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 42 of file quantize_dialog.h.

Constructor & Destructor Documentation

QuantizeDialog::QuantizeDialog ( PublicEditor e)

Definition at line 51 of file quantize_dialog.cc.

QuantizeDialog::~QuantizeDialog ( )

Definition at line 112 of file quantize_dialog.cc.

Member Function Documentation

double QuantizeDialog::end_grid_size ( ) const

Definition at line 123 of file quantize_dialog.cc.

double QuantizeDialog::grid_size_to_musical_time ( const std::string &  ) const
private

Definition at line 129 of file quantize_dialog.cc.

bool QuantizeDialog::snap_end ( ) const
inline

Definition at line 51 of file quantize_dialog.h.

bool QuantizeDialog::snap_start ( ) const
inline

Definition at line 50 of file quantize_dialog.h.

double QuantizeDialog::start_grid_size ( ) const

Definition at line 117 of file quantize_dialog.cc.

float QuantizeDialog::strength ( ) const

Definition at line 175 of file quantize_dialog.cc.

float QuantizeDialog::swing ( ) const

Definition at line 165 of file quantize_dialog.cc.

float QuantizeDialog::threshold ( ) const

Definition at line 181 of file quantize_dialog.cc.

Member Data Documentation

PublicEditor& QuantizeDialog::editor
private

Definition at line 57 of file quantize_dialog.h.

Gtk::ComboBoxText QuantizeDialog::end_grid_combo
private

Definition at line 60 of file quantize_dialog.h.

std::vector< std::string > QuantizeDialog::grid_strings
staticprivate

Definition at line 73 of file quantize_dialog.h.

Gtk::CheckButton QuantizeDialog::snap_end_button
private

Definition at line 71 of file quantize_dialog.h.

Gtk::CheckButton QuantizeDialog::snap_start_button
private

Definition at line 70 of file quantize_dialog.h.

Gtk::ComboBoxText QuantizeDialog::start_grid_combo
private

Definition at line 59 of file quantize_dialog.h.

Gtk::Adjustment QuantizeDialog::strength_adjustment
private

Definition at line 61 of file quantize_dialog.h.

Gtk::Label QuantizeDialog::strength_label
private

Definition at line 63 of file quantize_dialog.h.

Gtk::SpinButton QuantizeDialog::strength_spinner
private

Definition at line 62 of file quantize_dialog.h.

Gtk::Adjustment QuantizeDialog::swing_adjustment
private

Definition at line 64 of file quantize_dialog.h.

Gtk::CheckButton QuantizeDialog::swing_button
private

Definition at line 66 of file quantize_dialog.h.

Gtk::SpinButton QuantizeDialog::swing_spinner
private

Definition at line 65 of file quantize_dialog.h.

Gtk::Adjustment QuantizeDialog::threshold_adjustment
private

Definition at line 67 of file quantize_dialog.h.

Gtk::Label QuantizeDialog::threshold_label
private

Definition at line 69 of file quantize_dialog.h.

Gtk::SpinButton QuantizeDialog::threshold_spinner
private

Definition at line 68 of file quantize_dialog.h.

std::vector<std::string> QuantizeDialog::type_strings
staticprivate

Definition at line 74 of file quantize_dialog.h.


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