7#ifndef KIS_NODE_SHAPE_H_
8#define KIS_NODE_SHAPE_H_
14#include <kritaui_export.h>
18#define KIS_NODE_SHAPE_ID "KisNodeShape"
34 QSizeF
size()
const override;
37 void paint(QPainter &painter)
const override;
40 void editabilityChanged();
void paint(QPainter &painter) const override
reimplemented
QRectF boundingRect() const override
Get the bounding box of the shape.
virtual QSizeF size() const
Get the size of the shape in pt.
virtual void setPosition(const QPointF &position)
Set the position of the shape in pt.