Home
last modified time | relevance | path

Searched refs:PortMatrixColumnLabels (Results 1 – 6 of 6) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dport_matrix_column_labels.cc36 PortMatrixColumnLabels::PortMatrixColumnLabels (PortMatrix* m, PortMatrixBody* b) in PortMatrixColumnLabels() function in PortMatrixColumnLabels
44 PortMatrixColumnLabels::compute_dimensions () in compute_dimensions()
117 PortMatrixColumnLabels::basic_text_x_pos (int) const in basic_text_x_pos()
124 PortMatrixColumnLabels::render (cairo_t* cr) in render()
184 PortMatrixColumnLabels::component_to_parent_x (double x) const in component_to_parent_x()
190 PortMatrixColumnLabels::parent_to_component_x (double x) const in parent_to_component_x()
196 PortMatrixColumnLabels::component_to_parent_y (double y) const in component_to_parent_y()
203 PortMatrixColumnLabels::parent_to_component_y (double y) const in parent_to_component_y()
267 PortMatrixColumnLabels::render_bundle_name ( in render_bundle_name()
336 PortMatrixColumnLabels::render_channel_name ( in render_channel_name()
[all …]
H A Dport_matrix_row_labels.h29 class PortMatrixColumnLabels; variable
44 PortMatrixRowLabels (PortMatrix *, PortMatrixBody *, PortMatrixColumnLabels&);
72 PortMatrixColumnLabels& _column_labels;
H A Dport_matrix_column_labels.h33 class PortMatrixColumnLabels : public PortMatrixLabels
36 PortMatrixColumnLabels (PortMatrix *, PortMatrixBody *);
H A Dport_matrix_body.h27 class PortMatrixColumnLabels; variable
91 PortMatrixColumnLabels* _column_labels;
H A Dport_matrix_row_labels.cc38 PortMatrixRowLabels::PortMatrixRowLabels (PortMatrix* m, PortMatrixBody* b, PortMatrixColumnLabels&… in PortMatrixRowLabels()
H A Dport_matrix_body.cc47 _column_labels = new PortMatrixColumnLabels (p, this); in PortMatrixBody()