#include "DllOption.h"
#include "PythonRunner.h"
#include "UserSubWindowFactory.h"
#include <QLabel>
#include <QMainWindow>
#include <QPointer>
#include <QStringList>
#include <QWidget>
#include <set>
Go to the source code of this file.
◆ DECLARE_SUBWINDOW
#define DECLARE_SUBWINDOW |
( |
|
classname | ) |
|
Value: namespace { \
Mantid::Kernel::RegistrationHelper \
}
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...
Definition at line 14 of file UserSubWindow.h.
◆ DECLARE_SUBWINDOW_AND_CODERS
#define DECLARE_SUBWINDOW_AND_CODERS |
( |
|
classname, |
|
|
|
encodertype, |
|
|
|
decodertype, |
|
|
|
decodertag |
|
) |
| |
Value: namespace { \
0)); \
}
This class is simply used in the subscription of classes into the various factories in Mantid.
Definition at line 20 of file UserSubWindow.h.