13
0
livetrax/libs/canvas/canvas
2024-11-06 23:03:19 +01:00
..
arc.h
arrow.h
box.h
button.h skeleton for a canvas button 2024-11-05 13:27:22 -07:00
canvas.h allow runtime control over cairo save/restore around item rendering 2024-03-22 13:39:03 -06:00
circle.h
container.h Canvas: allow to group rendering of child items 2022-12-10 02:37:04 +01:00
curve.h
debug.h
fill.h Replace boost::noncopyable with C++11 deleted copy constructors 2024-10-19 01:04:15 +02:00
flag.h
framed_curve.h
fwd.h
grid.h
image.h Replace boost::shared_array<T> with std::shared_ptr<T[]> 2024-11-06 23:03:19 +01:00
interpolated_curve.h
item.h canvas: provide a means of blocking change notifications from Item propagating up the object tree 2022-12-10 13:37:16 -07:00
line_set.h do not sort lineset every time a coord is added; use RAII to create scope and sort at end 2023-04-09 14:36:03 -06:00
line.h
lollipop.h lollis: draw stems in fill color (optionally) 2023-06-26 14:18:18 -06:00
lookup_table.h
meter.h Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
note.h canvas: add velocity() method to Note 2023-06-26 14:18:18 -06:00
outline.h Replace boost::noncopyable with C++11 deleted copy constructors 2024-10-19 01:04:15 +02:00
pixbuf.h
poly_item.h canvas: add PolyItem::clear() 2023-09-30 11:09:58 -06:00
poly_line.h
polygon.h
rectangle.h
root_group.h
ruler.h
scroll_group.h
stateful_image.h Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
step_button.h
table.h
text.h
tracking_text.h
types.h Remove unused headers 2024-11-06 22:50:35 +01:00
utils.h
visibility.h
widget.h
xfade_curve.h