! Sets the plotting hints for this QCustomPlot instance as an \a or combination of QCP::PlottingHint. \see setPlottingHint */
| 13183 | \see setPlottingHint |
| 13184 | */ |
| 13185 | void QCustomPlot::setPlottingHints(const QCP::PlottingHints &hints) |
| 13186 | { |
| 13187 | mPlottingHints = hints; |
| 13188 | } |
| 13189 | |
| 13190 | /*! |
| 13191 | Sets the specified plotting \a hint to \a enabled. |
nothing calls this directly
no outgoing calls
no test coverage detected