19 void setValue(
int r,
int g,
int b);
25 virtual std::map<std::string, Core::Variant> getKeyValueMap()
const;
34 virtual bool isEqual(
const Property*)
const;
48 void setValue(
const std::vector<Base::MColor>& clist);
49 void setValue(
const std::vector<Base::Color>& clist);
57 const std::vector<Base::MColor>& getValue()
const;
63 virtual bool isEqual(
const Property*)
const;
DECLARE_OPTIONAL_PROPERTY_HEADER(PropertyColorOpt, Core::PropertyColor)
#define CORE_EXPORT
Definition: core_defines2.h:10
Base::Color _cValue
Definition: PropertyColor.h:37
Core::PropertyText name
Definition: CoreDocument.h:143
Definition: Persistance.h:20
Definition: PropertyColor.h:9
LX_CORE_EXPORT Version & version
Definition: AbstractXMLReader.h:10
Core::Variant getVariant(void) const
Definition: PropertyColor.h:59
Definition: PropertyColor.h:40
std::vector< Base::MColor > _colorList
Definition: PropertyColor.h:66
Definition: Property.h:81
DECLARE_PROPERTY_FACTORY(PropertyAxis1_Factory, Core::PropertyAxis1)