X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetfoot.h;h=c3cadca668719d91f4aefff88f11a636f8020e88;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=4acb890ad0e44ced80c02a81de71b0aed02dea5c;hpb=fa492d6bf09db7f1c278687e0000ad1c4833af3d;p=lyx.git diff --git a/src/insets/insetfoot.h b/src/insets/insetfoot.h index 4acb890ad0..c3cadca668 100644 --- a/src/insets/insetfoot.h +++ b/src/insets/insetfoot.h @@ -20,7 +20,6 @@ #include "insetcollapsable.h" - class Painter; /** The footnote inset @@ -29,6 +28,7 @@ class Painter; class InsetFoot : public InsetCollapsable { public: /// + explicit InsetFoot(Buffer *); /// ~InsetFoot() {} @@ -37,15 +37,16 @@ public: /// Inset::Code LyxCode() const { return Inset::FOOT_CODE; } /// - int Latex(ostream &, signed char, bool fp) const; - /// - void Write(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