! Sets on which sides the margin shall be calculated automatically. If a side is calculated automatically, a minimum margin value may be provided with \ref setMinimumMargins. If a side is set to be controlled manually, the value may be specified with \ref setMargins. Margin sides that are under automatic control may participate in a \ref QCPMarginGroup (see \ref setMarginGroup), to sy
| 3268 | \see setMinimumMargins, setMargins, QCP::MarginSide |
| 3269 | */ |
| 3270 | void QCPLayoutElement::setAutoMargins(QCP::MarginSides sides) |
| 3271 | { |
| 3272 | mAutoMargins = sides; |
| 3273 | } |
| 3274 | |
| 3275 | /*! |
| 3276 | Sets the minimum size of this layout element. A parent layout tries to respect the \a size here |
nothing calls this directly
no outgoing calls
no test coverage detected