MCPcopy Create free account
hub / github.com/KDE/labplot / setPositionInvalid

Method setPositionInvalid

src/backend/worksheet/WorksheetElement.cpp:831–835  ·  view source on GitHub ↗

! * position is set to invalid if the parent item is not drawn on the scene * (e.g. axis is not drawn because it's outside plot ranges -> don't draw axis' title label) */

Source from the content-addressed store, hash-verified

829 * (e.g. axis is not drawn because it's outside plot ranges -> don't draw axis' title label)
830 */
831void WorksheetElement::setPositionInvalid(bool invalid) {
832 Q_D(WorksheetElement);
833 if (invalid != d->positionInvalid)
834 d->positionInvalid = invalid;
835}
836
837GRAPHICSITEM_SETTER_CMD_IMPL_F_S(WorksheetElement, SetRotationAngle, qreal, rotation, setRotation, recalcShapeAndBoundingRect)
838void WorksheetElement::setRotationAngle(qreal angle) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected