]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetfoot.h
index c3a8a7a721c98ce3308e5df371d252bb16521065..c3cadca668719d91f4aefff88f11a636f8020e88 100644 (file)
@@ -28,6 +28,7 @@ class Painter;
 class InsetFoot : public InsetCollapsable {
 public:
     ///
+       explicit
     InsetFoot(Buffer *);
     ///
     ~InsetFoot() {}
@@ -36,15 +37,16 @@ public:
     ///
     Inset::Code LyxCode() const { return Inset::FOOT_CODE; }
     ///
-    int Latex(std::ostream &, signed char, bool fp) const;
-    ///
-    void Write(std::ostream &) const;
-    ///
-    void Read(LyXLex &);
+    int Latex(std::ostream &, bool fragile, bool fp) const;
     ///
     const char * EditMessage() const;
     ///
     bool InsertInset(BufferView *, Inset * inset);
+    ///
+    bool InsertInsetAllowed(Inset * inset) const;
+    ///
+    LyXFont GetDrawFont(LyXParagraph * par, int pos) const;
+    ///
 };
 
 #endif