Lines Matching +defs:legend +defs:key +defs:height

3330 void QCPLayoutElement::setMinimumSize(int width, int height)  in setMinimumSize()
3359 void QCPLayoutElement::setMaximumSize(int width, int height) in setMaximumSize()
5691 QByteArray key = cacheKey(text, color, rotation, side); in drawLabelMaybeCached() local
6780 QDateTime QCPAxisTickerDateTime::keyToDateTime(double key) in keyToDateTime()
11625 void QCPAbstractPlottable::coordsToPixels(double key, double value, double &x, double &y) const in coordsToPixels()
11646 const QPointF QCPAbstractPlottable::coordsToPixels(double key, double value) const in coordsToPixels()
11667 void QCPAbstractPlottable::pixelsToCoords(double x, double y, double &key, double &value) const in pixelsToCoords()
11688 void QCPAbstractPlottable::pixelsToCoords(const QPointF &pixelPos, double &key, double &value) const in pixelsToCoords()
11806 bool QCPAbstractPlottable::addToLegend(QCPLegend *legend) in addToLegend()
12514 void QCPItemPosition::setCoords(double key, double value) in setCoords()
15234 bool QCustomPlot::savePdf(const QString &fileName, int width, int height, QCP::ExportPen exportPen,… in savePdf()
15342 bool QCustomPlot::savePng(const QString &fileName, int width, int height, double scale, int quality… in savePng()
15389 bool QCustomPlot::saveJpg(const QString &fileName, int width, int height, double scale, int quality… in saveJpg()
15433 bool QCustomPlot::saveBmp(const QString &fileName, int width, int height, double scale, int resolut… in saveBmp()
16007 void QCustomPlot::legendRemoved(QCPLegend *legend) in legendRemoved()
16370 bool QCustomPlot::saveRastered(const QString &fileName, int width, int height, double scale, const … in saveRastered()
16397 QPixmap QCustomPlot::toPixmap(int width, int height, double scale) in toPixmap()
16453 void QCustomPlot::toPainter(QCPPainter *painter, int width, int height) in toPainter()
17192 void QCPSelectionDecoratorBracket::setBracketHeight(int height) in setBracketHeight()
19172 void QCPLegend::setIconSize(int width, int height) in setIconSize()
20788 QCPGraphData::QCPGraphData(double key, double value) : in QCPGraphData()
21060 void QCPGraph::addData(double key, double value) in addData()
21378 const double key = keyAxis->coordToPixel(data.at(i).key); in dataToStepLeftLines() local
21390 const double key = keyAxis->coordToPixel(data.at(i).key); in dataToStepLeftLines() local
21477 const double key = (keyAxis->coordToPixel(data.at(i).key)+lastKey)*0.5; in dataToStepCenterLines() local
21495 const double key = (keyAxis->coordToPixel(data.at(i).key)+lastKey)*0.5; in dataToStepCenterLines() local
21533 const double key = keyAxis->coordToPixel(data.at(i).key); in dataToImpulseLines() local
21543 const double key = keyAxis->coordToPixel(data.at(i).key); in dataToImpulseLines() local
22549 QCPCurveData::QCPCurveData(double t, double key, double value) : in QCPCurveData()
22806 void QCPCurve::addData(double t, double key, double value) in addData()
22821 void QCPCurve::addData(double key, double value) in addData()
23234 int QCPCurve::getRegion(double key, double value, double keyMin, double valueMax, double keyMax, do… in getRegion()
23278 QPointF QCPCurve::getOptimizedPoint(int otherRegion, double otherKey, double otherValue, double key in getOptimizedPoint()
23394 …s(int prevRegion, int currentRegion, double prevKey, double prevValue, double key, double value, d… in getOptimizedCornerPoints()
23661 bool QCPCurve::getTraverse(double prevKey, double prevValue, double key, double value, double keyMi… in getTraverse()
24327 QCPBarsData::QCPBarsData(double key, double value) : in QCPBarsData()
24573 void QCPBars::addData(double key, double value) in addData()
24941 QRectF QCPBars::getBarRect(double key, double value) const in getBarRect()
24978 void QCPBars::getPixelWidth(double key, double &lower, double &upper) const in getPixelWidth()
25028 double QCPBars::getStackedBaseValue(double key, bool positive) const in getStackedBaseValue()
25207 QCPStatisticalBoxData::QCPStatisticalBoxData(double key, double minimum, double lowerQuartile, doub… in QCPStatisticalBoxData()
25471 void QCPStatisticalBox::addData(double key, double minimum, double lowerQuartile, double median, do… in addData()
25876 double QCPColorMapData::data(double key, double value) in data()
26042 void QCPColorMapData::setData(double key, double value, double z) in setData()
26214 void QCPColorMapData::coordToCell(double key, double value, int *keyIndex, int *valueIndex) const in coordToCell()
26237 void QCPColorMapData::cellToCoord(int keyIndex, int valueIndex, double *key, double *value) const in cellToCoord()
26981 QCPFinancialData::QCPFinancialData(double key, double open, double high, double low, double close) : in QCPFinancialData()
27267 void QCPFinancial::addData(double key, double open, double high, double low, double close) in addData()
27645 double QCPFinancial::getPixelWidth(double key, double keyPixel) const in getPixelWidth()
30525 void QCPItemTracer::setGraphKey(double key) in setGraphKey()
34688 void QCPPolarGraph::addData(double key, double value) in addData()
34721 void QCPPolarGraph::coordsToPixels(double key, double value, double &x, double &y) const in coordsToPixels()
34734 const QPointF QCPPolarGraph::coordsToPixels(double key, double value) const in coordsToPixels()
34746 void QCPPolarGraph::pixelsToCoords(double x, double y, double &key, double &value) const in pixelsToCoords()
34757 void QCPPolarGraph::pixelsToCoords(const QPointF &pixelPos, double &key, double &value) const in pixelsToCoords()
34828 bool QCPPolarGraph::addToLegend(QCPLegend *legend) in addToLegend()