Mercurial > hg > svcore
comparison base/PropertyContainer.cpp @ 190:60ba218a54bb
* Use RangeMappers in various places in plugin parameters, layer properties,
playback parameters &c
author | Chris Cannam |
---|---|
date | Mon, 16 Oct 2006 20:42:23 +0000 |
parents | 5b8392e80ed6 |
children | 1d789d688f59 |
comparison
equal
deleted
inserted
replaced
189:0703252c9fe8 | 190:60ba218a54bb |
---|---|
54 PropertyContainer::getPropertyValueLabel(const PropertyName &, int) const | 54 PropertyContainer::getPropertyValueLabel(const PropertyName &, int) const |
55 { | 55 { |
56 return QString(); | 56 return QString(); |
57 } | 57 } |
58 | 58 |
59 RangeMapper * | |
60 PropertyContainer::getNewPropertyRangeMapper(const PropertyName &) const | |
61 { | |
62 return 0; | |
63 } | |
64 | |
59 void | 65 void |
60 PropertyContainer::setProperty(const PropertyName &name, int) | 66 PropertyContainer::setProperty(const PropertyName &name, int) |
61 { | 67 { |
62 std::cerr << "WARNING: PropertyContainer[" << getPropertyContainerName().toStdString() << "]::setProperty(" << name.toStdString() << "): no implementation in subclass!" << std::endl; | 68 std::cerr << "WARNING: PropertyContainer[" << getPropertyContainerName().toStdString() << "]::setProperty(" << name.toStdString() << "): no implementation in subclass!" << std::endl; |
63 } | 69 } |