! \internal This virtual method is called when this layout element was moved to a different QCPLayout, or when this layout element has changed its logical position (e.g. row and/or column) within the same QCPLayout. Subclasses may use this to react accordingly. Since this method is called after the completion of the move, you can access the new parent layout via \ref layout().
| 3582 | The default implementation does nothing. |
| 3583 | */ |
| 3584 | void QCPLayoutElement::layoutChanged() |
| 3585 | { |
| 3586 | } |
| 3587 | |
| 3588 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
| 3589 | //////////////////// QCPLayout |
no test coverage detected