]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
* InsetCollapsable:
[lyx.git] / src / insets / InsetInclude.h
index 225bbd4bbef213b2b601707f3cd926badbdb1edc..3be610147d655b49df8dbe56fc73aecf3da0c43e 100644 (file)
@@ -5,6 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Lars Gullik Bjønnes
+ * \author Richard Heck (conversion to InsetCommand)
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -95,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 &);
        ///