]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_nestinset.h
remove unneeded member
[lyx.git] / src / mathed / math_nestinset.h
index 5d49d39d2acf9236b985b36e14ba962e35c64f03..dfe7c3f0e37d2ed002067002e97dca94ea9b88e5 100644 (file)
@@ -22,8 +22,16 @@ public:
 
        /// the size is usuall some sort of convex hull of the cells
        void metrics(MathMetricsInfo const & mi) const;
+       /// add space for markers
+       void metricsMarkers() const;
+       /// add space for markers
+       void metricsMarkers2() const;
        /// draw background if locked
        void draw(MathPainterInfo & pi, int x, int y) const;
+       /// draw two angular markers
+       void drawMarkers(MathPainterInfo & pi, int x, int y) const;
+       /// draw four angular markers
+       void drawMarkers2(MathPainterInfo & pi, int x, int y) const;
        /// appends itself with macro arguments substituted
        void substitute(MathMacro const & macro);
        /// identifies NestInsets
@@ -55,6 +63,8 @@ public:
        bool lock() const;
        /// access to the lock
        void lock(bool);
+       /// get notification when the cursor leaves this inset
+       void notifyCursorLeaves();
 
        /// direct access to the cell
        MathArray & cell(idx_type);