Workspace 6.21.5
Namespaces | Enumerations
globalsdiffmainwidget.cpp File Reference
#include "globalsdiffmainwidget.h"
#include <QAction>
#include <QApplication>
#include <QCheckBox>
#include <QCloseEvent>
#include <QColor>
#include <QHBoxLayout>
#include <QMessageBox>
#include <QProcess>
#include <QProgressDialog>
#include <QPushButton>
#include <QStandardPaths>
#include <QTimer>
#include "Workspace/Application/builtinplugin.h"
#include "Workspace/DataExecution/DataObjects/objectdictionary.h"
#include "Workspace/Widgets/aboutappdialog.h"
#include "Workspace/Widgets/qwidgetconnector.h"
#include "Tools/GlobalsComparison/Application/Model/globalsdiffmodelitem.h"
#include "Tools/GlobalsComparison/Application/globalsdiffnameserializer.h"
#include "Tools/GlobalsComparison/Application/ui_globalsdiffmainwidget.h"
#include "Tools/WorkflowComparison/workflowtoolutil.h"
#include "Tools/WorkflowMerge/elementfinder.h"
#include "workflowdiffsettingsdialog.h"
Include dependency graph for globalsdiffmainwidget.cpp:

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::Tools
 

Enumerations

enum  Columns { NameColumn , ValueInAColumn , ValueInBColumn , ColumnCount }
 
enum  DictionaryRoles {
  WorkspaceLabel = 0 , ElementTag , PresentInA , PresentInB ,
  ValueInA , ValueInB , ElementInA , ElementInB
}
 These are the members of the lists returned in the differences output of the CompareTwoGlobalsFiles operation. More...