]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_decorationinset.h
fix pullArg when pressing <Delete> at the end of an cell
[lyx.git] / src / mathed / math_decorationinset.h
index 6f189c9ab473247de72eb5a494211064a25becc1..94c368b24a5d90fdb21c0d431fd7d6c475d94a98 100644 (file)
@@ -8,13 +8,13 @@
 #pragma interface
 #endif
 
-/** Decorations over (below) a math object
+/** Decorations and accents over (below) a math object
     \author Alejandro Aguilar Sierra
  */
 class MathDecorationInset : public MathInset {
 public:
        ///
-       explicit MathDecorationInset(int);
+       MathDecorationInset(string const & name, int);
        ///
        MathInset * clone() const;
        ///
@@ -23,6 +23,8 @@ public:
        void Write(std::ostream &, bool fragile) const;
        ///
        void Metrics(MathStyles st, int asc = 0, int des = 0);
+       ///
+       void WriteNormal(std::ostream & os) const;
 private:
        ///
        int deco_;