]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFBox.h
* Inset and derivatives: insetName() -> name()
[lyx.git] / src / mathed / InsetMathFBox.h
index 99ceca0456da9b715b8d926460f434dd4105c6af..e7273b9608918fd09b155d5709f8eb87b315fba8 100644 (file)
@@ -26,7 +26,7 @@ public:
        ///
        mode_type currentMode() const;
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -34,9 +34,9 @@ public:
        /// write normalized content
        void normalize(NormalStream & ns) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };