#include <qtlocalpeer.h>
Signals | |
void | messageReceived (const QString &message) |
Public Member Functions | |
QtLocalPeer (QObject *parent=0, const QString &appId=QString()) | |
bool | isClient () |
bool | sendMessage (const QString &message, int timeout) |
QString | applicationId () const |
Protected Slots | |
void | receiveConnection () |
Protected Attributes | |
QString | id |
QString | socketName |
QLocalServer * | server |
QtLP_Private::QtLockedFile | lockFile |
Static Private Attributes | |
static const char * | ack = "ack" |
QtLocalPeer::QtLocalPeer | ( | QObject * | parent = 0 , |
|
const QString & | appId = QString() | |||
) |
QString QtLocalPeer::applicationId | ( | ) | const [inline] |
bool QtLocalPeer::isClient | ( | ) |
void QtLocalPeer::messageReceived | ( | const QString & | message | ) | [signal] |
void QtLocalPeer::receiveConnection | ( | ) | [protected, slot] |
bool QtLocalPeer::sendMessage | ( | const QString & | message, | |
int | timeout | |||
) |
const char * QtLocalPeer::ack = "ack" [static, private] |
QString QtLocalPeer::id [protected] |
QtLP_Private::QtLockedFile QtLocalPeer::lockFile [protected] |
QLocalServer* QtLocalPeer::server [protected] |
QString QtLocalPeer::socketName [protected] |