|
| Hub (const Hub &)=delete |
|
virtual | ~Hub () |
|
Hub & | operator= (const Hub &)=delete |
|
virtual Q_INVOKABLE void | register_import_export_handler (ImportExportHandler *handler) |
|
virtual Q_INVOKABLE const Store * | store_for_scope_and_type (Scope scope, Type type) |
|
virtual Q_INVOKABLE Peer | default_source_for_type (Type type) |
|
virtual Q_INVOKABLE QVector< Peer > | known_sources_for_type (Type type) |
|
virtual Q_INVOKABLE QVector< Peer > | known_destinations_for_type (Type type) |
|
virtual Q_INVOKABLE QVector< Peer > | known_shares_for_type (Type type) |
|
virtual Q_INVOKABLE Transfer * | create_import_from_peer (Peer peer) |
|
virtual Q_INVOKABLE Transfer * | create_export_to_peer (Peer peer) |
|
virtual Q_INVOKABLE Transfer * | create_share_to_peer (Peer peer) |
|
virtual Q_INVOKABLE void | quit () |
|
virtual Q_INVOKABLE Transfer * | create_import_from_peer_for_type (Peer peer, Type type) |
|
virtual Q_INVOKABLE Transfer * | create_export_to_peer_for_type (Peer peer, Type type) |
|
virtual Q_INVOKABLE Transfer * | create_share_to_peer_for_type (Peer peer, Type type) |
|
virtual Q_INVOKABLE bool | has_pending (QString peer_id) |
|
virtual Q_INVOKABLE Peer | peer_for_app_id (QString app_id) |
|
virtual Q_INVOKABLE void | requestPeerForType (Type type, QString handler_id) |
|
virtual Q_INVOKABLE void | selectPeerForAppId (QString app_id, QString peer_id) |
|
virtual Q_INVOKABLE void | selectPeerForAppIdCancelled (QString app_id) |
|
virtual Q_INVOKABLE void | requestPaste () |
|
virtual Q_INVOKABLE void | selectPasteForAppId (QString app_id, QString surface_id, QString paste_id, bool pasteAsRichText) |
|
virtual Q_INVOKABLE void | selectPasteForAppIdCancelled (QString app_id) |
|
QDBusPendingCall | createPaste (const QString &surfaceId, const QMimeData &data) |
|
QDBusPendingCall | requestLatestPaste (const QString &surfaceId) |
|
QDBusPendingCall | requestPasteById (const QString &surfaceId, int pasteId) |
|
QMimeData * | paste (QDBusPendingCall requestPeply) |
|
bool | createPasteSync (const QString &surfaceId, const QMimeData &data) |
|
QMimeData * | latestPaste (const QString &surfaceId) |
|
QMimeData * | pasteById (const QString &surfaceId, int id) |
|
QStringList | pasteFormats () |
|
Definition at line 41 of file hub.h.