]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabular.h
Proper logos with RTL
[lyx.git] / src / frontends / qt4 / GuiTabular.h
index c19e066ddb3be9fea0be77f76f6f0630bae05f42..2cba4810aa461073acc2fd8e5d200e70a9925b57 100644 (file)
@@ -42,6 +42,7 @@ private:
        //@{
        InsetCode insetCode() const { return TABULAR_CODE; }
        FuncCode creationCode() const { return LFUN_TABULAR_INSERT; }
+       QString dialogTitle() const { return qt_("Tabular Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        bool checkWidgets(bool readonly) const;
@@ -60,6 +61,9 @@ private:
        ///
        bool funcEnabled(Tabular::Feature f) const;
        ///
+       GuiSetBorder::BorderState borderState(GuiSetBorder::BorderState bs,
+                                             bool const line);
+       ///
        bool firstheader_suppressable_;
        ///
        bool lastfooter_suppressable_;