Home
last modified time | relevance | path

Searched refs:keyRemoved (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/kf5-kguiaddons/kguiaddons-5.89.0/src/util/
H A Dkmodifierkeyinfo.cpp34 connect(p.data(), &KModifierKeyInfoProvider::keyRemoved, this, &KModifierKeyInfo::keyRemoved); in KModifierKeyInfo()
H A Dkmodifierkeyinfo.h171 void keyRemoved(Qt::Key key);
H A Dkmodifierkeyinfoprovider_p.h101 void keyRemoved(Qt::Key key);
H A Dkmodifierkeyinfoprovider_xcb.cpp333 Q_EMIT keyRemoved(key); in xkbUpdateModifierMapping() local
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/keystate/
H A Dkeystate.cpp65 connect(&m_keyInfo, &KModifierKeyInfo::keyRemoved, this, &KeyStatesEngine::keyRemoved); in init()
120 void KeyStatesEngine::keyRemoved(Qt::Key key) in keyRemoved() function in KeyStatesEngine
H A Dkeystate.h38 void keyRemoved(Qt::Key key);
/dports/x11-toolkits/kf5-kguiaddons/kguiaddons-5.89.0/tests/
H A Dkmodifierkeyinfotest.cpp53 void keyRemoved(Qt::Key) in keyRemoved() function in TestWidget
134 connect(&m_lock, &KModifierKeyInfo::keyRemoved, this, &TestWidget::keyRemoved); in TestWidget()
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/lib/signond/SignOn/
H A Dabstract-key-manager.h144 void keyRemoved(const SignOn::Key key);
H A Dkey-handler.cpp101 SIGNAL(keyRemoved(const SignOn::Key)), in initialize()
248 q->keyRemoved(key); in onKeyRemoved()
H A Dkey-handler.h158 void keyRemoved(const SignOn::Key key);
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/modules/value-editor/
H A Dvalueviewmodel.cpp133 emit keyRemoved(); in removeKey()
288 if (m_model->rowsCount() == 0) emit keyRemoved(); in deleteRow()
H A Dvalueviewmodel.h78 void keyRemoved();
H A Dtabsmodel.cpp285 connect(viewModel.data(), &ValueViewModel::keyRemoved, this, in createViewModel()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dspectrumfield.h130 void keyRemoved(int);
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/utils/
H A Dsettings.py95 keyRemoved = Signal(str) variable in Settings
304 self.keyRemoved.emit(event.key())
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dspectrumfield.cpp342 SIGNAL(keyRemoved(int))); in SpectrumField()
H A Dparamfield.cpp1192 ret = ret && connect(m_spectrumField, SIGNAL(keyRemoved(int)), this, in SpectrumParamField()
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/src/signond/
H A Dcredentialsaccessmanager.cpp259 QObject::connect(m_keyHandler, SIGNAL(keyRemoved(SignOn::Key)), in init()
/dports/net-mgmt/observium/observium/mibs/brocade/
H A DIBM-FEATURE-ACTIVATION-MIB254 keyRemoved (1),
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py6603 keyRemoved = pyqtSignal() # void keyRemoved(Qt::Key) - signal variable in KModifierKeyInfo