示例#1
0
void QApplicationStatus::updateMotion(const pb::EmcStatusMotion &motion)
{
    Service::recurseMessage(motion, &m_motion);
    emit motionChanged(m_motion);
}
void MotionSeatedPointDialog::OnEnKillfocusTargetz() {
	motionChanged();
}
void MotionSeatedPointDialog::OnBnKillfocusReachtype() {
	motionChanged();
}
void MotionSeatedPointDialog::OnBnClickedPhase() {
	motionChanged();
}