Home
last modified time | relevance | path

Searched refs:d_waterfall_offset_y (Results 1 – 2 of 2) sorted by relevance

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DGraph.h799 bool isWaterfallPlot(){return d_waterfall_offset_x != 0 || d_waterfall_offset_y != 0;}; in isWaterfallPlot()
801 int waterfallYOffset(){return d_waterfall_offset_y;}; in waterfallYOffset()
926 int d_waterfall_offset_x, d_waterfall_offset_y; variable
H A DGraph.cpp127 d_waterfall_offset_y = 0; in Graph()
4423 s += QString::number(d_waterfall_offset_y) + ","; in saveToString()
4891 d_waterfall_offset_y = g->waterfallYOffset(); in copy()
7413 if (offset == d_waterfall_offset_y) in setWaterfallYOffset()
7416 d_waterfall_offset_y = offset; in setWaterfallYOffset()
7424 d_waterfall_offset_y = y; in setWaterfallOffset()