RemoteControl::Receiver Struct Reference
Inheritance diagram for RemoteControl::Receiver:
Public Member Functions | |
Receiver (const score::DocumentContext &doc, quint16 port) | |
void | addHandler (QObject *context, Handler &&handler) |
void | removeHandler (QObject *context) |
void | registerSync (Path< Scenario::TimeSyncModel > tn) |
void | unregisterSync (Path< Scenario::TimeSyncModel > tn) |
void | onNewConnection () |
void | processTextMessage (const QString &message, const WSClient &w) |
void | processBinaryMessage (QByteArray message, const WSClient &w) |
void | sendMessage (const QString &str) |
void | socketDisconnected () |
const std::vector< WSClient > & | clients () const noexcept |
The documentation for this struct was generated from the following files:
- plugins/score-plugin-remotecontrol/RemoteControl/DocumentPlugin.hpp
- plugins/score-plugin-remotecontrol/RemoteControl/DocumentPlugin.cpp