X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_nestinset.h;h=64caa87a8e1124ceae9228e63923affec1c66bbd;hb=c649284611c4198c9d70be8a16d153cdf1ec0700;hp=52e2c227b36c1d4530ab7aa5f10690b5667fc59a;hpb=cfa14465318b4070da7a4f5825205ff67e229c56;p=lyx.git diff --git a/src/mathed/math_nestinset.h b/src/mathed/math_nestinset.h index 52e2c227b3..64caa87a8e 100644 --- a/src/mathed/math_nestinset.h +++ b/src/mathed/math_nestinset.h @@ -24,6 +24,8 @@ public: void metrics(MathMetricsInfo const & mi) const; /// draw background if locked void draw(MathPainterInfo & pi, int x, int y) const; + /// draw angular markers + void drawMarkers(MathPainterInfo & pi, int x, int y) const; /// appends itself with macro arguments substituted void substitute(MathMacro const & macro); /// identifies NestInsets @@ -76,6 +78,8 @@ public: void replace(ReplaceData &); /// do we contain a given pattern? bool contains(MathArray const &); + /// glue everything to a single cell + MathArray glue() const; /// debug helper void dump() const;