]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabularCreate.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiTabularCreate.h
index 63c04ea010b7f50e4df6cf0ad6a1b5bc411052e2..0c3a9511497f1513a2efc645f363ac8d9a4dabf0 100644 (file)
@@ -31,6 +31,7 @@ public:
 private Q_SLOTS:
        void columnsChanged(int);
        void rowsChanged(int);
+       void on_styleCO_activated(int);
 
 private:
        /// Apply changes
@@ -44,16 +45,20 @@ private:
        ///
        bool isBufferDependent() const { return true; }
        ///
-       kb_action getLfun() const { return LFUN_TABULAR_INSERT; }
+       FuncCode getLfun() const;
 
        ///
        typedef std::pair<size_t, size_t> rowsCols;
        ///
        rowsCols & params() { return params_; }
+       ///
+       void getFiles();
 
 private:
        /// rows, cols params
        rowsCols params_;
+       ///
+       QString style_;
 };
 
 } // namespace frontend