Mantid
|
#include "MantidQtWidgets/Common/DllOption.h"
#include "MantidQtWidgets/Common/MantidTreeWidget.h"
#include "MantidAPI/ExperimentInfo.h"
#include "MantidAPI/IAlgorithm_fwd.h"
#include "MantidAPI/IMDEventWorkspace_fwd.h"
#include "MantidAPI/IMDWorkspace.h"
#include "MantidAPI/IPeaksWorkspace_fwd.h"
#include "MantidAPI/ITableWorkspace_fwd.h"
#include "MantidAPI/MatrixWorkspace_fwd.h"
#include "MantidAPI/WorkspaceGroup_fwd.h"
#include "MantidQtWidgets/Common/WorkspacePresenter/IWorkspaceDockView.h"
#include <QDockWidget>
#include <QHash>
#include <QMap>
#include <QMetaType>
#include <QMutex>
#include <map>
#include <memory>
Go to the source code of this file.
Classes | |
class | MantidQt::MantidWidgets::WorkspaceTreeWidget |
Namespaces | |
namespace | MantidQt |
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list. | |
namespace | MantidQt::MantidWidgets |
Typedefs | |
using | TopLevelItems = std::map< std::string, Mantid::API::Workspace_sptr > |
using TopLevelItems = std::map<std::string, Mantid::API::Workspace_sptr> |
Definition at line 45 of file WorkspaceTreeWidget.h.