Home
last modified time | relevance | path

Searched refs:d_numeric_format (Results 1 – 6 of 6) sorted by relevance

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/include/
H A Dqwt3d_scale.h30 …NumericFormat numericFormat(){return d_numeric_format;};//!< Returns numeric format for tick labels in numericFormat()
31 …void setNumericFormat(const NumericFormat& fmt, int prec){d_numeric_format = fmt; d_numeric_precis… in setNumericFormat()
61 NumericFormat d_numeric_format; variable
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DScaleDraw.cpp53 d_numeric_format(Automatic),
71 d_numeric_format(Automatic),
89 d_numeric_format = sd->d_numeric_format;
130 if ((d_numeric_format == Superscripts)||(d_numeric_format == SuperscriptsGER)){
155 if (d_numeric_format == SuperscriptsGER)
160 } else if (d_numeric_format == Engineering){
437 if (d_numeric_format == format)
440 d_numeric_format = format;
H A DScaleDraw.h87 NumericFormat labelNumericFormat(){return d_numeric_format;};
119 NumericFormat d_numeric_format;
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/matrix/
H A Dfuture_Matrix.h427 char numericFormat() const { return d_numeric_format; } in numericFormat()
430 d_numeric_format = format; in setNumericFormat()
498 char d_numeric_format; variable
H A Dfuture_Matrix.cpp1595 d_numeric_format = 'f'; in Private()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/src/
H A Dqwt3d_scale.cpp11 d_numeric_format(Default) in Scale()
29 switch (d_numeric_format){ in ticLabel()