! \return Geometry for the legend \sa activate(), invalidate() */
| 1326 | \sa activate(), invalidate() |
| 1327 | */ |
| 1328 | QRectF QwtPlotLayout::legendRect() const |
| 1329 | { |
| 1330 | return m_data->legendRect; |
| 1331 | } |
| 1332 | |
| 1333 | /*! |
| 1334 | \brief Set the geometry for an axis |
no outgoing calls
no test coverage detected