4 #include "model/object.h" 25 QList<Prong> getProngs()
const;
26 QPointF getSheetPos()
const;
31 void addProng(
float prong);
34 Object *clone()
const override;
35 QPointF
getPos()
const override;
36 void setPos(
const QPointF &pos)
override;
54 float getAngle()
const;
55 void setAngle(
float angle);
The abstract base class for all objects in a sheet.
Definition: object.h:21
QPointF getPos() const override
Return the position of the object in the sheet.
Definition: terminal.h:16
Model of an electrical component.
Definition: component.h:16
void setPos(const QPointF &pos) override
Set the position of the object in the sheet.
Definition: terminal.h:45
Definition: terminal.h:63