41 mInteractiveClipper(clipper)
52 PLANE_TYPE plane = string2enum<PLANE_TYPE> (value);
64 return "Chose the slice plane to clip with.";
70 for (
unsigned i = 0; i < planes.size(); ++i)
QString qstring_cast(const T &val)
void setClipper(InteractiveClipperPtr clipper)
virtual QString getValue() const
get the data value.
virtual QString getHelp() const
return a descriptive help string for the data, used for example as a tool tip.
virtual QString getDisplayName() const
name of data entity. Used for display to user.
virtual QStringList getValueRange() const
InteractiveClipperPtr mInteractiveClipper
StringPropertyClipPlane(InteractiveClipperPtr clipper)
void changed()
emit when the underlying data value is changed: The user interface will be updated.
boost::shared_ptr< class InteractiveClipper > InteractiveClipperPtr
virtual bool setValue(const QString &value)
set the data value.