]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_splitinset.h
code cosmetics to the iterator fix
[lyx.git] / src / mathed / math_splitinset.h
index 98ac168c2383c17979cd9ed0153104459bbc5f04..4d3063d61777dcb110537127dd3cd26812e1fa5e 100644 (file)
@@ -19,15 +19,23 @@ class MathSplitInset : public MathGridInset {
 public:
        ///
        explicit MathSplitInset(std::string const & name);
+
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
+       void draw(PainterInfo & pi, int x, int y) const;
+
        ///
+       bool getStatus(LCursor & cur, FuncRequest const & cmd,
+               FuncStatus & flag) const;
+
        void write(WriteStream & os) const;
        ///
+       void infoize(std::ostream & os) const;
+       ///
        int defaultColSpace(col_type) { return 0; }
        ///
        char defaultColAlign(col_type);
 private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        ///
        std::string name_;
 };