| 182 | } |
| 183 | |
| 184 | void FeatureObject::setLineWidth( float lineWidth ) |
| 185 | { |
| 186 | if ( lineWidth_ != lineWidth ) |
| 187 | { |
| 188 | lineWidth_ = lineWidth; |
| 189 | needRedraw_ = true; |
| 190 | } |
| 191 | } |
| 192 | |
| 193 | float FeatureObject::getSubfeaturePointSize() const |
| 194 | { |
no outgoing calls
no test coverage detected