AusweisApp2
|
Öffentliche Methoden | |
MockReaderManager (const QVector< ReaderInfo > &pReaderInfos) | |
QVector< ReaderInfo > | getReaderInfos (const ReaderFilter &pFilter=ReaderFilter()) const override |
![]() | |
void | init () |
Initialize the reader manager service. Mehr ... | |
void | startScanAll (bool pAutoConnect=true) |
Starts a scan for all device types. Mehr ... | |
void | startScan (ReaderManagerPlugInType pType, bool pAutoConnect=true) |
Starts a scan for devices if registered plugin don't scan anytime. Mehr ... | |
void | stopScanAll () |
Stops scan for all device types. Mehr ... | |
bool | isScanRunning () const |
Queries if any plugin is currently scanning. Mehr ... | |
bool | isScanRunning (ReaderManagerPlugInType pType) const |
Queries if a plugin with the requested type is currently scanning. Mehr ... | |
void | stopScan (ReaderManagerPlugInType pType, const QString &pError=QString()) |
Stops started scan for devices. Mehr ... | |
QVector< ReaderManagerPlugInInfo > | getPlugInInfos () const |
QVector< ReaderInfo > | getReaderInfos (ReaderManagerPlugInType pType) const |
ReaderInfo | getReaderInfo (const QString &pReaderName) const |
void | updateReaderInfo (const QString &pReaderName) |
template<typename T > | |
QMetaObject::Connection | callCreateCardConnectionCommand (const QString &pReaderName, const typename QtPrivate::FunctionPointer< T >::Object *pReceiver, T pSlot) |
Executes a command to create a CardConnection for a specified reader. Mehr ... | |
void | updateRetryCounters () |
Weitere Geerbte Elemente | |
![]() | |
void | shutdown () |
Shuts down the reader manager service. Mehr ... | |
![]() | |
void | firePluginAdded (const ReaderManagerPlugInInfo &pInfo) |
void | fireStatusChanged (const ReaderManagerPlugInInfo &pInfo) |
void | fireReaderAdded (const QString &pReaderName) |
void | fireReaderRemoved (const QString &pReaderName) |
void | fireReaderDeviceError (GlobalStatus::Code pError) |
void | fireReaderPropertiesUpdated (const QString &pReaderName) |
void | fireCardInserted (const QString &pReaderName) |
void | fireCardRemoved (const QString &pReaderName) |
void | fireCardRetryCounterChanged (const QString &pReaderName) |
void | fireReaderEvent () |
void | fireInitialized () |
![]() | |
ReaderManager () | |
~ReaderManager () | |
![]() | |
static ReaderManager & | getInstance () |
MockReaderManager::MockReaderManager | ( | const QVector< ReaderInfo > & | pReaderInfos | ) |
|
overridevirtual |
Erneute Implementation von governikus::ReaderManager.