]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
implement getLabelList
[lyx.git] / src / frontends / Dialogs.h
index f90f652c63e2ec87159bcad0da5dd6f006ff72c8..a183a20657134dd8ca0131cd90866b0225c27536 100644 (file)
@@ -44,6 +44,7 @@ class InsetInclude;
 class InsetInfo;
 class InsetTabular;
 class InsetCommand;
+class InsetMinipage;
 
 /** 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
@@ -60,13 +61,13 @@ public:
        Dialogs(LyXView *);
        //@}
 
-       /** Redraw all visible popups because, for example, the GUI colours
+       /** Redraw all visible dialogs because, for example, the GUI colours
            have been re-mapped. */
        static SigC::Signal0<void> redrawGUI;
 
        /**@name Global Hide and Update Signals */
        //@{
-       /// Hide all visible popups
+       /// Hide all visible dialogs
        SigC::Signal0<void> hideAll;
        
        /// Hide any dialogs that require a buffer for them to operate
@@ -149,6 +150,10 @@ public:
        ///
        SigC::Signal0<void> showTabularCreate;
        ///
+       SigC::Signal1<void, InsetMinipage *> showMinipage;
+       ///
+       SigC::Signal1<void, InsetMinipage *> updateMinipage;
+       ///
        SigC::Signal1<void, InsetCommand *> showTOC;
        ///
        SigC::Signal1<void, string const &> createTOC;