* Changes the maximum value used to draw the outer border. * @param max Maximum value. */
| 104 | * @param max Maximum value. |
| 105 | */ |
| 106 | void Bar::setMax(double max) |
| 107 | { |
| 108 | _max = max; |
| 109 | _redraw = true; |
| 110 | } |
| 111 | |
| 112 | /** |
| 113 | * Returns the maximum value used to draw the outer border. |
no outgoing calls
no test coverage detected