]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloat.h
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / insetfloat.h
index 021a27b2fe47bce4c5968f036efa16a7fb0a0916..63fcf57dd84eceeaa44a03c24e2d083719d65b6c 100644 (file)
@@ -40,6 +40,8 @@ public:
        ///
        int Latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
+       int DocBook(Buffer const *, std::ostream &) const;
+       ///
        string const EditMessage() const;
        ///
        bool InsertInsetAllowed(Inset * inset) const;
@@ -48,6 +50,10 @@ public:
        ///
        string const & type() const;
        ///
+       void placement(string const & p);
+       ///
+       string const & placement() const;
+       ///
        void wide(bool w);
        ///
        bool wide() const;