|
NorMIT-nav
2023.01.05-dev+develop.0da12
An IGT application
|
Go to the documentation of this file.
19 mInteractiveClipper(clipper)
30 PLANE_TYPE plane = string2enum<PLANE_TYPE> (value);
42 return "Chose the slice plane to clip with.";
48 for (
unsigned i = 0; i < planes.size(); ++i)
QString qstring_cast(const T &val)
Namespace for all CustusX production code.
void changed()
emit when the underlying data value is changed: The user interface will be updated.
virtual QString getValue() const
get the data value.
virtual QString getHelp() const
virtual bool setValue(const QString &value)
set the data value.
void setClipper(InteractiveClipperPtr clipper)
InteractiveClipperPtr mInteractiveClipper
virtual QStringList getValueRange() const
boost::shared_ptr< class InteractiveClipper > InteractiveClipperPtr
virtual QString getDisplayName() const
name of data entity. Used for display to user.
StringPropertyClipPlane(InteractiveClipperPtr clipper)