21 #ifndef STREAM_SERVER_H 22 #define STREAM_SERVER_H 24 #include "StreamWriter.h" 25 #include "Utils/Settings/SayonaraClass.h" 26 #include "Utils/Pimpl.h" 41 void sig_new_connection(
const QString& ip);
42 void sig_connection_closed(
const QString& ip);
43 void sig_listening(
bool);
49 void active_changed();
53 void dismiss(
int idx);
55 void disconnect(StreamWriterPtr sw);
56 void disconnect_all();
63 void accept_client(QTcpSocket* socket,
const QString& ip);
64 void reject_client(QTcpSocket* socket,
const QString& ip);
67 void server_destroyed();
69 void new_client_request();
71 void new_connection(
const QString& ip);
The StreamWriter class. This class is the interface between StreamDataSender and StreamServer. It watches the client socket and spreads data to its client.
Definition: StreamWriter.h:39
The StreamServer class. This class is listening for new connections and holds and administrates curre...
Definition: StreamServer.h:33
The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:29