! \return true if the autoReplot option is set. \sa setAutoReplot() */
| 317 | \sa setAutoReplot() |
| 318 | */ |
| 319 | bool QwtPlot::autoReplot() const |
| 320 | { |
| 321 | return m_data->autoReplot; |
| 322 | } |
| 323 | |
| 324 | /*! |
| 325 | Change the plot's title |
no outgoing calls
no test coverage detected