IPropertyImageState



Describes multiple state property of type Bitmap(image).

You can find more information in comments below. Overrided methods can be found in corresponding base interface.

class IPropertyImageState :public virtual IPropertyState
{
public:
    virtual Bitmap* getValue(const String &state) = 0; // Return value depending on state

    virtual void Update() = 0; // Call to update owner after image change
};
Namespace: nitisa
Include: Nitisa/Interfaces/IProperty.h