Describes single state property of type IHSVPlane (widget).
You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.
class IPropertyControlHSVPlane :public virtual IProperty
{
public:
virtual IHSVPlane *getValue() = 0; // Return value
virtual bool setValue(IHSVPlane *value) = 0; // Set value
};
Namespace: | nitisa::standard |
Include: | Standard/Package/Interfaces/IPropertyControlHSVPlane.h |