MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / anchorPixelPosition

Method anchorPixelPosition

3rdparty/qcustomplot/qcustomplot.cpp:13170–13174  ·  view source on GitHub ↗

! \internal Returns the pixel position of the anchor with Id \a anchorId. This function must be reimplemented in item subclasses if they want to provide anchors (QCPItemAnchor). For example, if the item has two anchors with id 0 and 1, this function takes one of these anchor ids and returns the respective pixel points of the specified anchor. \see createAnchor */

Source from the content-addressed store, hash-verified

13168 \see createAnchor
13169*/
13170QPointF QCPAbstractItem::anchorPixelPosition(int anchorId) const
13171{
13172 qDebug() << Q_FUNC_INFO << "called on item which shouldn't have any anchors (this method not reimplemented). anchorId" << anchorId;
13173 return {};
13174}
13175
13176/*! \internal
13177

Callers 1

pixelPositionMethod · 0.80

Calls 4

pixelPositionMethod · 0.80
normalizedMethod · 0.80
mapMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected