]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_amsarrayinset.h
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / math_amsarrayinset.h
index 87c64ee868ef346879e3a4ee29cd5314cac78b87..8ff70cbdc8b3f19197805e511ee39e2a56d5a31f 100644 (file)
@@ -23,8 +23,6 @@ public:
        ///
        MathAMSArrayInset(std::string const & name);
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pain, int x, int y) const;
@@ -33,12 +31,19 @@ public:
        ///
        MathAMSArrayInset const * asAMSArrayInset() const { return this; }
 
+       ///
+       bool getStatus(LCursor & cur, FuncRequest const & cmd,
+               FuncStatus & flag) const;
        ///
        void write(WriteStream & os) const;
        ///
+       void infoize(std::ostream & os) const;
+       ///
        void normalize(NormalStream &) const;
-
+       ///
+       void validate(LaTeXFeatures & features) const;
 private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        ///
        char const * name_left() const;
        ///