X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetIndex.h;h=44ada403d37eca2e4bb637d60ce6679d0acb156f;hb=06254d11dfdf670fab3548dc2a2674e7a261262c;hp=664a47db2de2f79a8de721c33252e57266ed45eb;hpb=07b6198f4c3aa6dfe3245394b660966fd3e85c99;p=lyx.git diff --git a/src/insets/InsetIndex.h b/src/insets/InsetIndex.h index 664a47db2d..44ada403d3 100644 --- a/src/insets/InsetIndex.h +++ b/src/insets/InsetIndex.h @@ -34,31 +34,15 @@ public: /// InsetCode lyxCode() const { return INDEX_CODE; } /// - /// - void metrics(MetricsInfo &, Dimension &) const; - /// - void draw(PainterInfo &, int, int) const; - /// docstring name() const { return from_ascii("Index"); } /// - void getDrawFont(Font &) const; - /// void write(Buffer const & buf, std::ostream & os) const; /// int docbook(Buffer const &, odocstream &, OutputParams const &) const; /// should paragraph indendation be omitted in any case? bool neverIndent(Buffer const &) const { return true; } - /// - static CommandInfo const * findInfo(std::string const & cmdName = ""); - /// - static std::string defaultCommand() { return "index"; }; - /// - static bool isCompatibleCommand(std::string const & s) - { return s == "index"; } private: - /// - bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const; /// virtual Inset * clone() const; };