]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetLabel.h
index ff212997fe8de95d96fb6b581002a50541751d21..afbfda9d552becc761afb2c727ae0d8c82240851 100644 (file)
@@ -35,6 +35,13 @@ public:
        int plaintext(Buffer const &, odocstream &, OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &, OutputParams const &) const;
+       ///
+       static CommandInfo const * findInfo(std::string const &);
+       ///
+       static std::string defaultCommand() { return "label"; };
+       ///
+       static bool isCompatibleCommand(std::string const & s) 
+               { return s == "label"; }
 protected:
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
 private: