Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
InterfaceManager.h File Reference
#include "DllOption.h"
#include "MantidKernel/Instantiator.h"
#include <QHash>
#include <QString>
#include <QStringList>

Go to the source code of this file.

Classes

class  MantidQt::API::InterfaceManager
 This class is responsible for creating the correct dialog for an algorithm. More...
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::API
 
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 REGISTER_HELPWINDOW(TYPE)
 Used to register help window. More...
 

Macro Definition Documentation

◆ REGISTER_HELPWINDOW

#define REGISTER_HELPWINDOW (   TYPE)
Value:
namespace { \
Mantid::Kernel::RegistrationHelper \
0)); \
}
static void registerHelpWindowFactory(Mantid::Kernel::AbstractInstantiator< MantidHelpInterface > *factory)
Registration function for the help window factory.
The instantiator is a generic class for creating objects of the template type.
Definition: Instantiator.h:54

Used to register help window.

Definition at line 135 of file InterfaceManager.h.