X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fdecodetrace.hpp;fp=pv%2Fview%2Fdecodetrace.hpp;h=954ac90ca420e84c8bd596a95607fbaf960995c9;hp=5ec7ee7c5337bd1cdf929f70597c26fe9defa78c;hb=506317984393a41000650ccca868f3dd66872a4f;hpb=f3697d314410ef2ce0ab8f53b11f7a9912c7b0cd diff --git a/pv/view/decodetrace.hpp b/pv/view/decodetrace.hpp index 5ec7ee7c..954ac90c 100644 --- a/pv/view/decodetrace.hpp +++ b/pv/view/decodetrace.hpp @@ -26,6 +26,7 @@ #include #include #include +#include #include @@ -124,10 +125,18 @@ public: void delete_pressed(); private: + void draw_annotations(std::vector annotations, + QPainter &p, int h, const ViewItemPaintParams &pp, int y, + size_t base_colour); + void draw_annotation(const pv::data::decode::Annotation &a, QPainter &p, int text_height, const ViewItemPaintParams &pp, int y, size_t base_colour) const; + void draw_annotation_block(std::vector a, + QPainter &p, int h, const ViewItemPaintParams &pp, int y, + size_t base_colour) const; + void draw_instant(const pv::data::decode::Annotation &a, QPainter &p, QColor fill, QColor outline, int h, double x, int y) const;