![]() |
Workspace 7.1.0
|
#include <QDomNode>
#include <QMap>
#include <QPair>
#include <QString>
#include <QTextStream>
#include <QVector>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/logmanager.h"
#include "Workspace/Application/textlogger.h"
#include "Tools/WorkflowMerge/elementfinder.h"
#include "operationdifference.h"
#include "workflowtoolutil.h"
Classes | |
class | Attributes |
class | DiffElementData |
class | DiffElementsMap |
class | IOAttributes |
class | IOElementData |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Tools |
Typedefs | |
using | AttributePresentValuePair = QPair< bool, QString > |
using | AttributesMapType = QMap< QString, QString > |
using | AttributeValuePair = QPair< AttributePresentValuePair, AttributePresentValuePair > |
using | ElementDataPair = QPair< DiffElementData, DiffElementData > |
using | OperationDataPair = QPair< OperationElementData, OperationElementData > |