]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
NEW_INSETS changes, + some small things in insettabular.C
[lyx.git] / src / frontends / Dialogs.h
index 7a3f9319c9716d38f88892317ff50bd6494b632b..07bd1b480ca78acc8c4629991694898ef4693d39 100644 (file)
@@ -41,6 +41,7 @@ class InsetBibKey;
 class InsetCitation;
 class InsetBibtex;
 class InsetInfo;
+class InsetTabular;
 
 /** Container of all dialogs and signals a LyXView needs or uses to access them
     The list of dialog signals isn't comprehensive but should be a good guide
@@ -76,11 +77,13 @@ public:
        ///
        Signal0<void> showLogFile;
        ///
-       Signal0<void> showTable;
+       Signal1<void, InsetTabular *> showTabular;
        ///
-       Signal0<void> updateTable; // needed for InsetTabular-Update
+       Signal1<void, InsetTabular *> updateTabular;
        ///
-       Signal0<void> showTableNew;
+       Signal1<void, InsetTabular *> hideTabular;
+       ///
+       Signal0<void> showTabularCreate;
        ///
        Signal0<void> showCharacter;
        ///