Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dstyleshortcutswitchablepanel.cpp39 int styleId = palette->getShortcutValue(key); in onKeyPress()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtpalette.h399 int getShortcutValue(
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvrender/
H A Dtpalette.cpp733 if (getShortcutValue('0' + i) != i) break; in saveData()
738 for (i = 0; i < 10; i++) os << getShortcutValue('0' + i); in saveData()
1162 int TPalette::getShortcutValue(int key) const { in getShortcutValue() function in TPalette