Home
last modified time | relevance | path

Searched refs:firstLastXPostionChanged (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dtonecurvefield.cpp139 emit firstLastXPostionChanged(m_points.at(firstIndex).x(), in setPoints() local
314 emit firstLastXPostionChanged(p.x(), m_points.at(lastIndex).x()); in movePoint() local
316 emit firstLastXPostionChanged(m_points.at(firstIndex).x(), p.x()); in movePoint() local
328 emit firstLastXPostionChanged(p.x(), m_points.at(lastIndex).x()); in setPoint() local
330 emit firstLastXPostionChanged(m_points.at(firstIndex).x(), p.x()); in setPoint() local
857 connect(c, SIGNAL(firstLastXPostionChanged(double, double)), this, in ToneCurveField()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dtonecurvefield.h125 void firstLastXPostionChanged(double, double);