]> git.lyx.org Git - features.git/blobdiff - src/insets/insetfoot.h
several changes and some new insets, read the Changelog
[features.git] / src / insets / insetfoot.h
index a5404b4556183dba0a3664b3a848fd30963af642..33f3eac1ade37b0414f24a52ba456462bd3d0cc6 100644 (file)
@@ -27,26 +27,27 @@ class Painter;
 */
 class InsetFoot : public InsetCollapsable {
 public:
-    ///
+       ///
        explicit
-    InsetFoot();
-    ///
-    ~InsetFoot() {}
-    ///
-    Inset * Clone() const;
-    ///
-    Inset::Code LyxCode() const { return Inset::FOOT_CODE; }
-    ///
-    int Latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
-    ///
-    const char * EditMessage() const;
-    ///
-    bool InsertInset(BufferView *, Inset * inset);
-    ///
-    bool InsertInsetAllowed(Inset * inset) const;
-    ///
-    LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
-    ///
+       InsetFoot();
+       ///
+       ~InsetFoot() {}
+       ///
+       void Write(Buffer const * buf, ostream & os) const;
+       ///
+       Inset * Clone() const;
+       ///
+       Inset::Code LyxCode() const { return Inset::FOOT_CODE; }
+       ///
+       int Latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
+       ///
+       const char * EditMessage() const;
+       ///
+       bool InsertInset(BufferView *, Inset * inset);
+       ///
+       bool InsertInsetAllowed(Inset * inset) const;
+       ///
+       LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
 };
 
 #endif