MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setAutoMargins

Method setAutoMargins

qcustomplot/qcustomplot.cpp:3270–3273  ·  view source on GitHub ↗

! 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

Source from the content-addressed store, hash-verified

3268 \see setMinimumMargins, setMargins, QCP::MarginSide
3269*/
3270void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected