![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <tempo_dialog.h>
Public Member Functions | |
MeterDialog (Temporal::TempoMap::SharedPtr const &, Temporal::timepos_t const &, const std::string &action) | |
MeterDialog (Temporal::MeterPoint &, const std::string &action) | |
double | get_bpb () |
int | get_note_type () |
Temporal::TimeDomain | get_lock_style () |
bool | get_bbt_time (Temporal::BBT_Time &) |
![]() | |
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 () |
![]() | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
Private Types | |
typedef std::map< std::string, float > | NoteTypes |
typedef std::map< std::string, Temporal::TimeDomain > | LockStyles |
Private Member Functions | |
void | init (const Temporal::BBT_Time &, double, double, bool, bool, Temporal::TimeDomain style) |
bool | is_user_input_valid () const |
bool | entry_key_press (GdkEventKey *) |
bool | entry_key_release (GdkEventKey *) |
void | note_type_change () |
void | lock_style_change () |
Private Attributes | |
NoteTypes | note_types |
LockStyles | lock_styles |
Gtk::Entry | bpb_entry |
Gtk::ComboBoxText | note_type |
Gtk::ComboBoxText | lock_style |
std::vector< std::string > | strings |
Gtk::Button | ok_button |
Gtk::Button | cancel_button |
Gtk::Entry | when_bar_entry |
Additional Inherited Members | |
![]() | |
void | pop_splash () |
void | close_self () |
![]() | |
virtual void | session_going_away () |
![]() | |
bool | _sensitive |
![]() | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 147 of file tempo_dialog.h.
|
private |
Definition at line 169 of file tempo_dialog.h.
|
private |
Definition at line 166 of file tempo_dialog.h.
MeterDialog::MeterDialog | ( | Temporal::TempoMap::SharedPtr const & | , |
Temporal::timepos_t const & | , | ||
const std::string & | action | ||
) |
MeterDialog::MeterDialog | ( | Temporal::MeterPoint & | , |
const std::string & | action | ||
) |
|
private |
|
private |
bool MeterDialog::get_bbt_time | ( | Temporal::BBT_Time & | ) |
double MeterDialog::get_bpb | ( | ) |
Temporal::TimeDomain MeterDialog::get_lock_style | ( | ) |
int MeterDialog::get_note_type | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 172 of file tempo_dialog.h.
|
private |
Definition at line 177 of file tempo_dialog.h.
|
private |
Definition at line 174 of file tempo_dialog.h.
|
private |
Definition at line 170 of file tempo_dialog.h.
|
private |
Definition at line 173 of file tempo_dialog.h.
|
private |
Definition at line 167 of file tempo_dialog.h.
|
private |
Definition at line 176 of file tempo_dialog.h.
|
private |
Definition at line 175 of file tempo_dialog.h.
|
private |
Definition at line 178 of file tempo_dialog.h.