]> 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 d3398df7b8ba0347b7d7d3c58b5d2c067bed0732..44ada403d37eca2e4bb637d60ce6679d0acb156f 100644 (file)
@@ -34,15 +34,8 @@ 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 &,
@@ -50,8 +43,6 @@ public:
        /// should paragraph indendation be omitted in any case?
        bool neverIndent(Buffer const &) const { return true; }
 private:
-       ///
-       bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
        ///
        virtual Inset * clone() const;
 };