Example #1
0
void MeanDepthLine::axisLineChanged()
{
	DiveCartesianAxis *axis = qobject_cast<DiveCartesianAxis *>(sender());
	Animations::moveTo(this, x(), axis->posAtValue(meanDepth));
}
void MeanDepthLine::axisLineChanged()
{
	DiveCartesianAxis *axis = qobject_cast<DiveCartesianAxis*>(sender());
	animateMoveTo(x(),axis->posAtValue(meanDepth));
}