]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetexternal.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetexternal.h
index a8d4910cd9530380f98f6a52e810d27adac490f8..c4287f31c90878dbccc0e9b85aba4f401df5c28c 100644 (file)
@@ -37,7 +37,7 @@ public:
        ///
        virtual ~InsetExternal();
        ///
-       virtual dispatch_result localDispatch(FuncRequest const & cmd); 
+       virtual dispatch_result localDispatch(FuncRequest const & cmd);
        /// what appears in the minibuffer when opening
        virtual string const editMessage() const;
        ///
@@ -53,8 +53,8 @@ public:
         If the free_spc (freespacing) variable is set, then this inset
         is in a free-spacing paragraph.
         */
-       virtual int latex(Buffer const *, std::ostream &, LatexRunParams const &,
-                         bool fragile, bool free_spc) const;
+       virtual int latex(Buffer const *, std::ostream &,
+                         LatexRunParams const &) const;
        /// write ASCII output to the ostream
        virtual int ascii(Buffer const *, std::ostream &, int linelen) const;
        /// write LinuxDoc output to the ostream
@@ -69,7 +69,7 @@ public:
        virtual Inset::Code lyxCode() const { return EXTERNAL_CODE; }
 
        ///
-       virtual Inset * clone(Buffer const &, bool same_id = false) const;
+       virtual Inset * clone() const;
 
        /// returns the text of the button
        virtual string const getScreenLabel(Buffer const *) const;