]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabular.h
If we are in a closeEvent, we don't want to close all buffers, because these may...
[lyx.git] / src / frontends / qt4 / GuiTabular.h
index f6e1e21618f5b828fd3b7b7a5f596aac1b78b049..158a0ad6f1434842904c5f32203a4fde510f7773 100644 (file)
@@ -49,6 +49,7 @@ private Q_SLOTS:
        void rotateCell();
        void hAlign_changed(int align);
        void vAlign_changed(int align);
+       void tableAlignment_changed(int align);
        void specialAlignment_changed();
        void width_changed();
        void longTabular();
@@ -67,6 +68,7 @@ private Q_SLOTS:
        void ltLastFooterBorderAbove_clicked();
        void ltLastFooterBorderBelow_clicked();
        void ltLastFooterEmpty_clicked();
+       void ltAlignment_clicked();
        void on_captionStatusCB_toggled();
 
 private:
@@ -91,8 +93,6 @@ private:
 
        ///
        Tabular::idx_type getActiveCell() const;
-       /// return true if units should default to metric
-       bool useMetricUnits() const;
        /// set a parameter
        void set(Tabular::Feature, std::string const & arg = std::string());
 
@@ -117,6 +117,8 @@ private:
 
        void longTabular(bool yes);
 
+       bool funcEnabled(Tabular::Feature f) const;
+
        ///
        Tabular::idx_type active_cell_;
        ///