1#ifndef PIXMAPGRAPHICSITEM_H
2#define PIXMAPGRAPHICSITEM_H
3#include <QGraphicsPixmapItem>
5#include <Kanoop/gui/libkanoopgui.h>
27 virtual int type()
const override {
return _type; }
31 virtual QVariant
itemChange(GraphicsItemChange change,
const QVariant& value)
override;
QGraphicsPixmapItem with an application-defined type integer.
PixmapGraphicsItem(int type, QGraphicsItem *parent=nullptr)
Construct with a type integer and optional parent item.
virtual QVariant itemChange(GraphicsItemChange change, const QVariant &value) override
Handle graphics item change notifications.
virtual int type() const override
Return the application-defined type integer.