#include <qca_keystore.h>
Inheritance diagram for QCA::KeyStoreEntryWatcher:
Public Member Functions | |
KeyStoreEntryWatcher (const KeyStoreEntry &e, QObject *parent=0) | |
KeyStoreEntry | entry () const |
void | unavailable () |
Public Attributes | |
Q_SIGNALS | __pad0__: void available() |
Friends | |
class | Private |
Some KeyStore types have the concept of an entry that can be available only part of the time (for example, a smart card that can be removed). This class allows you to identify when a KeyStoreEntry becomes available / unavailable.
|
Standard constructor. This creates an object that monitors the specified KeyStore entry, emitting available() and unavailable() as the entry becomes available and unavailable respectively.
|
|
The KeyStoreEntry that is being monitored.
|
|
This signal is emitted when the entry that is being monitored becomes unavailble.
|