]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
pimpl not needed here
[lyx.git] / src / insets / InsetCitation.h
index 937aa84b00ef8d7c5b2757f497e82c4d8e510820..9a2bcfb5a42791e3326195460ce7201b2d2e2c12 100644 (file)
@@ -49,7 +49,16 @@ public:
                OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
-
+       ///
+       static CommandInfo const * findInfo(std::string const &);
+       //FIXME This is the locus of the design problem we have.
+       //It really ought to do what default_cite_command() does,
+       //but to do that it needs to know what CiteEngine we are
+       //using.
+       ///
+       static std::string defaultCommand() { return "cite"; };
+       ///
+       static bool isCompatibleCommand(std::string const & cmd);
 private:
        virtual Inset * clone() const
        {