]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
* InsetCollapsable:
[lyx.git] / src / insets / InsetInclude.h
index c7ae18d2db0036f5fb047c27941d11f060fce11a..3be610147d655b49df8dbe56fc73aecf3da0c43e 100644 (file)
@@ -96,6 +96,12 @@ public:
        void updateLabels(Buffer const & buffer, ParIterator const &);
        /// child document can be embedded
        void registerEmbeddedFiles(Buffer const &, EmbeddedFiles &) const;
+       ///
+       static CommandInfo const * findInfo(std::string const &);
+       ///
+       static std::string defaultCommand() { return "include"; };
+       ///
+       static bool isCompatibleCommand(std::string const & s);
 protected:
        InsetInclude(InsetInclude const &);
        ///