]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_splitinset.h
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_splitinset.h
index 49faf48f4e4974844857e6eb38fa956db99ea44d..4d3063d61777dcb110537127dd3cd26812e1fa5e 100644 (file)
@@ -19,9 +19,18 @@ class MathSplitInset : public MathGridInset {
 public:
        ///
        explicit MathSplitInset(std::string const & name);
+
+       ///
+       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);