Mantid
|
#include <QGroupBox>
#include <QLineEdit>
#include <QWidget>
Go to the source code of this file.
Classes | |
struct | MantidQt::CustomDialogs::BaseInstantiator |
Base instantiator to store in a map. More... | |
class | MantidQt::CustomDialogs::ConeDetails |
A widget to define a cone. More... | |
class | MantidQt::CustomDialogs::CuboidDetails |
A widget to define an infinite plane. More... | |
class | MantidQt::CustomDialogs::CylinderDetails |
A widget to define a cylinder. More... | |
class | MantidQt::CustomDialogs::HexahedronDetails |
A widget to define a hexahedron. More... | |
class | MantidQt::CustomDialogs::InfiniteConeDetails |
A widget to define an infinite cone. More... | |
class | MantidQt::CustomDialogs::InfiniteCylinderDetails |
A widget to define an infinite cylinder. More... | |
class | MantidQt::CustomDialogs::InfinitePlaneDetails |
A widget to define an infinite plane. More... | |
struct | MantidQt::CustomDialogs::Operation |
A struct describing a binary operation Note: The constructor takes an integer where 0 = intersection, 1 = union and 2 = difference. More... | |
class | MantidQt::CustomDialogs::PointGroupBox |
A custom group box for a 3D point. More... | |
class | MantidQt::CustomDialogs::ShapeDetails |
The base class for the details widgets. More... | |
struct | MantidQt::CustomDialogs::ShapeDetailsInstantiator< T > |
A structure used for holding the type of a details widget. More... | |
class | MantidQt::CustomDialogs::SliceOfCylinderRingDetails |
A widget to define an infinite cylinder. More... | |
class | MantidQt::CustomDialogs::SphereDetails |
A widget to define a sphere. More... | |
Namespaces | |
namespace | MantidQt |
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list. | |
namespace | MantidQt::CustomDialogs |