Describes single state property of type IStyle.
You can find more information in comments below. Overrided methods can be found in corresponding base interface.
class IPropertyStyle :public virtual IProperty
{
public:
virtual IStyle *getValue() = 0; // Return value
virtual bool setValue(IStyle *value) = 0; // Set value
};
Namespace: | nitisa |
Include: | Nitisa/Interfaces/IProperty.h |