X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frow.h;h=221d9c9b110344e6ed600abb71a05c4d66c39e6a;hp=4ee05f6ef8ac6f6881853dedc903e0f98e6fc0dd;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=f9101a91fc942a28515872ae6c7285973bd54b91 diff --git a/pv/data/decode/row.h b/pv/data/decode/row.h index 4ee05f6e..221d9c9b 100644 --- a/pv/data/decode/row.h +++ b/pv/data/decode/row.h @@ -43,11 +43,13 @@ public: const srd_decoder* decoder() const; const srd_decoder_annotation_row* row() const; + const QString title() const; + bool operator<(const Row &other) const; private: - const srd_decoder *_decoder; - const srd_decoder_annotation_row *_row; + const srd_decoder *decoder_; + const srd_decoder_annotation_row *row_; }; } // decode