Changeset

All attribute assignments and removals either being made or that have been made to the PPS object.

Synopsis:

#include <qpps/changeset.h>

namespace QPps
{
    struct Changeset {
        QMap< QString, Variant > assignments;
        QSet< QString > removals;
    };
}

Data:

QMap< QString, Variant > assignments
The attribute assignments.
QSet< QString > removals
The attribute removals.

Library:

libqpps

Description:

All attribute assignments and removals either being made or that have been made to the PPS object.