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

Function rect

3rdparty/qcustomplot/qcustomplot.h:1160–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1158public:
1159 explicit QCPSelectionRect(QCustomPlot *parentPlot);
1160 virtual ~QCPSelectionRect() Q_DECL_OVERRIDE;
1161
1162 // getters:
1163 QRect rect() const { return mRect; }
1164 QCPRange range(const QCPAxis *axis) const;
1165 QPen pen() const { return mPen; }
1166 QBrush brush() const { return mBrush; }

Callers 10

updateLayoutMethod · 0.85
QCustomPlotMethod · 0.85
resizeEventMethod · 0.85
updateMethod · 0.85
drawMethod · 0.85
updateGradientImageMethod · 0.85
paintEventMethod · 0.85
paintEventMethod · 0.85
paintEventMethod · 0.85
paintEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected