| 196 | } |
| 197 | |
| 198 | void DirectionWidget::setColor( const Color& color ) |
| 199 | { |
| 200 | color_ = color; |
| 201 | if ( directionObj_ ) |
| 202 | directionObj_->setFrontColor( color_, false ); |
| 203 | } |
| 204 | |
| 205 | const Color& DirectionWidget::getColor() const |
| 206 | { |
nothing calls this directly
no test coverage detected