X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetNomencl.h;h=4d11a47d793c0bfd7f99f442558440dc300053d0;hb=a41d589e851a956ff27235841e6330bab552c0fe;hp=c58500f6f82d610afacb6c01fc4b9012897e81a4;hpb=704328d3488c75733ddeb9ad5439b1907e323e39;p=lyx.git diff --git a/src/insets/InsetNomencl.h b/src/insets/InsetNomencl.h index c58500f6f8..4d11a47d79 100644 --- a/src/insets/InsetNomencl.h +++ b/src/insets/InsetNomencl.h @@ -40,10 +40,14 @@ public: /// Updates needed features for this inset. void validate(LaTeXFeatures & features) const; /// - void addToToc(DocIterator const & di, bool output_active) const; + void addToToc(DocIterator const & di, bool output_active, + UpdateType utype, TocBackend & backend) const; /// InsetCode lyxCode() const { return NOMENCL_CODE; } /// + int plaintext(odocstringstream & ods, OutputParams const & op, + size_t max_length = INT_MAX) const; + /// int docbook(odocstream &, OutputParams const &) const; /// Does nothing at the moment. docstring xhtml(XHTMLStream &, OutputParams const &) const; @@ -56,7 +60,7 @@ public: /// static std::string defaultCommand() { return "nomenclature"; } /// - static bool isCompatibleCommand(std::string const & s) + static bool isCompatibleCommand(std::string const & s) { return s == "nomenclature"; } //@} @@ -89,7 +93,7 @@ public: void validate(LaTeXFeatures & features) const; /// int docbook(odocstream &, OutputParams const &) const; - /// + /// docstring xhtml(XHTMLStream &, OutputParams const &) const; /// InsetCode lyxCode() const; @@ -110,7 +114,7 @@ public: /// static std::string defaultCommand() { return "printnomenclature"; } /// - static bool isCompatibleCommand(std::string const & s) + static bool isCompatibleCommand(std::string const & s) { return s == "printnomenclature"; } //@}