! \return Geometry for the footer \sa activate(), invalidate() */
| 1302 | \sa activate(), invalidate() |
| 1303 | */ |
| 1304 | QRectF QwtPlotLayout::footerRect() const |
| 1305 | { |
| 1306 | return m_data->footerRect; |
| 1307 | } |
| 1308 | |
| 1309 | /*! |
| 1310 | \brief Set the geometry for the legend |
no outgoing calls
no test coverage detected