]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
Embedding: display a pin at the top left corner of embedded figures
[lyx.git] / src / insets / InsetIndex.h
index 664a47db2de2f79a8de721c33252e57266ed45eb..44ada403d37eca2e4bb637d60ce6679d0acb156f 100644 (file)
@@ -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;
 };