4 #include <score_lib_process_export.h>
13 static const Pixmaps& instance() noexcept;
15 const QPixmap show_ui_off;
16 const QPixmap show_ui_on;
18 const QPixmap preset_off;
19 const QPixmap preset_on;
21 const QPixmap record_off;
22 const QPixmap record_on;
24 const QPixmap snapshot_off;
25 const QPixmap snapshot_on;
27 const QPixmap close_off;
28 const QPixmap close_on;
30 const QPixmap nodal_off;
31 const QPixmap nodal_on;
33 const QPixmap timeline_off;
34 const QPixmap timeline_on;
36 const QPixmap unmuted;
43 const QPixmap unroll_selected;
45 const QPixmap roll_selected;
47 const QPixmap unroll_small;
48 const QPixmap roll_small;
51 const QPixmap interval_play;
52 const QPixmap interval_stop;
54 const QPixmap metricHandle;
56 const QPixmap portHandleClosed;
57 const QPixmap portHandleOpen;
Base classes and tools to implement processes and layers.
Definition: JSONVisitor.hpp:1324
Definition: Pixmaps.hpp:12