| 105 | bool PlotAxis::isVertical() { return (m_position == QwtAxis::YLeft || m_position == QwtAxis::YRight); } |
| 106 | |
| 107 | double PlotAxis::divs() const { return (m_divs - 1); } |
| 108 | |
| 109 | void PlotAxis::setFormatter(PrefixFormatter *formatter) |
| 110 | { |
no outgoing calls
no test coverage detected