]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.h
oh well
[lyx.git] / src / mathed / math_fracinset.h
index a54c55384bd826bede0f4e15de33b082ce2bcd66..771c2e9ece477c11a40c8a500d59fceaa51b26ac 100644 (file)
@@ -22,9 +22,9 @@ public:
        ///
        void draw(Painter &, int x, int y) const;
        ///
-       void metrics(TextMetricsInfo const & mi) const;
+       void metricsT(TextMetricsInfo const & mi) const;
        ///
-       void draw(TextPainter &, int x, int y) const;
+       void drawT(TextPainter &, int x, int y) const;
        ///
        MathFracInset * asFracInset();
 
@@ -35,6 +35,8 @@ public:
        ///
        void maplize(MapleStream &) const;
        ///
+       void octavize(OctaveStream &) const;
+       ///
        void mathmlize(MathMLStream &) const;
 public:
        ///