Workspace 6.21.5
Public Member Functions | List of all members
ElementDifference Class Reference

Stores attribute differences between two items for CompareTwoWorkspaces operation (base class).

#include <Tools/WorkflowComparison/elementdifference.h>

Inheritance diagram for ElementDifference:
[legend]

Public Member Functions

 ElementDifference (const ElementDifference &other)
 
 ElementDifference (const QString &type="UnknownType")
 
 ~ElementDifference () override
 
AttributeDifferenceaddAttributeDifference (const AttributeDifference &attributeDifference)
 
virtual size_t addToOperationDifference (OperationDifference &opDiff) const
 
ElementDifferenceclone () const override
 
const CSIRO::DataExecution::ObjectArraygetAttributeDifferenceArray () const
 
ElementDifferenceoperator= (const ElementDifference &rhs)
 
bool operator== (const ElementDifference &rhs) const
 
void setAttributeDifferenceArray (const CSIRO::DataExecution::ObjectArray &attributes)
 
const QString & tag ()
 
- Public Member Functions inherited from ItemDifference
 ItemDifference ()
 
 ItemDifference (const ItemDifference &other)
 
 ~ItemDifference () override
 
ItemDifferenceclone () const override
 
const QString & getItemType () const
 
bool getPresentIn (ComparisonRole workflow) const
 
const bool & getPresentInA () const
 
const bool & getPresentInB () const
 
bool getSuppressAnnotationIn (ComparisonRole workflow) const
 
const bool & getSuppressAnnotationInA () const
 
const bool & getSuppressAnnotationInB () const
 
bool getUpdatedIn (ComparisonRole workflow) const
 
const bool & getUpdatedInA () const
 
const bool & getUpdatedInB () const
 
ItemDifferenceoperator= (const ItemDifference &rhs)
 
bool operator== (const ItemDifference &rhs) const
 
void setItemType (const QString &itemType)
 
void setPresentInA (const bool &presentInA)
 
void setPresentInB (const bool &presentInB)
 
void setSuppressAnnotation (const bool &updatedIn, ComparisonRole workflow)
 
void setSuppressAnnotationInA (const bool &updatedInA)
 
void setSuppressAnnotationInB (const bool &updatedInB)
 
void setUpdated (const bool &updatedIn, ComparisonRole workflow)
 
void setUpdatedInA (const bool &updatedInA)
 
void setUpdatedInB (const bool &updatedInB)
 
virtual QString toString () const
 
- Public Member Functions inherited from ObjectGroup
 ~ObjectGroup () override
 
bool add (const QString &name, DataObject &obj)
 
bool canSerialize () const override
 
ObjectGroupclone () const override=0
 
bool empty () const
 
void ensureGroupHasData ()
 
void erase (int index)
 
DataObjectgetChild (const QString &name)
 
const DataObjectgetChild (const QString &name) const
 
DataObjectgetDataObject (int index)
 
const DataObjectgetDataObject (int index) const
 
int getIndex (const QString &name) const
 
const QString & getName (int index) const
 
virtual QString getPreferedWidget (const QString &name) const
 
bool hasData () const
 
bool haveName (const QString &name) const
 
bool insert (const QString &name, DataObject &obj, int index=-1)
 
bool load (const QJsonDocument &doc)
 
bool load (const SerializedItem &item) override
 
bool save (QJsonDocument &doc) const
 
bool save (SerializedItem &item) const override
 
unsigned size () const
 
- Public Member Functions inherited from Clonable
virtual ~Clonable ()=default
 
virtual Clonableclone () const =0
 
- Public Member Functions inherited from Serialize
virtual ~Serialize ()=default
 
virtual bool canSerialize () const =0
 
virtual bool load (const SerializedItem &item)=0
 
virtual bool save (SerializedItem &item) const =0
 

Additional Inherited Members

- Protected Member Functions inherited from ObjectGroup
 ObjectGroup ()
 
void clear ()
 
ObjectGroupoperator= (const ObjectGroup &rhs)
 
bool operator== (const ObjectGroup &rhs) const
 
void swap (ObjectGroup &rhs)
 

Constructor & Destructor Documentation

◆ ElementDifference() [1/2]

ElementDifference ( const QString &  type = "UnknownType")

◆ ElementDifference() [2/2]

◆ ~ElementDifference()

~ElementDifference ( )
overridedefault

Member Function Documentation

◆ addAttributeDifference()

AttributeDifference & addAttributeDifference ( const AttributeDifference attributeDifference)

◆ addToOperationDifference()

size_t addToOperationDifference ( OperationDifference opDiff) const
virtual

◆ clone()

ElementDifference * clone ( ) const
overridevirtual

◆ getAttributeDifferenceArray()

const CSIRO::DataExecution::ObjectArray & getAttributeDifferenceArray ( ) const

◆ operator=()

ElementDifference & operator= ( const ElementDifference rhs)

Assignment

◆ operator==()

bool operator== ( const ElementDifference rhs) const

Comparison

◆ setAttributeDifferenceArray()

void setAttributeDifferenceArray ( const CSIRO::DataExecution::ObjectArray attributes)

◆ tag()

const QString & tag ( )