Content


NTL
Core
IPropertyBoolState

IPropertyBoolState



Describes multiple state property of type bool.

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

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

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