]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabular.h
fix completion painting for RTL (inline completion and completion list)
[lyx.git] / src / frontends / qt4 / GuiTabular.h
index b33e84933f86af7b00fcd5543df2c31c7165cbf1..9a5c8e758fd658438a7151c27a9557c5f4f315cf 100644 (file)
@@ -67,6 +67,7 @@ private Q_SLOTS:
        void ltLastFooterBorderAbove_clicked();
        void ltLastFooterBorderBelow_clicked();
        void ltLastFooterEmpty_clicked();
+       void on_captionStatusCB_toggled();
 
 private:
        ///
@@ -86,7 +87,7 @@ private:
        ///
        bool isBufferDependent() const { return true; }
        ///
-       kb_action getLfun() const { return LFUN_TABULAR_FEATURE; }
+       FuncCode getLfun() const { return LFUN_TABULAR_FEATURE; }
 
        ///
        Tabular::idx_type getActiveCell() const;
@@ -95,12 +96,6 @@ private:
        /// set a parameter
        void set(Tabular::Feature, std::string const & arg = std::string());
 
-       /// borders
-       void toggleTopLine();
-       void toggleBottomLine();
-       void toggleLeftLine();
-       void toggleRightLine();
-
        void setSpecial(std::string const & special);
 
        void setWidth(std::string const & width);