29 #include "YSingleChildContainerWidget.h" 64 virtual void setLabel(
const std::string & newLabel );
69 std::string
label()
const;
84 virtual bool setProperty(
const std::string & propertyName,
YFrame(YWidget *parent, const std::string &label)
Constructor.
std::string label() const
Get the current frame label.
virtual ~YFrame()
Destructor.
virtual void setLabel(const std::string &newLabel)
Change the frame label.
Transport class for the value of simple properties.
virtual bool setProperty(const std::string &propertyName, const YPropertyValue &val)
Set a property.
A set of properties to check names and types against.
A labeled framed container.
virtual const char * widgetClass() const
Returns a descriptive name of this widget class for logging, debugging etc.
virtual YPropertyValue getProperty(const std::string &propertyName)
Get a property.
virtual const YPropertySet & propertySet()
Return this class's property set.