| 581 | } |
| 582 | |
| 583 | void GRTimePlotAddon::setFrameRate(double val) |
| 584 | { |
| 585 | int timeout = (1.0 / val) * 1000; |
| 586 | m_plotTimer->setInterval(timeout); |
| 587 | } |
| 588 | |
| 589 | void GRTimePlotAddon::setXMode(int mode) { m_xmode = mode; } |
| 590 |
nothing calls this directly
no test coverage detected