| 210 | } |
| 211 | |
| 212 | void FeatureObject::setSubfeatureLineWidth( float lineWidth ) |
| 213 | { |
| 214 | if ( subLineWidth_ != lineWidth ) |
| 215 | { |
| 216 | subLineWidth_ = lineWidth; |
| 217 | needRedraw_ = true; |
| 218 | } |
| 219 | } |
| 220 | |
| 221 | float FeatureObject::getMainFeatureAlpha() const |
| 222 | { |