]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
* Inset: Prepare for an eventual merge of updateLabels() and addToToc()
[lyx.git] / src / insets / InsetFloatList.h
index ef476128a98c0f4e65bfefbcd9b294f30b11cffe..8471f4333e11625725d84ff2a8da41549b28f84c 100644 (file)
@@ -49,6 +49,12 @@ public:
                      OutputParams const & runparams) const;
        ///
        void validate(LaTeXFeatures & features) const;
+       ///
+       static CommandInfo const * findInfo(std::string const & cmdName = "");
+       ///
+       static std::string defaultCommand() { return "listoftables"; };
+       ///
+       static bool isCompatibleCommand(std::string const & s);
 private:
        virtual Inset * clone() const
        {