]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / Dialogs.h
index b8efb4d323c99501a07bf5bc2f05798ccf1571e9..94fc47990484b6e287502e271e8fef1a85f432b8 100644 (file)
@@ -60,6 +60,10 @@ public:
        ~Dialogs();
        //@}
        
+       /** Redraw all visible popups because, for example, the GUI colours
+           have been re-mapped. */
+       static Signal0<void> redrawGUI;
+
        /**@name Global Hide and Update Signals */
        //@{
        /// Hide all visible popups
@@ -80,10 +84,10 @@ public:
        //@{
        /// Do we really have to push this?
        Signal1<void, vector<string> const &> SetDocumentClassChoice;
-       ///
-       Signal1<void, InsetBibKey *> showBibkey;
-       ///
-       Signal1<void, InsetBibtex *> showBibtex;
+       /// show the key and label of a bibliography entry
+       Signal1<void, InsetCommand *> showBibitem;
+       /// show the bibtex dialog
+       Signal1<void, InsetCommand *> showBibtex;
        ///
        Signal0<void> showCharacter;
        ///
@@ -98,8 +102,10 @@ public:
        Signal1<void, InsetError *> showError;
        ///
        Signal1<void, InsetGraphics *> showGraphics;
-       ///
-       Signal1<void, InsetInclude *> showInclude;
+       /// show the details of a LyX file include inset
+       Signal1<void, InsetCommand *> showInclude;
+       /// create a LyX file include inset
+       Signal1<void, string const &> createInclude;
        ///
        Signal1<void, InsetCommand *> showIndex;
        ///
@@ -110,7 +116,9 @@ public:
        Signal0<void> showLayoutDocument;
        ///
        Signal0<void> showLayoutParagraph;
-       ///
+       /// show the version control log
+       Signal0<void> showVCLogFile;
+       /// show the LaTeX log or build file
        Signal0<void> showLogFile;
        ///
        Signal0<void> showPreamble;
@@ -122,6 +130,10 @@ public:
        Signal1<void, InsetCommand *> showRef;
        ///
        Signal1<void, string const &> createRef;
+       /// pop up the splash
+       Signal0<void> showSplash;
+       /// hide the splash immediately
+       Signal0<void> hideSplash;
        ///
        Signal1<void, InsetTabular *> showTabular;
        ///
@@ -145,11 +157,3 @@ private:
 };
 
 #endif
-
-
-
-
-
-
-
-