Definition at line 58 of file qcopchannel_qws.h.
#include <qcopchannel_qws.h>

Signals |
|
| void | received (const QString &msg, const QByteArray &data) |
Public Member Functions |
|
| QCopChannel (const QString &channel, QObject *parent=0) | |
| virtual | ~QCopChannel () |
| QString | channel () const |
| virtual void | receive (const QString &msg, const QByteArray &data) |
Static Public Member Functions |
|
| static bool | isRegistered (const QString &channel) |
| static bool | send (const QString &channel, const QString &msg) |
| static bool | send (const QString &channel, const QString &msg, const QByteArray &data) |
| static bool | flush () |
| static void | sendLocally (const QString &ch, const QString &msg, const QByteArray &data) |
| static void | reregisterAll () |
Friends |
|
| class | QWSServer |
| class | QWSServerPrivate |
| class | QApplication |
| QCopChannel | ( | const QString & | channel, |
| QObject * | parent = 0 |
||
| ) | [explicit] |
| virtual ~QCopChannel | ( | ) | [virtual] |
| QString channel | ( | ) | const |
| static bool isRegistered | ( | const QString & | channel | ) | [static] |
| static bool send | ( | const QString & | channel, |
| const QString & | msg, | ||
| const QByteArray & | data | ||
| ) | [static] |
| static bool flush | ( | ) | [static] |
| static void sendLocally | ( | const QString & | ch, |
| const QString & | msg, | ||
| const QByteArray & | data | ||
| ) | [static] |
| static void reregisterAll | ( | ) | [static] |
| virtual void receive | ( | const QString & | msg, |
| const QByteArray & | data | ||
| ) | [virtual] |
| void received | ( | const QString & | msg, |
| const QByteArray & | data | ||
| ) | [signal] |
friend class QWSServer [friend] |
Definition at line 97 of file qcopchannel_qws.h.
friend class QWSServerPrivate
[friend] |
Definition at line 98 of file qcopchannel_qws.h.
friend class QApplication
[friend] |
Reimplemented from QObject.
Definition at line 99 of file qcopchannel_qws.h.