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

A widget to define an infinite plane. More...

#include <SampleShapeHelpers.h>

Inheritance diagram for MantidQt::CustomDialogs::CuboidDetails:
MantidQt::CustomDialogs::ShapeDetails

Public Member Functions

 CuboidDetails (QWidget *parent=nullptr)
 Default constructor. More...
 
QString writeXML () const override
 Write the XML definition of a sphere. More...
 
 ~CuboidDetails () 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_left_bck_bot
 
PointGroupBoxm_left_frt_bot
 Corner points. More...
 
PointGroupBoxm_left_frt_top
 
PointGroupBoxm_right_frt_bot
 

Static Private Attributes

static int g_ncuboids = 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 an infinite plane.

Definition at line 354 of file SampleShapeHelpers.h.

Constructor & Destructor Documentation

◆ CuboidDetails()

CuboidDetails::CuboidDetails ( QWidget *  parent = nullptr)

Default constructor.

Update number of sphere objects and the set the ID of this one

Definition at line 612 of file SampleShapeHelpers.cpp.

References g_ncuboids, MantidQt::CustomDialogs::ShapeDetails::m_idvalue, m_left_bck_bot, m_left_frt_bot, m_left_frt_top, and m_right_frt_bot.

◆ ~CuboidDetails()

MantidQt::CustomDialogs::CuboidDetails::~CuboidDetails ( )
inlineoverride

Default destructor.

Definition at line 366 of file SampleShapeHelpers.h.

References g_ncuboids.

Member Function Documentation

◆ writeXML()

QString CuboidDetails::writeXML ( ) const
overridevirtual

Member Data Documentation

◆ g_ncuboids

int CuboidDetails::g_ncuboids = 0
staticprivate

The number of objects that currently exist.

Static counter.

Definition at line 359 of file SampleShapeHelpers.h.

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

◆ m_left_bck_bot

PointGroupBox * MantidQt::CustomDialogs::CuboidDetails::m_left_bck_bot
private

Definition at line 373 of file SampleShapeHelpers.h.

Referenced by CuboidDetails(), and writeXML().

◆ m_left_frt_bot

PointGroupBox* MantidQt::CustomDialogs::CuboidDetails::m_left_frt_bot
private

Corner points.

Definition at line 373 of file SampleShapeHelpers.h.

Referenced by CuboidDetails(), and writeXML().

◆ m_left_frt_top

PointGroupBox * MantidQt::CustomDialogs::CuboidDetails::m_left_frt_top
private

Definition at line 373 of file SampleShapeHelpers.h.

Referenced by CuboidDetails(), and writeXML().

◆ m_right_frt_bot

PointGroupBox * MantidQt::CustomDialogs::CuboidDetails::m_right_frt_bot
private

Definition at line 373 of file SampleShapeHelpers.h.

Referenced by CuboidDetails(), and writeXML().


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