]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macrotemplate.h
introduce namespace lyx::support
[lyx.git] / src / mathed / math_macrotemplate.h
index 023be740396efb8170455e90b608af20f7e69346..405eeb331172e24ade293c1d44c44dfd69455dc3 100644 (file)
@@ -5,14 +5,13 @@
 #include "math_nestinset.h"
 #include "LString.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 class MathMacro;
 
 /** This class contains the macro definition
-    \author Alejandro Aguilar Sierra
+ *  \author Alejandro Aguilar Sierra
+ *
+ * Full author contact details are available in file CREDITS
  */
 //class MathMacroTemplate : public MathInset, boost::noncopyable
 
@@ -26,7 +25,7 @@ public:
        ///
        explicit MathMacroTemplate(std::istream & is);
        ///
-       MathInset * clone() const;
+       InsetBase * clone() const;
        ///
        void write(WriteStream & os) const;
        /// Number of arguments
@@ -36,9 +35,9 @@ public:
        ///
        string name() const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        /// identifies macro templates
        MathMacroTemplate * asMacroTemplate() { return this; }
        /// identifies macro templates