]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabular.h
Fix reloading of local layout file (bug #11120)
[lyx.git] / src / frontends / qt4 / GuiTabular.h
index a354a4a220c47994bcff1dc6fdc65f2f63d572b9..2cba4810aa461073acc2fd8e5d200e70a9925b57 100644 (file)
@@ -42,11 +42,14 @@ 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;
        //@}
 
+       ///
+       void enableWidgets() const;
        ///
        void setHAlign(std::string & param_str) const;
        ///
@@ -58,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_;