]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetwrap.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetwrap.h
index 2090d350f942260a35bbea911e04decdd1a38a64..a6c029190ff4fb0191067629323a8fc3b7ddd790 100644 (file)
@@ -55,7 +55,8 @@ public:
        ///
        Inset::Code lyxCode() const { return Inset::WRAP_CODE; }
        ///
-       int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        int docbook(Buffer const *, std::ostream &, bool mixcont) const;
        ///
@@ -65,16 +66,6 @@ public:
        ///
        int getMaxWidth(BufferView *, UpdatableInset const *) const;
        ///
-       string const & type() const;
-       ///
-       LyXLength const & pageWidth() const;
-       ///
-       void pageWidth(LyXLength const &);
-       ///
-       void placement(string const & p);
-       ///
-       string const & placement() const;
-       ///
        void addToToc(toc::TocList &, Buffer const *) const;
        ///
        bool  showInsetDialog(BufferView *) const;