]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetFloatList.h
index c15f0eb61f9e80528eb9e56f57eca532b8638e81..3d9e444a1c2cf6faa75bd4d9bf7f37abaf1ad109 100644 (file)
@@ -23,9 +23,9 @@ namespace lyx {
 class InsetFloatList : public InsetCommand {
 public:
        ///
-       InsetFloatList();
+       InsetFloatList(Buffer *);
        ///
-       InsetFloatList(std::string const & type);
+       InsetFloatList(Buffer *, std::string const & type);
        ///
        docstring screenLabel() const;
        ///
@@ -43,11 +43,13 @@ public:
        ///
        int plaintext(odocstream &, OutputParams const & runparams) const;
        ///
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        static ParamInfo const & findInfo(std::string const &);
        ///
-       static std::string defaultCommand() { return "listoftables"; };
+       static std::string defaultCommand() { return "listoftables"; }
        ///
        static bool isCompatibleCommand(std::string const & s);
 private: