]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathData.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / MathData.h
index fa6e80d31b429acbb22375a2e6d2a97fc627e178..34749802fedabfc6af1029c8515aeede9be04185 100644 (file)
@@ -140,8 +140,10 @@ public:
        void metricsT(TextMetricsInfo const & mi, Dimension & dim) const;
        /// redraw cell using cache metrics information
        void drawT(TextPainter & pi, int x, int y) const;
-       /// approximate the math class of the data
+       /// approximate mathclass of the data
        MathClass mathClass() const;
+       /// math class of last interesting element
+       MathClass lastMathClass() const;
 
        /// access to cached x coordinate of last drawing
        int xo(BufferView const & bv) const;