Home
last modified time | relevance | path

Searched refs:getNoteCol (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dtxshnoteset.h64 int getNoteCol(int noteIndex) const;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtxshnoteset.cpp85 int TXshNoteSet::getNoteCol(int noteIndex) const { in getNoteCol() function in TXshNoteSet
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxshcellviewer.cpp2477 int c = notes->getNoteCol(i); in drawNotes()
2664 int c = notes->getNoteCol(i); in mousePressEvent()
2978 int c = notes->getNoteCol(i); in mouseDoubleClickEvent()
3026 int c = notes->getNoteCol(i); in contextMenuEvent()
H A Dxsheetdragtool.cpp1255 m_startCol = notes->getNoteCol(currentIndex); in onClick()
1302 int col = notes->getNoteCol(currentIndex); in onRelease()
H A Dxsheetviewer.cpp1600 int col = notes->getNoteCol(currentNoteIndex); in setCurrentNoteIndex()