Definition conductortextitem.h:30
The RotateTextsCommand class Open a dialog for edit the rotation of the current selected texts and te...
Definition rotatetextscommand.h:35
void undo() override
Definition rotatetextscommand.cpp:83
void setupAnimation(QObject *target, const QByteArray &propertyName, const QVariant &start, const QVariant &end)
Definition rotatetextscommand.cpp:138
void redo() override
Definition rotatetextscommand.cpp:95
QHash< ConductorTextItem *, bool > m_cond_texts
Definition rotatetextscommand.h:48
QPointer< Diagram > m_diagram
Definition rotatetextscommand.h:47
qreal m_rotation
Definition rotatetextscommand.h:49
void openDialog()
Definition rotatetextscommand.cpp:107
QParallelAnimationGroup * m_anim_group
Definition rotatetextscommand.h:50