* Changes the value used to draw the second inner contents. * @param value Current value. */
| 142 | * @param value Current value. |
| 143 | */ |
| 144 | void Bar::setValue2(double value) |
| 145 | { |
| 146 | _value2 = value; |
| 147 | _redraw = true; |
| 148 | } |
| 149 | |
| 150 | /** |
| 151 | * Returns the value used to draw the second inner contents. |
no outgoing calls
no test coverage detected