Home
last modified time | relevance | path

Searched refs:oldParentRect (Results 1 – 8 of 8) sorted by relevance

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dlineitem.cpp356 void LineItem::updateChildGeometry(const QRectF &oldParentRect, const QRectF &newParentRect) { in updateChildGeometry() argument
363 qreal oldL = relativeWidth()*oldParentRect.width(); in updateChildGeometry()
367 qreal newDx = cos(theta)*oldL*newParentRect.width()/oldParentRect.width(); in updateChildGeometry()
368 qreal newDy = sin(theta)*oldL*newParentRect.height()/oldParentRect.height(); in updateChildGeometry()
H A Dlineitem.h69 virtual void updateChildGeometry(const QRectF &oldParentRect, const QRectF &newParentRect);
H A Dlabelitem.h65 virtual void updateChildGeometry(const QRectF &oldParentRect, const QRectF &newParentRect);
H A Dlabelitem.cpp461 void LabelItem::updateChildGeometry(const QRectF &oldParentRect, const QRectF &newParentRect) { in updateChildGeometry() argument
462 Q_UNUSED(oldParentRect); in updateChildGeometry()
H A Dviewitem.h365 virtual void updateChildGeometry(const QRectF &oldParentRect, const QRectF &newParentRect);
H A Dplotitem.h292 virtual void updateChildGeometry(const QRectF &oldParentRect, const QRectF &newParentRect);
H A Dviewitem.cpp2052 void ViewItem::updateChildGeometry(const QRectF &oldParentRect, const QRectF &newParentRect) { in updateChildGeometry() argument
2053 Q_UNUSED(oldParentRect); in updateChildGeometry()
H A Dplotitem.cpp3560 void PlotItem::updateChildGeometry(const QRectF &oldParentRect, const QRectF &newParentRect) { in updateChildGeometry() argument
3561 ViewItem::updateChildGeometry(oldParentRect, newParentRect); in updateChildGeometry()