]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetexternal.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetexternal.h
index fee519ee71d1fcb120e252cea4f469d1360ff905..e6fb0e946140bc0ea3eedfa3665a462060ea2fd2 100644 (file)
@@ -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;