]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_notinset.h
updates to latexfeatures stuff; allow empty \document_path
[lyx.git] / src / mathed / math_notinset.h
index b97d565ffcb9541a25ec525d5cce853359c2f191..70470764b3d34b46177a1761bc0cd90efac3d7c8 100644 (file)
@@ -13,12 +13,15 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(std::ostream &, bool fragile) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void normalize(NormalStream &) const;
        ///
-       void metrics(MathStyles st) const;
+       void metrics(MathMetricsInfo const & st) const;
        ///
        void draw(Painter &, int x, int y) const;
+private:
+       ///
+       mutable MathMetricsInfo mi_;
 };
 #endif