Home
last modified time | relevance | path

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

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dviewitem.h406 QHash<QString, QAction*> _shortcutMap; variable
H A Dviewitem.cpp2371 _shortcutMap.insert(action->shortcut(), action); in registerShortcut()
2376 QHashIterator<QString, QAction*> it(_shortcutMap); in reRegisterShortcut()
2385 if (!_shortcutMap.contains(shortcut)) in tryShortcut()
2388 QAction *action = _shortcutMap.value(shortcut); in tryShortcut()