objectAdded()

Emitted when a new PPS object has been added in the simulator.

Synopsis:

#include <qpps/simulator.h>

void objectAdded( const QString &objectPath );

Arguments:

objectPath
The path of the newly added PPS object.

Description:

Emitted when a new PPS object has been added in the simulator.

Note: There is no objectRemoved() signal because the simulator doesn't support removing objects.