]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettabular.h
updates to minipage inset
[lyx.git] / src / insets / insettabular.h
index 6a6ea894a100ac2cc9f7675e89825dc2a6d59823..58e77c0ec3df927c4213bc1d1f71d50374698cea 100644 (file)
@@ -135,7 +135,8 @@ public:
     ///
     void InsetKeyPress(XKeyEvent *);
     ///
-    UpdatableInset::RESULT LocalDispatch(BufferView *, int, string const &);
+    UpdatableInset::RESULT LocalDispatch(BufferView *, kb_action,
+                                        string const &);
     ///
     int Latex(Buffer const *, std::ostream &, bool, bool) const;
     ///
@@ -166,7 +167,7 @@ public:
     ///
     Buffer * BufferOwner() const { return const_cast<Buffer *>(buffer); }
     ///
-    LyXText * getLyXText(BufferView const *) const;
+    LyXText * getLyXText(BufferView const *, bool const recursive = false) const;
     ///
     void resizeLyXText(BufferView *) const;
     ///
@@ -178,8 +179,8 @@ public:
     // Public structures and variables
     ///
     LyXTabular * tabular;
-       ///
-       Signal0<void> hideDialog;
+    ///
+    Signal0<void> hideDialog;
 
 private:
     ///
@@ -272,8 +273,12 @@ private:
     ///
     mutable int actrow;
     ///
+    mutable int first_visible_cell;
+    ///
     bool no_selection;
     ///
+    bool no_draw;
+    ///
     mutable bool locked;
     ///
     mutable UpdateCodes need_update;