X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetIndex.h;h=c66be3004913b67d37f753923ba8f5bed1c314c6;hb=bbfc419c10010c1ebf6ab59adf2eaf6f63104a9e;hp=83bf4beaa8cc39b113d537e09bacdff1f66519b0;hpb=0bd5c5fca866a53c4bf319b41afbb9b655d8e108;p=features.git diff --git a/src/insets/InsetIndex.h b/src/insets/InsetIndex.h index 83bf4beaa8..c66be30049 100644 --- a/src/insets/InsetIndex.h +++ b/src/insets/InsetIndex.h @@ -51,11 +51,16 @@ private: /// docstring name() const { return from_ascii("Index"); } /// + ColorCode labelColor() const; + /// void write(std::ostream & os) const; /// void read(Lexer & lex); /// int docbook(odocstream &, OutputParams const &) const; + /// At the moment, this does nothing. See development/HTML.notes + /// for some remarks on what could be done. + docstring xhtml(odocstream &, OutputParams const &) const; /// int latex(odocstream &, OutputParams const &) const; /// @@ -98,10 +103,11 @@ public: /// static std::string defaultCommand() { return "printindex"; }; /// - static bool isCompatibleCommand(std::string const & s) - { return s == "printindex" || s == "printsubindex"; } + static bool isCompatibleCommand(std::string const & s); /// int latex(odocstream &, OutputParams const &) const; + /// Does nothing yet. + docstring xhtml(odocstream &, OutputParams const &) const; /// void doDispatch(Cursor & cur, FuncRequest & cmd); ///