]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_casesinset.h
index ca1ce4b43196b0db8381a82d06644cd5ee290c27..9628d8a3e404c98c334ec3f49fb3301252d9ff39 100644 (file)
 
 
 class MathCasesInset : public MathGridInset {
-public: 
+public:
        ///
        explicit MathCasesInset(row_type rows = 1u);
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
        ///
-       void draw(Painter & pain, int x, int y) const;
+       void draw(MathPainterInfo & pain, int x, int y) const;
 
+       ///
+       void infoize(std::ostream & os) const;
        ///
        void normalize(NormalStream &) const;
        ///