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

Function orientation

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

non-property methods:

Source from the content-addressed store, hash-verified

2309
2310 // non-property methods:
2311 Qt::Orientation orientation() const { return mOrientation; }
2312 int pixelOrientation() const { return rangeReversed() != (orientation()==Qt::Vertical) ? -1 : 1; }
2313 void moveRange(double diff);
2314 void scaleRange(double factor);

Callers 15

QCPAxisMethod · 0.85
setScaleRatioMethod · 0.85
pixelToCoordMethod · 0.85
coordToPixelMethod · 0.85
mousePressEventMethod · 0.85
mouseMoveEventMethod · 0.85
wheelEventMethod · 0.85
drawMethod · 0.85
sizeMethod · 0.85
placeTickLabelMethod · 0.85
rangeDragMethod · 0.85
rangeZoomMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected