]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlTabular.h
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / ControlTabular.h
index 37b8c136cf1dfbafd266e9e1e676e6888a097097..76a059fc04c9f82cbab0c39e45cadcce4f670714 100644 (file)
@@ -42,6 +42,31 @@ public:
        /// set a parameter
        void set(LyXTabular::Feature, string const & arg = string());
 
+       /// borders
+       void toggleTopLine();
+       void toggleBottomLine();
+       void toggleLeftLine();
+       void toggleRightLine();
+
+       void setSpecial(string const & special);
+
+       void setWidth(string const & width);
+
+       void toggleMultiColumn();
+
+       void rotateTabular(bool yes);
+       void rotateCell(bool yes);
+
+       enum HALIGN { LEFT, RIGHT, CENTER, BLOCK };
+
+       void halign(HALIGN h);
+
+       enum VALIGN { TOP, VCENTER, BOTTOM };
+
+       void valign(VALIGN h);
+
+       void longTabular(bool yes);
+
 private:
        ///
        int active_cell_;