attributeChanged()

Emitted when an attribute has been added or updated.

Synopsis:

#include <qpps/simulator.h>

void attributeChanged( const QString &objectPath, 
                       const QString &key, 
                       const QByteArray &value, 
                       const QByteArray &encoding );

Arguments:

objectPath
The path of the affected PPS object.
key
The name of the attribute that was added or updated.
value
The attribute's new value.
encoding
The attribute's encoding.

Description:

Emitted when an attribute has been added or updated.