]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetTOC.h
index cfbe67ed8eed2b511f18eaf1011d45384972dbbd..992bf943d7088a39ea55df00b86073ac8de29ef2 100644 (file)
@@ -37,6 +37,13 @@ public:
        ///
        int docbook(Buffer const &, odocstream &,
                    OutputParams const &) const;
+       ///
+       static ParamInfo const & findInfo(std::string const &);
+       ///
+       static std::string defaultCommand() { return "tableofcontents"; };
+       ///
+       static bool isCompatibleCommand(std::string const & cmd)
+               {return cmd == defaultCommand(); }
 private:
        virtual Inset * clone() const;
 };