return _decoder_stack;
}
-void DecodeTrace::set_view(pv::view::View *view)
-{
- assert(view);
- Trace::set_view(view);
-}
-
void DecodeTrace::paint_back(QPainter &p, int left, int right)
{
Trace::paint_back(p, left, right);
const std::shared_ptr<pv::data::DecoderStack>& decoder() const;
- void set_view(pv::view::View *view);
-
/**
* Paints the background layer of the trace with a QPainter
* @param p the QPainter to paint into.
*/
virtual bool enabled() const = 0;
- virtual void set_view(pv::view::View *view);
+ void set_view(pv::view::View *view);
/**
* Paints the background layer of the trace with a QPainter