]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_notinset.h
first shot at preview. It crashes. Don't know why. To see it work a bit, change
[lyx.git] / src / mathed / math_notinset.h
index 70470764b3d34b46177a1761bc0cd90efac3d7c8..c221ec0186d24a7bcb83f1696e3d077b855018f6 100644 (file)
@@ -15,13 +15,15 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       void normalize(NormalStream &) const;
+       void normalize(NormalStream & ns) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
 private:
        ///
-       mutable MathMetricsInfo mi_;
+       mutable LyXFont font_;
+       ///
+       mutable char char_;
 };
 #endif