]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_funcinset.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_funcinset.h
index 4196e73d7b50ddf05f324285c12cf99741afb458..98786403d30e4c979a8824f054d571c08bccd68a 100644 (file)
@@ -23,19 +23,24 @@ public:
        ///
        void draw(Painter &, int x, int y) const;
        ///
-       void write(MathWriteInfo &) const;
-       ///
-       void writeNormal(NormalStream &) const;
-       ///
        string const & name() const;
+       /// identifies FuncInsets
+       MathFuncInset * asFuncInset() { return this; }
        ///
        void setName(string const &);
        ///
+       bool match(MathInset * p) const;
+
+       ///
+       void normalize(NormalStream &) const;
+       ///
        void maplize(MapleStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///
        void octavize(OctaveStream &) const;
+       ///
+       void write(WriteStream &) const;
 private:
        ///
        string name_;