ppsObjects()

Get the names of all simulated PPS objects and their attribute settings.

Synopsis:

#include <qpps/simulator.h>
 
QMap< QString, QVariantMap > ppsObjects() const;

Description:

Get the names of all simulated PPS objects and the attribute settings of each object. This information is returned in a QMap. Each map entry contains a QString, which stores an object's name, and a QVariantMap, which stores the key-value pairs of all the object's attributes.

Returns:

The names of the PPS objects defined in the simulator along with their attribute settings.