1#ifndef ELLIPSEGRAPHICSITEM_H
2#define ELLIPSEGRAPHICSITEM_H
3#include <QGraphicsEllipseItem>
4#include <Kanoop/gui/libkanoopgui.h>
26 virtual int type()
const override {
return _type; }
QGraphicsEllipseItem with an application-defined type integer and appearance helpers.
EllipseGraphicsItem(int type, QGraphicsItem *parent=nullptr)
Construct with a type integer and optional parent item.
void setWidth(double width)
Set the pen width of the ellipse outline.
virtual int type() const override
Return the application-defined type integer.
void setColor(const QColor &color)
Set the fill and outline color.