Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <beatbox_gui.h>
Public Member Functions | |
BBGUI (std::shared_ptr< ARDOUR::BeatBox > bb) | |
~BBGUI () | |
double | width () const |
double | height () 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 |
Protected Member Functions | |
void | on_map () |
void | on_unmap () |
Protected Member Functions inherited from ArdourDialog | |
void | pop_splash () |
void | close_self () |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Private Member Functions | |
void | toggle_play () |
void | export_as_region () |
void | clear () |
void | update () |
void | update_sequencer () |
void | sequencer_changed (PBD::PropertyChange const &) |
Private Attributes | |
std::shared_ptr< ARDOUR::BeatBox > | bbox |
double | _width |
double | _height |
Gtk::Adjustment | horizontal_adjustment |
Gtk::Adjustment | vertical_adjustment |
ArdourCanvas::GtkCanvasViewport * | _canvas_viewport |
ArdourCanvas::GtkCanvas * | _canvas |
SequencerView * | _sequencer |
ArdourWidgets::ArdourButton | start_button |
ArdourWidgets::ArdourButton | export_as_region_button |
Gtk::HBox | canvas_hbox |
Gtk::VScrollbar | vscrollbar |
sigc::connection | timer_connection |
PBD::ScopedConnection | sequencer_connection |
Additional Inherited Members | |
Protected Attributes inherited from ArdourDialog | |
bool | _sensitive |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 253 of file beatbox_gui.h.
BBGUI::BBGUI | ( | std::shared_ptr< ARDOUR::BeatBox > | bb | ) |
BBGUI::~BBGUI | ( | ) |
|
private |
|
private |
|
inline |
Definition at line 259 of file beatbox_gui.h.
|
protected |
|
protected |
|
private |
|
private |
|
private |
|
private |
|
inline |
Definition at line 258 of file beatbox_gui.h.
|
private |
Definition at line 274 of file beatbox_gui.h.
|
private |
Definition at line 273 of file beatbox_gui.h.
|
private |
Definition at line 268 of file beatbox_gui.h.
|
private |
Definition at line 276 of file beatbox_gui.h.
|
private |
Definition at line 267 of file beatbox_gui.h.
|
private |
Definition at line 266 of file beatbox_gui.h.
|
private |
Definition at line 284 of file beatbox_gui.h.
|
private |
Definition at line 281 of file beatbox_gui.h.
|
private |
Definition at line 270 of file beatbox_gui.h.
|
private |
Definition at line 294 of file beatbox_gui.h.
|
private |
Definition at line 278 of file beatbox_gui.h.
|
private |
Definition at line 291 of file beatbox_gui.h.
|
private |
Definition at line 271 of file beatbox_gui.h.
|
private |
Definition at line 285 of file beatbox_gui.h.