]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hullinset.h
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / math_hullinset.h
index 98d9ae869b32dfe8668ead8fb335b5a05b519971..9767f0f8833bcee7e3d34faef703f04dbf4a235e 100644 (file)
@@ -56,7 +56,7 @@ public:
                          std::vector<std::string> & list) const;
        ///
        void validate(LaTeXFeatures & features) const;
-       /// identifies MatrixInsets
+       /// identifies HullInset
        MathHullInset const * asHullInset() const { return this; }
        /// identifies HullInset
        MathHullInset * asHullInset() { return this; }
@@ -108,6 +108,9 @@ public:
        ///
        int docbook(Buffer const &, std::ostream &,
                    OutputParams const &) const;
+       /// the string that is passed to the TOC
+       virtual int textString(Buffer const &, std::ostream & os,
+               OutputParams const &) const;
 
        /// get notification when the cursor leaves this inset
        void notifyCursorLeaves(LCursor & cur);
@@ -126,7 +129,7 @@ protected:
        bool getStatus(LCursor & cur, FuncRequest const & cmd,
                FuncStatus & status) const;
        ///
-       std::string eolString(row_type row, bool fragile) const;
+       std::string eolString(row_type row, bool emptyline, bool fragile) const;
 
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;