Home
last modified time | relevance | path

Searched refs:setNotePos (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dtxshnoteset.h68 void setNotePos(int noteIndex, TPointD pos);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtxshnoteset.cpp109 void TXshNoteSet::setNotePos(int noteIndex, TPointD pos) { in setNotePos() function in TXshNoteSet
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxsheetdragtool.cpp1285 notes->setNotePos(currentIndex, newPos); in onChange()