X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimeitem.hpp;h=4cb650d961adb8ea93610c47995b10c4b037c7f3;hp=80fecb5dda316caa587f6616d6af814b5187d041;hb=7a01bd3654ed046216308fa64edfd79be7cd525f;hpb=26e3af6b15f083239981729b2c3c109ed1d87ba8 diff --git a/pv/view/timeitem.hpp b/pv/view/timeitem.hpp index 80fecb5..4cb650d 100644 --- a/pv/view/timeitem.hpp +++ b/pv/view/timeitem.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_TIMEITEM_H -#define PULSEVIEW_PV_VIEW_TIMEITEM_H +#ifndef PULSEVIEW_PV_VIEW_TIMEITEM_HPP +#define PULSEVIEW_PV_VIEW_TIMEITEM_HPP #include "viewitem.hpp" @@ -29,6 +29,7 @@ namespace view { class View; class TimeItem : public ViewItem + { Q_OBJECT @@ -48,11 +49,10 @@ public: virtual float get_x() const = 0; /** - * Paints the marker's label to the ruler. - * @param p The painter to draw with. - * @param rect The rectangle of the ruler client area. + * Drags the item to a delta relative to the drag point. + * @param delta the offset from the drag point. */ - virtual void paint_label(QPainter &p, const QRect &rect) = 0; + void drag_by(const QPoint &delta); protected: View &view_; @@ -61,4 +61,4 @@ protected: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_TIMEITEM_H +#endif // PULSEVIEW_PV_VIEW_TIMEITEM_HPP