]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathHull.h
index 861d4b87227c8dbc74ec4aaf7a3f192b88878a2e..f441687b5f2e99080bde86928090d5237614ada5 100644 (file)
@@ -38,7 +38,7 @@ public:
        ///
        void updateLabels(ParIterator const &);
        ///
-       void addToToc(ParConstIterator const &) const;
+       void addToToc(DocIterator const &);
        ///
        InsetMathHull & operator=(InsetMathHull const &);
        ///
@@ -63,8 +63,6 @@ public:
        bool numberedType() const;
        ///
        bool ams() const;
-       /// Appends \c list with all labels found within this inset.
-       void getLabelList(std::vector<docstring> & list) const;
        ///
        void validate(LaTeXFeatures & features) const;
        /// identifies HullInset
@@ -130,6 +128,9 @@ public:
        /// Force inset into LTR environment if surroundings are RTL?
        virtual bool forceLTR() const { return true; }
 
+       ///
+       virtual docstring contextMenu(BufferView const &, int, int) const;
+
 protected:
        InsetMathHull(InsetMathHull const &);