]> git.lyx.org Git - features.git/blobdiff - src/insets/insetlist.h
read the Changelog
[features.git] / src / insets / insetlist.h
index 3c75c5f15a3e4c3a23b5ab8b605dbf83f82f6420..b8a0e1c3f52167564651214f907dcf800a2d54bc 100644 (file)
 
 #include "insetcollapsable.h"
 
-class Painter;
-
-/** The footnote inset
+/** The list inset
   
 */
 class InsetList : public InsetCollapsable {
 public:
        ///
-       explicit
        InsetList();
        ///
-       ~InsetList() {}
-       ///
-       void Write(Buffer const * buf, ostream & os) const;
+       void Write(Buffer const * buf, std::ostream & os) const;
        ///
        Inset * Clone() const;
        ///
@@ -41,11 +36,7 @@ public:
        ///
        const char * EditMessage() const;
        ///
-       bool InsertInset(BufferView *, Inset * inset);
-       ///
        bool InsertInsetAllowed(Inset * inset) const;
-       ///
-       LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
 };
 
 #endif