X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetindex.h;h=2f4baef458506144adf493181586614d726a7fcc;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=5182e5684c564cd81cb2598ed1143e56d52cf133;hpb=7c0dad35b33c8f23f3d74d26f5689cc4d869c8b2;p=lyx.git diff --git a/src/insets/insetindex.h b/src/insets/insetindex.h index 5182e5684c..2f4baef458 100644 --- a/src/insets/insetindex.h +++ b/src/insets/insetindex.h @@ -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; }; @@ -54,7 +58,7 @@ public: /// void edit(BufferView *, int, int, unsigned int) {} /// - void edit(BufferView * bv, bool front = true) {} + void edit(BufferView *, bool = true) {} /// EDITABLE editable() const{ return NOT_EDITABLE; } /// @@ -62,7 +66,7 @@ public: /// Inset::Code lyxCode() const; /// - string const getScreenLabel() const; + string const getScreenLabel(Buffer const *) const; }; #endif