Definition conductortextitem.h:30
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
RotateTextsCommand(Diagram *diagram, QUndoCommand *parent=nullptr)
RotateTextsCommand::RotateTextsCommand.
Definition rotatetextscommand.cpp:34
qreal m_rotation
Definition rotatetextscommand.h:49
void openDialog()
Definition rotatetextscommand.cpp:107
QParallelAnimationGroup * m_anim_group
Definition rotatetextscommand.h:50