|
void | next_available_port (const int port) |
|
void | sessionReady (Session *s, const SessionInfo &remoteName) |
|
void | sendProgress (Session *s, quint64 sent, quint64 total) |
|
void | receiveProgress (Session *s, const QString &fileId, quint64 received, quint64 total) |
|
void | disconnected (Session *s) |
|
void | error (Session *s, const QString &errorString, int code) |
|
void | textReceived (Session *s, const QString &text) |
|
void | imageReceived (Session *s, const QImage &imageBytes) |
|
void | fileReceived (Session *s, const QString &fileSaveAt) |
|
|
| SessionHub (const SessionInfo &localName, QObject *parent=nullptr) |
|
std::vector< int > | running_ports () const |
|
Session * | createSessionActive (const SessionInfo &info, const PeerInfo &peers) |
|
Session * | passiveSessionListen () |
|
Session * | queryFromUuid (const QString &uuid) |
|
The documentation for this class was generated from the following files:
- extern_app/CCommunicator/core/sessions/SessionHub.h
- extern_app/CCommunicator/core/sessions/SessionHub.cpp