25 #ifndef YSimpleInputField_h
26 #define YSimpleInputField_h
57 virtual std::string
value() = 0;
65 virtual void setValue(
const std::string & text ) = 0;
70 std::string
label()
const;
90 virtual bool setProperty(
const std::string & propertyName,
Definition: YProperty.h:198
Definition: YProperty.h:105