]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.h
make naming a bit saner...
[lyx.git] / src / mathed / math_casesinset.h
index ca1ce4b43196b0db8381a82d06644cd5ee290c27..ebd27bf31b8162180a92fe532647bed0160e3e0f 100644 (file)
@@ -4,26 +4,25 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 
 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;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
        void write(WriteStream & os) const;
 };