]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlist.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetlist.h
index bb8c02eb112070eb257cdac53765c56477feb343..ea9b1db588596e90d5ae1d8d0443542eaa4a18b4 100644 (file)
@@ -26,17 +26,13 @@ public:
        ///
        InsetList();
        ///
-       void Write(Buffer const * buf, std::ostream & os) const;
+       void write(Buffer const * buf, std::ostream & os) const;
        ///
-       Inset * Clone() const;
+       Inset::Code lyxCode() const { return Inset::FOOT_CODE; }
        ///
-       Inset::Code LyxCode() const { return Inset::FOOT_CODE; }
+       int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
-       int Latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
-       ///
-       string const EditMessage() const;
-       ///
-       bool InsertInsetAllowed(Inset * inset) const;
+       string const editMessage() const;
 };
 
 #endif