6 #include <QVariantList>
8 #include "platform_global.h"
9 #include "memoryatom.h"
41 QReadLocker d(&propertyLock);
51 QReadLocker d(&propertyLock);
61 QReadLocker d(&propertyLock);
77 virtual void connectNotify (
const QMetaMethod &signal );
84 virtual void disconnectNotify (
const QMetaMethod &signal );
90 void SignalPropertyChanged( );
91 void SignalNoMoreConnections( QString name);
92 void SignalHasSubscriberConnectedEvent(
int connections);
93 void SignalPeerConnect();
97 void setProperty(QVariant p);
The MemoryAtom class Shared memory atom for use by platform ownership of data per node.
Definition: memoryatom.h:20
The Publication class this is only used by the cloud, users should never use this class....
Definition: publication.h:17
int getNbrSubscribers()
getNbrSubscribers
Definition: publication.h:59
const QVariant getProperty()
getProperty
Definition: publication.h:49
const QString getName()
getName
Definition: publication.h:39
The RecursiveLock class Allows a recursive read write lock to occur.
Definition: platform_global.h:113