]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
Add an updateParagraph signal, take the opportunity to make a couple of
[lyx.git] / src / frontends / Dialogs.h
index 97cd57e610b42c171340c400fc7f15e805ff17b6..1e807ba45eeb0b3191bcc9887edb5aca9a193c41 100644 (file)
@@ -44,6 +44,7 @@ class InsetInfo;
 class InsetTabular;
 class InsetCommand;
 class InsetMinipage;
+class LyXParagraph;
 
 /** 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
@@ -90,6 +91,8 @@ public:
        SigC::Signal1<void, InsetCommand *> showBibtex;
        ///
        SigC::Signal0<void> showCharacter;
+       /// connected to the character dialog also
+       SigC::Signal0<void> setUserFreeFont;
        ///
        SigC::Signal1<void, InsetCommand *> showCitation;
        ///
@@ -99,6 +102,8 @@ public:
        ///
        SigC::Signal0<void> showCredits;
        ///
+       SigC::Signal0<void> showDocument;
+       ///
        SigC::Signal1<void, InsetError *> showError;
        /// show the external inset dialog
        SigC::Signal1<void, InsetExternal *> showExternal; 
@@ -112,21 +117,19 @@ public:
        SigC::Signal1<void, string const &> createIndex;
        ///
        SigC::Signal1<void, InsetInfo *> showInfo;
-       ///
-       SigC::Signal0<void> showLayoutDocument;
-       ///
-       SigC::Signal0<void> showLayoutParagraph;
-       ///
-       SigC::Signal0<void> showLayoutCharacter;
-       ///
-       SigC::Signal0<void> setUserFreeFont;
-       /// show the version control log
-       SigC::Signal0<void> showVCLogFile;
        /// show the LaTeX log or build file
        SigC::Signal0<void> showLogFile;
        /// display the top-level maths panel
        SigC::Signal0<void> showMathPanel;
        ///
+       SigC::Signal1<void, InsetMinipage *> showMinipage;
+       ///
+       SigC::Signal1<void, InsetMinipage *> updateMinipage;
+       ///
+       SigC::Signal0<void> showParagraph;
+       ///
+       SigC::Signal0<void> updateParagraph;
+       ///
        SigC::Signal0<void> showPreamble;
        ///
        SigC::Signal0<void> showPreferences;
@@ -149,10 +152,6 @@ 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;
@@ -160,8 +159,8 @@ public:
        SigC::Signal1<void, InsetCommand *> showUrl;
        ///
        SigC::Signal1<void, string const &> createUrl;
-       ///
-       SigC::Signal0<void> updateCharacter;  // allow update as cursor moves
+       /// show the version control log
+       SigC::Signal0<void> showVCLogFile;
        //@}
 private:
        /// Add a dialog to the vector of dialogs.