]> git.lyx.org Git - features.git/blobdiff - src/insets/insetfoot.h
read the Changelog
[features.git] / src / insets / insetfoot.h
index 115ce8ff205aaeac413635c749d966a52728a0bd..d84e1327c2ae61504561f0b68009771bab43b819 100644 (file)
 #pragma interface
 #endif
 
-#include "insetcollapsable.h"
-
-class Painter;
+#include "insetfootlike.h"
 
 /** The footnote inset
   
 */
-class InsetFoot : public InsetCollapsable {
+class InsetFoot : public InsetFootlike {
 public:
        ///
-       explicit
        InsetFoot();
        ///
-       ~InsetFoot() {}
-       ///
-       void Write(Buffer const * buf, std::ostream & os) const;
-       ///
        Inset * Clone() const;
        ///
        Inset::Code LyxCode() const { return Inset::FOOT_CODE; }
@@ -43,11 +36,10 @@ public:
        ///
        const char * EditMessage() const;
        ///
-       bool InsertInset(BufferView *, Inset * inset);
-       ///
        bool InsertInsetAllowed(Inset * inset) const;
-       ///
-//     LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
 };
 
 #endif
+
+
+