QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RLocalPeer Class Reference

#include <RLocalPeer.h>

List of all members.

Signals

void messageReceived (const QString &message)

Public Member Functions

QString applicationId () const
bool isClient ()
 RLocalPeer (QObject *parent=0, const QString &appId=QString())
bool sendMessage (const QString &message, int timeout)

Protected Slots

void receiveConnection ()

Protected Attributes

QString id
RLockedFile lockFile
QLocalServer * server
QString socketName

Static Private Attributes

static const char * ack = "ack"

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

const char * RLocalPeer::ack = "ack"
staticprivate
QString RLocalPeer::id
protected
RLockedFile RLocalPeer::lockFile
protected
QLocalServer* RLocalPeer::server
protected
QString RLocalPeer::socketName
protected

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