X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetindex.h;h=2f4baef458506144adf493181586614d726a7fcc;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=0479937a8ec4aa3ca7b8efe9f3a8cd276486de2e;hpb=e08f44aa7e9f88630d741e787d55b64670e7b44d;p=lyx.git diff --git a/src/insets/insetindex.h b/src/insets/insetindex.h index 0479937a8e..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; }; @@ -62,7 +66,7 @@ public: /// Inset::Code lyxCode() const; /// - string const getScreenLabel() const; + string const getScreenLabel(Buffer const *) const; }; #endif