]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
de.po
[lyx.git] / src / mathed / InsetMathRoot.h
index 18bacbbf18888bc825da8c080217ea50c9d50733..088be24c050be975dff041a3946d36fc3c124733 100644 (file)
@@ -26,6 +26,15 @@ public:
        InsetMathRoot(Buffer * buf);
        ///
        bool idxUpDown(Cursor & cur, bool up) const;
+       ///
+       bool idxForward(Cursor & cur) const;
+       ///
+       bool idxBackward(Cursor & cur) const;
+       ///
+       bool idxFirst(Cursor &) const;
+       ///
+       bool idxLast(Cursor &) const;
+
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -54,6 +63,11 @@ private:
        virtual Inset * clone() const;
 };
 
+void mathed_root_metrics(MetricsInfo & mi, MathData const & nucleus,
+                         MathData const * root, Dimension & dim);
+
+void mathed_draw_root(PainterInfo & pi, int x, int y, MathData const & nucleus,
+                      MathData const * root, Dimension const & dim);
 
 
 } // namespace lyx