Content


NTL
Core
IPropertyColorArrayState

IPropertyColorArrayState



Describes multiple state property of type Color-array.

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

class IPropertyColorArrayState :public virtual IPropertyState
{
public:
    virtual ColorArray getValue(const String &state) = 0; // Return value depending on state
    virtual int getMinCount() = 0; // Return minimum allowed item count in array

    virtual bool setValue(const String &state, const ColorArray value) = 0; // Set value of state
    virtual IPropertyColorArrayState *setMinCount(const int value) = 0; // Set minimum allowed item count in array
};
Namespace: nitisa
Include: Nitisa/Package/Interfaces/IPropertyColorArrayState.h