]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathUnderset.h
index fbc3e779deaf6f1553bb9bbecb8da628270fa44c..565f0d5cc4fc4ce20fc695b5bb89b6b278fe50f8 100644 (file)
@@ -22,12 +22,16 @@ namespace lyx {
 class InsetMathUnderset : public InsetMathFracBase {
 public:
        ///
-       InsetMathUnderset(Buffer * buf) : InsetMathFracBase(buf) {}
+       explicit InsetMathUnderset(Buffer * buf) : InsetMathFracBase(buf) {}
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
+       bool idxFirst(Cursor &) const;
+       ///
+       bool idxLast(Cursor &) const;
+       ///
        void write(WriteStream & ws) const;
        ///
        void normalize(NormalStream & ns) const;