]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_symbolinset.h
index 4fbe359f868c4edaaf53858e57407e8a806817e5..0427e4e7d3d39ab9a73f8ca5cc9786c0bc7587e4 100644 (file)
@@ -13,15 +13,15 @@ struct latexkeys;
 class MathSymbolInset : public MathInset {
 public:
        ///
-       explicit MathSymbolInset(latexkeys const *);
+       explicit MathSymbolInset(latexkeys const * l);
        ///
-       explicit MathSymbolInset(char const *);
+       explicit MathSymbolInset(char const * name);
        ///
-       explicit MathSymbolInset(string const &);
+       explicit MathSymbolInset(string const & name);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       Dimension metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///