|
| MergeChange (ChangeType type, ChangeDescription::UpdateFlags updateFlags, Model::NodeIdType nodeId, Branches branches, Model::NodeIdType oldParentId, Model::NodeIdType newParentId, QString oldLabel, QString newLabel, QString oldType, QString newType, QString oldValue, QString newValue) |
|
void | addBranches (Branches branches) |
|
Branches | branches () const |
|
QString | debugString (QList< MergeChange * > changesToAppendAtEnd={}) const |
|
bool | isValueOrTypeChange () const |
|
const QString & | newLabel () const |
|
const Model::NodeIdType & | newParentId () const |
|
const QString & | newType () const |
|
const QString & | newValue () const |
|
GenericNode::ValueType | newValueType () const |
|
QString | newValueWithoutPrefix () const |
|
const Model::NodeIdType & | nodeId () const |
|
const QString & | oldLabel () const |
|
const Model::NodeIdType & | oldParentId () const |
|
const QString & | oldType () const |
|
const QString & | oldValue () const |
|
bool | operator!= (const MergeChange &other) const |
|
bool | operator== (const MergeChange &other) const |
|
ChangeType | type () const |
|
ChangeDescription::UpdateFlags | updateFlags () const |
|