]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetIndex.h
Finally make the label color of multiple index entries work.
[features.git] / src / insets / InsetIndex.h
index 9e8511742ae924af1775c5e2536b9fda213160fc..c66be3004913b67d37f753923ba8f5bed1c314c6 100644 (file)
@@ -51,6 +51,8 @@ private:
        ///
        docstring name() const { return from_ascii("Index"); }
        ///
+       ColorCode labelColor() const;
+       ///
        void write(std::ostream & os) const;
        ///
        void read(Lexer & lex);
@@ -58,7 +60,7 @@ private:
        int docbook(odocstream &, OutputParams const &) const;
        /// At the moment, this does nothing. See development/HTML.notes
        /// for some remarks on what could be done.
-       int xhtml(odocstream &, OutputParams const &) const { return 0; };
+       docstring xhtml(odocstream &, OutputParams const &) const;
        ///
        int latex(odocstream &, OutputParams const &) const;
        ///
@@ -104,6 +106,8 @@ public:
        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);
        ///