X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetinclude.h;h=546253d7f853abdeea9208e7a0cfe5b5c75b79ed;hb=b922cdd796f9e4b9a46a79808cdee596e04903eb;hp=45257ad1eb76d81c615b8091b4b66a9217576b4f;hpb=7521b5d20f42102cf444e3fd8718a088a60d0098;p=lyx.git diff --git a/src/insets/insetinclude.h b/src/insets/insetinclude.h index 45257ad1eb..546253d7f8 100644 --- a/src/insets/insetinclude.h +++ b/src/insets/insetinclude.h @@ -79,23 +79,25 @@ public: /// void edit(BufferView *, int x, int y, unsigned int button); /// + void edit(BufferView * bv, bool front = true); + /// EDITABLE editable() const { return IS_EDITABLE; } - /// With lyx3 we won't overload these 3 methods - void write(Buffer const *, std::ostream &) const; - /// + /// With lyx3 we won't overload these 3 methods + void write(Buffer const *, std::ostream &) const; + /// void read(Buffer const *, LyXLex &); /// int latex(Buffer const *, std::ostream &, - bool fragile, bool free_spc) const; + bool fragile, bool free_spc) const; /// int ascii(Buffer const *, std::ostream &, int linelen) const; /// int linuxdoc(Buffer const *, std::ostream &) const; /// - int docBook(Buffer const *, std::ostream &) const; + int docbook(Buffer const *, std::ostream &) const; /// void validate(LaTeXFeatures &) const; @@ -117,7 +119,7 @@ public: SigC::Signal0 hideDialog; private: /// get the text displayed on the button - string const getScreenLabel() const; + string const getScreenLabel(Buffer const *) const; /// is this a verbatim include ? bool isVerbatim() const; /// get the filename of the master buffer