Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <editor_group_tabs.h>
Public Member Functions | |
EditorGroupTabs (Editor *) | |
Public Member Functions inherited from GroupTabs | |
GroupTabs () | |
virtual | ~GroupTabs () |
void | set_session (ARDOUR::Session *) |
Gtk::Menu * | get_menu (ARDOUR::RouteGroup *g, bool tabArea=false) |
void | run_new_group_dialog (ARDOUR::RouteList const *, bool with_master) |
void | set_extent (double) |
void | set_offset (double) |
Public Member Functions inherited from CairoWidget | |
CairoWidget () | |
virtual | ~CairoWidget () |
void | set_canvas_widget () |
void | use_nsglview (bool retina=true) |
void | use_image_surface (bool yn=true) |
void | queue_draw () |
void | queue_resize () |
int | get_width () const |
int | get_height () const |
void | size_allocate (Gtk::Allocation &) |
void | set_dirty (cairo_rectangle_t *area=0) |
Gtkmm2ext::ActiveState | active_state () const |
Gtkmm2ext::VisualState | visual_state () const |
virtual void | set_active_state (Gtkmm2ext::ActiveState) |
virtual void | set_visual_state (Gtkmm2ext::VisualState) |
void | unset_active_state () |
void | unset_visual_state () |
void | set_active (bool) |
bool | get_active () const |
void | set_draw_background (bool yn) |
uint32_t | background_color () |
Public Member Functions inherited from Gtkmm2ext::CairoCanvas | |
virtual | ~CairoCanvas () |
Public Member Functions inherited from ARDOUR::SessionHandlePtr | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual ARDOUR::Session * | session () const |
Public Member Functions inherited from EditorComponent | |
EditorComponent (Editor *) | |
virtual | ~EditorComponent () |
Private Member Functions | |
std::list< Tab > | compute_tabs () const |
void | draw_tab (cairo_t *, Tab const &) |
double | primary_coordinate (double, double) const |
ARDOUR::RouteList | routes_for_tab (Tab const *) const |
void | add_menu_items (Gtk::Menu *, ARDOUR::RouteGroup *) |
ARDOUR::RouteList | selected_routes () const |
double | visible_extent () const |
Additional Inherited Members | |
Static Public Member Functions inherited from GroupTabs | |
static void | set_group_color (ARDOUR::RouteGroup *, uint32_t) |
static std::string | group_gui_id (ARDOUR::RouteGroup *) |
static uint32_t | group_color (ARDOUR::RouteGroup *) |
Static Public Member Functions inherited from CairoWidget | |
static void | provide_background_for_cairo_widget (Gtk::Widget &w, const Gdk::Color &bg) |
static void | set_source_rgb_a (cairo_t *cr, Gdk::Color, float a=1.0) |
static void | set_source_rgb_a (cairo_t *cr, Gtkmm2ext::Color, float a=1.0) |
static void | set_focus_handler (sigc::slot< void, Gtk::Widget * >) |
Static Public Member Functions inherited from Gtkmm2ext::CairoTheme | |
static void | set_flat_buttons (bool yn) |
static void | set_boxy_buttons (bool yn) |
static void | set_widget_prelight (bool yn) |
static bool | flat_buttons () |
static bool | boxy_buttons () |
static bool | widget_prelight () |
Public Attributes inherited from CairoWidget | |
sigc::signal< void > | StateChanged |
sigc::signal< bool > | QueueDraw |
sigc::signal< bool > | QueueResize |
Protected Member Functions inherited from GroupTabs | |
double | extent () const |
double | offset () const |
Protected Member Functions inherited from CairoWidget | |
virtual bool | on_expose_event (GdkEventExpose *) |
void | on_size_allocate (Gtk::Allocation &) |
void | on_state_changed (Gtk::StateType) |
void | on_style_changed (const Glib::RefPtr< Gtk::Style > &) |
void | on_realize () |
bool | on_button_press_event (GdkEventButton *) |
Gdk::Color | get_parent_bg () |
void | on_map () |
void | on_unmap () |
virtual void | on_name_changed () |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Attributes inherited from GroupTabs | |
bool | _dragging_new_tab |
true if we're dragging a new tab More... | |
Protected Attributes inherited from CairoWidget | |
Gtkmm2ext::ActiveState | _active_state |
Gtkmm2ext::VisualState | _visual_state |
bool | _need_bg |
bool | _grabbed |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Protected Attributes inherited from EditorComponent | |
Editor * | _editor |
Static Protected Attributes inherited from CairoWidget | |
static sigc::slot< void, Gtk::Widget * > | focus_handler |
Definition at line 27 of file editor_group_tabs.h.
EditorGroupTabs::EditorGroupTabs | ( | Editor * | ) |
|
privatevirtual |
Reimplemented from GroupTabs.
|
privatevirtual |
|
privatevirtual |
|
privatevirtual |
Coordinate map (editor, mixer)
x | x-coordinate |
y | y-coordinate |
Implements GroupTabs.
|
privatevirtual |
Implements GroupTabs.
|
privatevirtual |
Implements GroupTabs.
|
inlineprivatevirtual |
Implements GroupTabs.
Definition at line 40 of file editor_group_tabs.h.