Home
last modified time | relevance | path

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

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DGraph.cpp132 d_peak_fit_tool = NULL; in Graph()
5174 if (!tool && d_peak_fit_tool){ in setActiveTool()
5175 delete d_peak_fit_tool; in setActiveTool()
5176 d_peak_fit_tool = NULL; in setActiveTool()
5181 d_peak_fit_tool = tool; in setActiveTool()
5213 if (d_peak_fit_tool) in disableTools()
5214 delete d_peak_fit_tool; in disableTools()
5215 d_peak_fit_tool = NULL; in disableTools()
5229 if (zoomOn() || drawLineActive() || d_active_tool || d_peak_fit_tool || in hasActiveTool()
5533 if(d_peak_fit_tool) in ~Graph()
[all …]
H A DGraph.h902 PlotToolInterface *d_active_tool, *d_peak_fit_tool; variable