X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetexternal.h;h=e6fb0e946140bc0ea3eedfa3665a462060ea2fd2;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=fee519ee71d1fcb120e252cea4f469d1360ff905;hpb=7c0dad35b33c8f23f3d74d26f5689cc4d869c8b2;p=lyx.git diff --git a/src/insets/insetexternal.h b/src/insets/insetexternal.h index fee519ee71..e6fb0e9461 100644 --- a/src/insets/insetexternal.h +++ b/src/insets/insetexternal.h @@ -67,7 +67,7 @@ public: /// write LinuxDoc output to the ostream virtual int linuxdoc(Buffer const *, std::ostream &) const; /// write DocBook output to the ostream - virtual int docBook(Buffer const *, std::ostream &) const; + virtual int docbook(Buffer const *, std::ostream &) const; /// Updates needed features for this inset. virtual void validate(LaTeXFeatures & features) const; @@ -79,16 +79,19 @@ public: virtual Inset * clone(Buffer const &, bool same_id = false) const; /// returns the text of the button - virtual string const getScreenLabel() const; + virtual string const getScreenLabel(Buffer const *) const; // The following public members are used from the frontends code /// set the parameters from a Params structure virtual void setFromParams(Params const &); - /// update the file represented by the template + /// void updateExternal() const; + /// update the file represented by the template + void updateExternal(string const &, Buffer const *) const; + /// edit file of this template void editExternal() const;