X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_notinset.h;h=c221ec0186d24a7bcb83f1696e3d077b855018f6;hb=6aa8d56bddcb29d2c266dc520a4e725958c31db1;hp=cc0dca081bad65389d3e4d58ac15145018dab8d2;hpb=5507c1ad69ef62f0790b66c797c6d89166795590;p=lyx.git diff --git a/src/mathed/math_notinset.h b/src/mathed/math_notinset.h index cc0dca081b..c221ec0186 100644 --- a/src/mathed/math_notinset.h +++ b/src/mathed/math_notinset.h @@ -13,12 +13,17 @@ public: /// MathInset * clone() const; /// - void write(MathWriteInfo & os) const; + void write(WriteStream & os) const; /// - void writeNormal(std::ostream &) 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 LyXFont font_; + /// + mutable char char_; }; #endif