Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | List of all members
MantidQt::CustomDialogs::ShapeDetailsInstantiator< T > Struct Template Reference

A structure used for holding the type of a details widget. More...

#include <SampleShapeHelpers.h>

Inheritance diagram for MantidQt::CustomDialogs::ShapeDetailsInstantiator< T >:
MantidQt::CustomDialogs::BaseInstantiator

Public Member Functions

ShapeDetailscreateInstance () 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 ShapeDetailscreateInstance () const =0
 Create an instance. More...
 
virtual ~BaseInstantiator ()=default
 Virtual destructor. More...
 

Private Member Functions

ShapeDetailsInstantiatoroperator= (const ShapeDetailsInstantiator &)
 Private assignment operator. More...
 
 ShapeDetailsInstantiator (const ShapeDetailsInstantiator &)
 Private copy constructor. More...
 

Detailed Description

template<class T>
struct MantidQt::CustomDialogs::ShapeDetailsInstantiator< T >

A structure used for holding the type of a details widget.

Definition at line 104 of file SampleShapeHelpers.h.

Constructor & Destructor Documentation

◆ ShapeDetailsInstantiator() [1/2]

template<class T >
MantidQt::CustomDialogs::ShapeDetailsInstantiator< T >::ShapeDetailsInstantiator ( )
inline

Default constructor.

Definition at line 106 of file SampleShapeHelpers.h.

◆ ShapeDetailsInstantiator() [2/2]

template<class T >
MantidQt::CustomDialogs::ShapeDetailsInstantiator< T >::ShapeDetailsInstantiator ( const ShapeDetailsInstantiator< T > &  )
private

Private copy constructor.

Member Function Documentation

◆ createInstance()

template<class T >
ShapeDetails * MantidQt::CustomDialogs::ShapeDetailsInstantiator< T >::createInstance ( ) const
inlineoverridevirtual

Create an instance of this type.

Implements MantidQt::CustomDialogs::BaseInstantiator.

Definition at line 108 of file SampleShapeHelpers.h.

◆ operator=()

template<class T >
ShapeDetailsInstantiator & MantidQt::CustomDialogs::ShapeDetailsInstantiator< T >::operator= ( const ShapeDetailsInstantiator< T > &  )
private

Private assignment operator.


The documentation for this struct was generated from the following file: