Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
AlgorithmDialog.h File Reference
#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.

Classes

class  MantidQt::API::AlgorithmDialog
 This class should be the basis for all customised algorithm dialogs. More...
 

Namespaces

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
 

Macros

#define DECLARE_DIALOG(classname)
 

Macro Definition Documentation

◆ DECLARE_DIALOG

#define DECLARE_DIALOG (   classname)
Value:
namespace { \
Mantid::Kernel::RegistrationHelper register_dialog_##classname( \
((MantidQt::API::AlgorithmDialogFactory::Instance().subscribe<classname>(#classname)), 0)); \
}
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.