X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_stringinset.h;h=d38a7cddf9d3ac04b2fe9a38098058c2b24e119e;hb=c9e78a825bd659ddb7b4b55a6adfa7f0a1a98dd6;hp=e627bea1d95396a2814ec56b6a8483cb1c665db9;hpb=f1c24d100985c6df2eb5ec390017b69c78fe49c7;p=lyx.git diff --git a/src/mathed/math_stringinset.h b/src/mathed/math_stringinset.h index e627bea1d9..d38a7cddf9 100644 --- a/src/mathed/math_stringinset.h +++ b/src/mathed/math_stringinset.h @@ -4,13 +4,12 @@ #include "math_diminset.h" -#ifdef __GNUG__ -#pragma interface -#endif /** Some collection of chars with similar properties * maily for math-extern * \author André Pönitz + * + * Full author contact details are available in file CREDITS */ class MathStringInset : public MathDimInset { @@ -20,9 +19,9 @@ public: /// MathInset * clone() const; /// - void metrics(MathMetricsInfo & st) const; + void metrics(MathMetricsInfo & mi) const; /// - void draw(MathPainterInfo &, int x, int y) const; + void draw(MathPainterInfo & pi, int x, int y) const; /// string str() const { return str_; } /// @@ -31,9 +30,11 @@ public: /// void normalize(NormalStream &) const; /// - void octavize(OctaveStream &) const; + void octave(OctaveStream &) const; + /// + void maple(MapleStream &) const; /// - void maplize(MapleStream &) const; + void mathematica(MathematicaStream &) const; /// void mathmlize(MathMLStream &) const; ///