Content


NTL
Core
IPropertyImageState

IPropertyImageState



Describes multiple state property of type 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 Image* 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/Package/Interfaces/IPropertyImageState.h