]> 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 9f3901fe5407ddcb8f56f4f434e4163e0fdea11a..8ff70cbdc8b3f19197805e511ee39e2a56d5a31f 100644 (file)
@@ -31,9 +31,14 @@ 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;