Searched refs:getShortcutValue (Results 1 – 3 of 3) sorted by relevance
39 int styleId = palette->getShortcutValue(key); in onKeyPress()
399 int getShortcutValue(
733 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