示例#1
0
文件: box.cpp 项目: sommerp/MuseScore
void Box::startEdit(MuseScoreView*, const QPointF&)
      {
      editMode = true;
      if (type() == HBOX)
            undoPushProperty(P_BOX_WIDTH);
      else
            undoPushProperty(P_BOX_HEIGHT);
      }
示例#2
0
void Stem::startEdit(MuseScoreView*, const QPointF&)
      {
      undoPushProperty(P_ID::USER_LEN);
      }
示例#3
0
void Arpeggio::startEdit(MuseScoreView*, const QPointF&)
      {
      undoPushProperty(P_ARP_USER_LEN1);
      undoPushProperty(P_ARP_USER_LEN2);
      }