Home
last modified time | relevance | path

Searched refs:m_plotPending (Results 1 – 4 of 4) sorted by relevance

/dports/math/cantor/cantor-21.12.3/src/backends/octave/
H A Doctaveexpression.cpp56 m_plotPending = false; in evaluate()
95 m_plotPending = true; in internalCommand()
162 if (!m_plotPending) in parseOutput()
203 m_plotPending = false; in imageChanged()
H A Doctaveexpression.h39 bool m_plotPending = false; variable
/dports/math/cantor/cantor-21.12.3/src/backends/scilab/
H A Dscilabexpression.cpp27 m_plotPending(false) in ScilabExpression()
146 m_plotPending = plot; in setPlotPending()
H A Dscilabexpression.h33 bool m_plotPending; variable