insertObject()

Insert a simulated PPS object.

Synopsis:

#include <qpps/simulator.h>
 
void insertObject( const QString &objectPath );

Arguments:

objectPath
The path of the simulated PPS object.

Description:

Insert a simulated PPS object at the path in objectPath. No actual filesystem entry is created, but the simulator allows clients to assign and remove attributes in the object as though it were really located at objectPath.