Mantid
|
A structure used for holding the type of a details widget. More...
#include <SampleShapeHelpers.h>
Public Member Functions | |
ShapeDetails * | createInstance () const override |
Create an instance of this type. More... | |
ShapeDetailsInstantiator () | |
Default constructor. More... | |
Public Member Functions inherited from MantidQt::CustomDialogs::BaseInstantiator | |
BaseInstantiator () | |
Default constructor. More... | |
virtual ShapeDetails * | createInstance () const =0 |
Create an instance. More... | |
virtual | ~BaseInstantiator ()=default |
Virtual destructor. More... | |
Private Member Functions | |
ShapeDetailsInstantiator & | operator= (const ShapeDetailsInstantiator &) |
Private assignment operator. More... | |
ShapeDetailsInstantiator (const ShapeDetailsInstantiator &) | |
Private copy constructor. More... | |
A structure used for holding the type of a details widget.
Definition at line 104 of file SampleShapeHelpers.h.
|
inline |
Default constructor.
Definition at line 106 of file SampleShapeHelpers.h.
|
private |
Private copy constructor.
|
inlineoverridevirtual |
Create an instance of this type.
Implements MantidQt::CustomDialogs::BaseInstantiator.
Definition at line 108 of file SampleShapeHelpers.h.
|
private |
Private assignment operator.