Home
last modified time | relevance | path

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

/dports/security/kleopatra/kleopatra-21.12.3/src/
H A Dsystrayicon.cpp79 learnCertificatesAction.setEnabled(anyCardCanLearnKeys); in enableDisableActions()
81 …q->setAttentionWanted((!firstCardWithNullPin.empty() || anyCardCanLearnKeys) && !q->attentionWindo… in enableDisableActions()
108 bool anyCardCanLearnKeys = false; member in SysTrayIcon::Private
213 } else if (d->anyCardCanLearnKeys) { in doActivated()
232 if (d->anyCardCanLearnKeys == on || d->learningInProgress) { in setAnyCardCanLearnKeys()
235 d->anyCardCanLearnKeys = on; in setAnyCardCanLearnKeys()
H A Dkleopatraapplication.cpp106 sysTray->setAnyCardCanLearnKeys(readerStatus.anyCardCanLearnKeys()); in init()
/dports/security/kleopatra/kleopatra-21.12.3/src/smartcard/
H A Dreaderstatus.h48 bool anyCardCanLearnKeys() const;
H A Dreaderstatus.cpp972 bool ReaderStatus::anyCardCanLearnKeys() const in anyCardCanLearnKeys() function in ReaderStatus
/dports/security/kleopatra/kleopatra-21.12.3/src/view/
H A Dkeylistcontroller.cpp753 if (rs->anyCardCanLearnKeys()) { in calculateRestrictionsMask()