]> 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 9b53604fbe13e645e76b15886b6d55b04de02e7d..8471f4333e11625725d84ff2a8da41549b28f84c 100644 (file)
@@ -31,7 +31,7 @@ public:
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
-       InsetCode lyxCode() const;
+       InsetCode lyxCode() const { return FLOAT_LIST_CODE; }
        ///
        DisplayType display() const { return AlignCenter; }
        ///
@@ -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
        {