X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitem.hpp;fp=pv%2Fview%2Frowitem.hpp;h=cf521ff0be88d2f030cab0c4cd4616de9728594b;hp=6688bc5c90602a7dfd48d15a17acc873a233882e;hb=d4e39570ee6021766c375654801dddba45b9198a;hpb=5b5fa4da3b7112414b9f51e6626ae7f4bf606f02 diff --git a/pv/view/rowitem.hpp b/pv/view/rowitem.hpp index 6688bc5c..cf521ff0 100644 --- a/pv/view/rowitem.hpp +++ b/pv/view/rowitem.hpp @@ -25,7 +25,6 @@ #include -#include "viewitempaintparams.hpp" #include "viewitem.hpp" namespace pv { @@ -105,27 +104,6 @@ public: */ virtual std::pair v_extents() const = 0; - /** - * Paints the background layer of the trace with a QPainter - * @param p the QPainter to paint into. - * @param pp the painting parameters object to paint with. - **/ - virtual void paint_back(QPainter &p, const ViewItemPaintParams &pp); - - /** - * Paints the mid-layer of the trace with a QPainter - * @param p the QPainter to paint into. - * @param pp the painting parameters object to paint with. - **/ - virtual void paint_mid(QPainter &p, const ViewItemPaintParams &pp); - - /** - * Paints the foreground layer of the trace with a QPainter - * @param p the QPainter to paint into. - * @param pp the painting parameters object to paint with. - **/ - virtual void paint_fore(QPainter &p, const ViewItemPaintParams &pp); - /** * Paints the signal label. * @param p the QPainter to paint into.