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

Method rangeDrag

3rdparty/qcustomplot/qcustomplot.cpp:20158–20169  ·  view source on GitHub ↗

undocumented getter */

Source from the content-addressed store, hash-verified

20156
20157/* undocumented getter */
20158bool QCPColorScale::rangeDrag() const
20159{
20160 if (!mAxisRect)
20161 {
20162 qDebug() << Q_FUNC_INFO << "internal axis rect was deleted";
20163 return false;
20164 }
20165
20166 return mAxisRect.data()->rangeDrag().testFlag(QCPAxis::orientation(mType)) &&
20167 mAxisRect.data()->rangeDragAxis(QCPAxis::orientation(mType)) &&
20168 mAxisRect.data()->rangeDragAxis(QCPAxis::orientation(mType))->orientation() == QCPAxis::orientation(mType);
20169}
20170
20171/* undocumented getter */
20172bool QCPColorScale::rangeZoom() const

Callers 2

mousePressEventMethod · 0.80
mouseMoveEventMethod · 0.80

Calls 3

orientationFunction · 0.85
rangeDragAxisMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected