X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fannotation.hpp;fp=pv%2Fdata%2Fdecode%2Fannotation.hpp;h=edc27bee4dfa52947477980622e137863aaa14f2;hp=57ca46950384d16632cab87b0596b0fba9baab43;hb=86d4b8e3e52a422fe3a6956d6bbef27f1859717b;hpb=2a89c44befb218b3eb72c3874a55a06d73d445d3 diff --git a/pv/data/decode/annotation.hpp b/pv/data/decode/annotation.hpp index 57ca4695..edc27bee 100644 --- a/pv/data/decode/annotation.hpp +++ b/pv/data/decode/annotation.hpp @@ -62,6 +62,8 @@ public: const vector* annotations() const; const QString longest_annotation() const; + bool visible() const; + const QColor color() const; const QColor bright_color() const; const QColor dark_color() const;