]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Show corners of mathed with mouse hover, details see bug 3825
[lyx.git] / src / insets / InsetFloat.h
index 1c53db3f54b7d2101040a67dae855f970bf3e8ec..21abf3be595e5fb734c58ff77116e9136f81491a 100644 (file)
@@ -49,7 +49,7 @@ public:
        ///
        ~InsetFloat();
        ///
-       docstring insetName() const { return name_; }
+       docstring name() const { return name_; }
        ///
        void write(Buffer const & buf, std::ostream & os) const;
        ///
@@ -62,13 +62,13 @@ public:
        virtual bool wide() const { return false; }
        ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &,
-                     OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
        ///
        virtual docstring const editMessage() const;
        ///
@@ -82,8 +82,6 @@ public:
        ///
        void sideways(bool s, BufferParams const &);
        ///
-       void addToToc(TocList &, Buffer const &) const;
-       ///
        bool  showInsetDialog(BufferView *) const;
        ///
        InsetFloatParams const & params() const { return params_; }