| 239 | } |
| 240 | |
| 241 | void FeatureObject::setMainFeatureAlpha( float alpha ) |
| 242 | { |
| 243 | if ( mainFeatureAlpha_ != alpha ) |
| 244 | { |
| 245 | mainFeatureAlpha_ = alpha; |
| 246 | needRedraw_ = true; |
| 247 | } |
| 248 | } |
| 249 | |
| 250 | void FeatureObject::setSubfeatureAlphaPoints( float alpha ) |
| 251 | { |
no outgoing calls
no test coverage detected