]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetindex.h
index 0479937a8ec4aa3ca7b8efe9f3a8cd276486de2e..2f4baef458506144adf493181586614d726a7fcc 100644 (file)
@@ -31,13 +31,17 @@ public:
                return new InsetIndex(params(), same_id);
        }
        ///
-       string const getScreenLabel() const;
+       string const getScreenLabel(Buffer const *) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        void edit(BufferView *, int, int, unsigned int);
        ///
        void edit(BufferView * bv, bool front = true);
+       ///
+       Inset::Code lyxCode() const;
+       ///
+       int docbook(Buffer const *, std::ostream &) const;
 };
 
 
@@ -62,7 +66,7 @@ public:
        ///
        Inset::Code lyxCode() const;
        ///
-       string const getScreenLabel() const;
+       string const getScreenLabel(Buffer const *) const;
 };
 
 #endif