Describes single state property of type Image.
You can find more information in comments below. Overrided methods can be found in corresponding base interface.
class IPropertyImage :public virtual IProperty
{
public:
virtual Image* getValue() = 0; // Return value
virtual void Update() = 0; // Call to update owner after image change
};
Namespace: | nitisa |
Include: | Nitisa/Package/Interfaces/IPropertyImage.h |