]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Remove ; from end of function definitions
[lyx.git] / src / mathed / InsetMathGrid.h
index 96e525319bec807ad182f50c0d9d5f643c63214a..7ff533be998e4f978b16d500c3e9cb95c3a39434 100644 (file)
@@ -194,6 +194,8 @@ public:
        virtual char defaultColAlign(col_type) { return 'c'; }
        ///
        void setDefaults();
+       ///
+       virtual bool interpretString(Cursor & cur, docstring const & str);
 
        ///
        virtual int colsep() const;
@@ -242,6 +244,10 @@ protected:
        virtual docstring eocString(col_type col, col_type lastcol) const;
        /// splits cells and shifts right part to the next cell
        void splitCell(Cursor & cur);
+       /// Column aligmment for display of cell at (\p row, \p col).
+       /// Must not be written to file!
+       virtual char displayColAlign(col_type col, row_type) const { return colinfo_[col].align_; }
+
 
        /// row info.
        /// rowinfo_[nrows()] is a dummy row used only for hlines.