33 #ifndef CXSTRINGPROPERTYCLIPPLANE_H
34 #define CXSTRINGPROPERTYCLIPPLANE_H
36 #include "cxGuiExport.h"
60 virtual QString getDisplayName()
const;
61 virtual bool setValue(
const QString& value);
62 virtual QString getValue()
const;
66 virtual QString getHelp()
const;
67 virtual QStringList getValueRange()
const;
75 #endif // CXSTRINGPROPERTYCLIPPLANE_H
InteractiveClipperPtr mInteractiveClipper
Abstract interface for interaction with internal string-valued data.
virtual ~StringPropertyClipPlane()
boost::shared_ptr< class InteractiveClipper > InteractiveClipperPtr
static StringPropertyClipPlanePtr New(InteractiveClipperPtr clipper)
boost::shared_ptr< class StringPropertyClipPlane > StringPropertyClipPlanePtr