]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_nestinset.h
several smallish changes/bugfixes/left overs from Porto
[lyx.git] / src / mathed / math_nestinset.h
index 52e2c227b36c1d4530ab7aa5f10690b5667fc59a..64caa87a8e1124ceae9228e63923affec1c66bbd 100644 (file)
@@ -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;