gehe zur Dokumentation dieser Datei
21 class ReaderDeviceWidget;
33 QScopedPointer<Ui::ReaderDeviceWidget> mUi;
37 void setDisplayText();
39 void updateInfoIcon();
40 void updateInfoText();
41 void updateInfoUpdate();
43 static QString askForPin(QWidget* pParent);
46 void showEvent(QShowEvent* pEevent)
override;
47 void hideEvent(QHideEvent* pEvent)
override;
49 void onAdjustReaderNameColumnWidth();
50 void onUpdateLocalTableSelection();
51 void onUpdateRemoteTableSelection();
52 void onConnectClicked();
53 void onEstablishConnectionDone(
const QSharedPointer<RemoteDeviceListEntry>& pEntry,
const GlobalStatus& pStatus);
54 void onRemoteSelectionChanged();
55 void onForgetClicked();
56 void onRemoteDoubleClicked(
const QModelIndex& pIndex);
void fireDispatcherDestroyed(GlobalStatus::Code pCloseCode, const QString &pId)
Definition: RemoteDeviceModel.h:63
const QSharedPointer< RemoteDeviceListEntry > getRemoteDeviceListEntry(const QModelIndex &pIndex) const
Definition: RemoteDeviceModel.cpp:447
bool isPaired(const QModelIndex &pIndex) const
Definition: RemoteDeviceModel.cpp:472
virtual int rowCount(const QModelIndex &pParent=QModelIndex()) const override
Definition: ReaderDriverModel.cpp:145
QString getNoReaderFoundIconPath() const
Definition: ReaderDriverModel.cpp:217
Definition: ReaderDriverModel.h:23
QString toErrorDescription(const bool pSimplifiedVersion=false) const
Definition: GlobalStatus.cpp:90
void fireEstablishConnectionDone(const QSharedPointer< RemoteDeviceListEntry > &pEntry, const GlobalStatus &pStatus)
bool isError() const
Definition: GlobalStatus.cpp:427
void onDeviceDisconnected(GlobalStatus::Code pCloseCode, const QString &pId)
Definition: RemoteDeviceModel.cpp:592
Dialog to display information about the application.
Definition: AboutDialog.h:13
virtual int rowCount(const QModelIndex &pParent=QModelIndex()) const override
Definition: RemoteDeviceModel.cpp:382
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
QString getEmptyListDescriptionString(bool pWidgetUiHelp=true) const
Definition: ReaderDriverModel.cpp:270
void forgetDevice(const QModelIndex &pIndex)
Definition: RemoteDeviceModel.cpp:553
bool isInstalledSupportedReader(const QModelIndex &pIndex) const
Definition: ReaderDriverModel.cpp:281
Definition: GlobalStatus.h:20
QString getEmptyListDescriptionString(bool pWidgetUiHelp=true) const
Definition: RemoteDeviceModel.cpp:581
QString getHTMLDescription(const QModelIndex &pIndex) const
Definition: ReaderDriverModel.cpp:240
bool isSupported(const QModelIndex &pIndex) const
Definition: RemoteDeviceModel.cpp:483
QString getLastUpdatedInformation() const
Definition: ReaderDriverModel.cpp:295
QString getReaderImagePath(const QModelIndex &pIndex) const
Definition: ReaderDriverModel.cpp:229