* Changes the value used to draw the inner contents. * @param value Current value. */
| 123 | * @param value Current value. |
| 124 | */ |
| 125 | void Bar::setValue(double value) |
| 126 | { |
| 127 | _value = value; |
| 128 | _redraw = true; |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Returns the value used to draw the inner contents. |
no outgoing calls