]> 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 6185a6c2a5fb0664690ae27474193d13b0373e58..8ff70cbdc8b3f19197805e511ee39e2a56d5a31f 100644 (file)
@@ -31,11 +31,17 @@ 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;
        ///