Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QtLocalPeer Class Reference

#include <qtlocalpeer.h>

Inheritance diagram for QtLocalPeer:
Inheritance graph

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
 

Constructor & Destructor Documentation

QtLocalPeer::QtLocalPeer ( QObject parent = 0,
const QString &  appId = QString() 
)

Member Function Documentation

QString QtLocalPeer::applicationId ( ) const
inline

References id.

bool QtLocalPeer::isClient ( )
void QtLocalPeer::messageReceived ( const QString &  message)
signal
void QtLocalPeer::receiveConnection ( )
protectedslot
bool QtLocalPeer::sendMessage ( const QString &  message,
int  timeout 
)

Member Data Documentation

const char* QtLocalPeer::ack
staticprivate
QString QtLocalPeer::id
protected
QtLP_Private::QtLockedFile QtLocalPeer::lockFile
protected
QLocalServer* QtLocalPeer::server
protected
QString QtLocalPeer::socketName
protected

The documentation for this class was generated from the following file: