#include "AlgorithmDialogFactory.h"
#include "DllOption.h"
#include "MantidAPI/AlgorithmObserver.h"
#include "MantidAPI/IAlgorithm.h"
#include <QDialog>
#include <QHash>
#include <QString>
#include <QTimer>
#include <QVBoxLayout>
Go to the source code of this file.
|
namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments.
|
|
namespace | Mantid::Kernel |
|
namespace | MantidQt |
| The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list.
|
|
namespace | MantidQt::API |
|
◆ DECLARE_DIALOG
#define DECLARE_DIALOG |
( |
|
classname | ) |
|
Value: namespace { \
}
This class is simply used in the subscription of classes into the various factories in Mantid.
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...
Definition at line 15 of file AlgorithmDialog.h.