! \return Geometry for the title \sa activate(), invalidate() */
| 1280 | \sa activate(), invalidate() |
| 1281 | */ |
| 1282 | QRectF QwtPlotLayout::titleRect() const |
| 1283 | { |
| 1284 | return m_data->titleRect; |
| 1285 | } |
| 1286 | |
| 1287 | /*! |
| 1288 | \brief Set the geometry for the footer |
no outgoing calls
no test coverage detected