X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCitation.h;h=9ac4e0bbd16a07dd26a2ede5a2ff555162ef5379;hb=9176e60b7bcab3e355521a86ddb4c2778cd9b29e;hp=992a85ee2198978927472592a595daf32a4d6f4a;hpb=e15a8f3551f86a2ffa835c344256f2b4703fefb2;p=lyx.git diff --git a/src/insets/InsetCitation.h b/src/insets/InsetCitation.h index 992a85ee21..9ac4e0bbd1 100644 --- a/src/insets/InsetCitation.h +++ b/src/insets/InsetCitation.h @@ -70,6 +70,8 @@ public: UpdateType utype, TocBackend & backend) const; /// std::string contextMenuName() const; + /// + bool forceLTR(OutputParams const &) const; //@} /// \name Static public methods obligated for InsetCommand derived classes @@ -82,10 +84,16 @@ public: static bool isCompatibleCommand(std::string const &); //@} /// + typedef std::vector> QualifiedList; + /// + void redoLabel() { cache.recalculate = true; } + /// CitationStyle getCitationStyle(BufferParams const & bp, std::string const & input, std::vector const & valid_styles) const; /// - std::map getQualifiedLists(docstring const p) const; + QualifiedList getQualifiedLists(docstring const & p) const; + /// + static bool last_literal; private: /// tries to make a pretty label and makes a basic one if not @@ -107,10 +115,6 @@ private: docstring screenLabel() const; //@} - /// we'll eventually want to be able to get info on this from the - /// various CiteEngines - static ParamInfo param_info_; - /// struct Cache { Cache() : recalculate(true) {}