|
void | textReceived (const QString &text) |
|
void | imageReceived (const QImage &okImage) |
|
void | fileReceived (const QString &fileSaveAt) |
|
void | connected (Session *s) |
|
void | ready (Session *s, const SessionInfo &remoteName) |
|
void | disconnected (Session *s) |
|
void | error (Session *s, const QString &disp, int code) |
|
void | sendProgress (Session *s, quint64 sent, quint64 total) |
|
void | receiveProgress (Session *s, const QString &fileId, quint64 received, quint64 total) |
|
|
| Session (PeerConnection *transport, const SessionInfo &localName, QObject *parent=nullptr) |
|
int | port_running () const |
|
std::pair< QString, int > | peerInfo () const |
|
SessionInfo | localName () const |
|
SessionInfo | remoteName () const |
|
void | sendText (const QString &text) |
|
void | sendImage (const QImage &image) |
|
void | sendFile (const QString &filePath) |
|
QString | sessionID () const |
|
The documentation for this class was generated from the following files:
- extern_app/CCommunicator/core/sessions/Session.h
- extern_app/CCommunicator/core/sessions/Session.cpp