Definition: text-shape.h:6
shared_ptr< Shape > clone() const override
Definition: text-shape.cpp:94
void paint(QPainter *painter) const override
Definition: text-shape.cpp:82
float lineHeight() const
Definition: text-shape.cpp:22
const QFont & font() const
Definition: text-shape.cpp:18
QString text()
Definition: text-shape.cpp:16
void setLineHeight(float line_height)
Definition: text-shape.cpp:24
Shape::Type type() const override
Definition: text-shape.cpp:14
void setFont(const QFont &font)
Definition: text-shape.cpp:36
void setText(QString text)
Definition: text-shape.cpp:29
bool isEditing() const
Definition: text-shape.cpp:20
void makeCursorRect(int cursor)
Definition: text-shape.cpp:53
void setEditing(bool editing)
Definition: text-shape.cpp:41
TextShape() noexcept
Definition: text-shape.cpp:5
shared_ptr< TextShape * > TextShapePtr
Definition: text-shape.h:52