Content


NTL
Core
IPropertyStyleState

IPropertyStyleState



Describes multiple state property of type IStyle.

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

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

    virtual bool setValue(const String &state, IStyle *value) = 0; // Set value of state
};
Namespace: nitisa
Include: Nitisa/Package/Interfaces/IPropertyStyleState.h