Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
MantidQt::CustomDialogs::SphereDetails Class Reference

A widget to define a sphere. More...

#include <SampleShapeHelpers.h>

Inheritance diagram for MantidQt::CustomDialogs::SphereDetails:
MantidQt::CustomDialogs::ShapeDetails

Public Member Functions

 SphereDetails (QWidget *parent=nullptr)
 Default constructor. More...
 
QString writeXML () const override
 Write the XML definition. More...
 
 ~SphereDetails () override
 Default destructor. More...
 
- Public Member Functions inherited from MantidQt::CustomDialogs::ShapeDetails
bool getComplementFlag () const
 Get complement flag. More...
 
QString getShapeID () const
 Get the id string. More...
 
void setComplementFlag (bool flag)
 Set the complement flag. More...
 
 ShapeDetails (QWidget *parent=nullptr)
 Constructor. More...
 
virtual QString writeXML () const =0
 Write out the XML definition for this shape. More...
 
 ~ShapeDetails () override=default
 Constructor. More...
 

Private Attributes

PointGroupBoxm_centre
 Centre point group box. More...
 
QLineEdit * m_radius_box
 Line edit for radius value. More...
 
QComboBox * m_runits
 Radius unit choice. More...
 

Static Private Attributes

static int g_nspheres = 0
 The number of objects that currently exist. More...
 

Additional Inherited Members

- Public Types inherited from MantidQt::CustomDialogs::ShapeDetails
enum  Unit { millimetre = 0 , centimetre = 1 , metre = 2 }
 
- Static Public Member Functions inherited from MantidQt::CustomDialogs::ShapeDetails
static QString convertToMetres (const QString &value, Unit start_unit)
 Convert a string value from the given unit to metres (static) More...
 
static QComboBox * createLengthUnitsCombo ()
 Create a new length units box. More...
 
- Protected Attributes inherited from MantidQt::CustomDialogs::ShapeDetails
QString m_idvalue
 ID string of this object. More...
 

Detailed Description

A widget to define a sphere.

Definition at line 159 of file SampleShapeHelpers.h.

Constructor & Destructor Documentation

◆ SphereDetails()

SphereDetails::SphereDetails ( QWidget *  parent = nullptr)

◆ ~SphereDetails()

MantidQt::CustomDialogs::SphereDetails::~SphereDetails ( )
inlineoverride

Default destructor.

Definition at line 171 of file SampleShapeHelpers.h.

References g_nspheres.

Member Function Documentation

◆ writeXML()

QString SphereDetails::writeXML ( ) const
overridevirtual

Member Data Documentation

◆ g_nspheres

int SphereDetails::g_nspheres = 0
staticprivate

The number of objects that currently exist.

Static counter.

Definition at line 164 of file SampleShapeHelpers.h.

Referenced by SphereDetails(), and ~SphereDetails().

◆ m_centre

PointGroupBox* MantidQt::CustomDialogs::SphereDetails::m_centre
private

Centre point group box.

Definition at line 182 of file SampleShapeHelpers.h.

Referenced by SphereDetails(), and writeXML().

◆ m_radius_box

QLineEdit* MantidQt::CustomDialogs::SphereDetails::m_radius_box
private

Line edit for radius value.

Definition at line 178 of file SampleShapeHelpers.h.

Referenced by SphereDetails(), and writeXML().

◆ m_runits

QComboBox* MantidQt::CustomDialogs::SphereDetails::m_runits
private

Radius unit choice.

Definition at line 180 of file SampleShapeHelpers.h.

Referenced by SphereDetails(), and writeXML().


The documentation for this class was generated from the following files: