26 #define YUILogComponent "ui"
29 #include "YUISymbols.h"
30 #include "YSimpleInputField.h"
51 YUI_CHECK_NEW( priv );
88 propSet.
add(
YProperty( YUIProperty_Value, YStringProperty ) );
89 propSet.
add(
YProperty( YUIProperty_Label, YStringProperty ) );
A set of properties to check names and types against.
void check(const std::string &propertyName) const
Check if a property 'propertyName' exists in this property set.
bool isEmpty() const
Returns 'true' if this property set does not contain anything.
void add(const YProperty &prop)
Add a property to this property set.
Transport class for the value of simple properties.
std::string stringVal() const
Methods to get the value of this property.
YPropertyType type() const
Returns the type of this property value.
Class for widget properties.