Skip to content

Class QfDeltaAttributeChange

ClassList > QfDeltaAttributeChange

A single attribute modified by a delta, with the values on both sides of the change.

  • #include <qfdeltachangesmodel.h>

Public Properties

Type Name
property QString name
property QVariant newValue
property QVariant oldValue

Public Functions

Type Name
QfDeltaAttributeChange (const QString & name=QString(), const QVariant & oldValue=QVariant(), const QVariant & newValue=QVariant())

Public Properties Documentation

property name

QString QfDeltaAttributeChange::name;

property newValue

QVariant QfDeltaAttributeChange::newValue;

property oldValue

QVariant QfDeltaAttributeChange::oldValue;

Public Functions Documentation

function QfDeltaAttributeChange

inline explicit QfDeltaAttributeChange::QfDeltaAttributeChange (
    const QString & name=QString(),
    const QVariant & oldValue=QVariant(),
    const QVariant & newValue=QVariant()
) 


The documentation for this class was generated from the following file src/core/qfieldcloud/qfdeltachangesmodel.h