#include <soundserver.h>
Signals | |
void | clientConnected (const QHostAddress &addr) |
void | onCmd (const QString &cmd) |
Public Member Functions | |
void | SendCancel () |
void | SendData (const void *data, int len) |
void | SendEnd () |
void | SendEpdOff () |
void | SendEpdOn () |
void | SendKeyPressed (int val) |
void | SendStart () |
SoundServer (QObject *parent=0) | |
Protected Member Functions | |
virtual void | incomingConnection (int socketDescriptor) |
Private Slots | |
void | read (const QString &cmd) |
void | socketFinished () |
Private Attributes | |
QList< ServerSocket * > | sockets |
Definition at line 8 of file soundserver.h.
SoundServer::SoundServer | ( | QObject * | parent = 0 | ) | [explicit] |
Definition at line 4 of file soundserver.cpp.
void SoundServer::clientConnected | ( | const QHostAddress & | addr | ) | [signal] |
void SoundServer::incomingConnection | ( | int | socketDescriptor | ) | [protected, virtual] |
Definition at line 9 of file soundserver.cpp.
void SoundServer::onCmd | ( | const QString & | cmd | ) | [signal] |
void SoundServer::read | ( | const QString & | cmd | ) | [private, slot] |
Definition at line 26 of file soundserver.cpp.
void SoundServer::SendCancel | ( | ) |
Definition at line 55 of file soundserver.cpp.
void SoundServer::SendData | ( | const void * | data, |
int | len | ||
) |
Definition at line 39 of file soundserver.cpp.
void SoundServer::SendEnd | ( | ) |
Definition at line 47 of file soundserver.cpp.
void SoundServer::SendEpdOff | ( | ) |
Definition at line 79 of file soundserver.cpp.
void SoundServer::SendEpdOn | ( | ) |
Definition at line 71 of file soundserver.cpp.
void SoundServer::SendKeyPressed | ( | int | val | ) |
Definition at line 63 of file soundserver.cpp.
void SoundServer::SendStart | ( | ) |
Definition at line 31 of file soundserver.cpp.
void SoundServer::socketFinished | ( | ) | [private, slot] |
Definition at line 19 of file soundserver.cpp.
QList<ServerSocket*> SoundServer::sockets [private] |
Definition at line 34 of file soundserver.h.