]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetIndex.h
index 8ffab82b9c8ac77a73a56e00790abf05ed01cd19..20cdf50e5003179d3ff7a3251c1edca2580e1abf 100644 (file)
@@ -34,24 +34,17 @@ public:
        ///
        InsetCode lyxCode() const { return INDEX_CODE; }
        ///
-       ///
-       void metrics(MetricsInfo &, Dimension &) const;
-       ///
-       void draw(PainterInfo &, int, int) const;
-       ///
        docstring name() const { return from_ascii("Index"); }
        ///
-       void getDrawFont(FontInfo &) const;
-       ///
        void write(Buffer const & buf, std::ostream & os) const;
        ///
        int docbook(Buffer const &, odocstream &,
                    OutputParams const &) const;
        /// should paragraph indendation be omitted in any case?
        bool neverIndent(Buffer const &) const { return true; }
-private:
        ///
-       bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
+       void addToToc(Buffer const &, ParConstIterator const &) const;
+private:
        ///
        virtual Inset * clone() const;
 };