1 #ifndef SPARSE_WIDGET_H 2 #define SPARSE_WIDGET_H 6 #include "gui/image_widget.h" 27 void reset(
void)
override;
56 std::function<void (SparseWidget *)> draw_fn;
57 std::function<Image (StreamObject)> image_fn;
60 void updatePenColor(QPainter &painter, T obj);
67 #endif // SPARSE_WIDGET_H Base class of all objects that can be transported with a stream.
Definition: stream_object.h:39
Private part of the Ouput class.
Definition: output_p.h:16
A portable image class with smart memory management.
Definition: image.h:35