X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fdecoder.h;h=087955853ca3f6ad719c6f7063193c20a682b66a;hb=42e634cff774d802c0fb1047f93f874aafe89277;hp=99b21c574e43b682e18893e13bb111a9b2b9e9d0;hpb=615f6d25e4144ca6db2d60fe52deacef117c2151;p=pulseview.git diff --git a/pv/data/decode/decoder.h b/pv/data/decode/decoder.h index 99b21c5..0879558 100644 --- a/pv/data/decode/decoder.h +++ b/pv/data/decode/decoder.h @@ -50,6 +50,9 @@ public: const srd_decoder* decoder() const; + bool shown() const; + void show(bool show = true); + const std::map >& probes() const; void set_probes(std::map > _probes; std::map _options;