]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
Dekel's lyxrc.example; Angus's FormDocument; John's build-listerrors; POTFILES.in...
[lyx.git] / src / frontends / Dialogs.h
index 6d3ac5c90652cad761fa103bacb3ce4cf6976719..296e552e10f7d52dd8ee2fe5e0d8ad2ab59a8b2c 100644 (file)
@@ -22,7 +22,7 @@
 #include <sigc++/signal_system.h>
 
 #include "LString.h"
-#include "support/utility.hpp"
+#include <boost/utility.hpp>
 
 class DialogBase;
 
@@ -32,6 +32,7 @@ class LyXView;
 class InsetGraphics;
 class InsetBibKey;
 class InsetBibtex;
+class InsetError;
 class InsetInclude;
 class InsetInfo;
 class InsetTabular;
@@ -71,38 +72,27 @@ public:
        Signal0<void> updateBufferDependent;
        //@}
 
-       /**@name Dialog Access Signals */
+       /**@name Dialog Access Signals.
+          Put into some sort of alphabetical order */
        //@{
-       /// Opens the Preamble Dialog.
-       Signal0<void> showPreamble;
-       ///
-       Signal0<void> showLogFile;
-       ///
-       Signal1<void, InsetTabular *> showTabular;
-       ///
-       Signal1<void, InsetTabular *> updateTabular;
+       /// Do we really have to push this?
+       Signal1<void, vector<string> const &> SetDocumentClassChoice;
        ///
-       Signal1<void, InsetTabular *> hideTabular;
+       Signal1<void, InsetBibKey *> showBibkey;
        ///
-       Signal0<void> showTabularCreate;
+       Signal1<void, InsetBibtex *> showBibtex;
        ///
        Signal0<void> showCharacter;
        ///
-       Signal0<void> updateCharacter;  // allow update as cursor moves
-       ///
-       Signal0<void> showParagraph;
-       ///
-       Signal0<void> showDocument;
-       /// Do we really have to push this?
-       Signal1<void, vector<string> const &> SetDocumentClassChoice;
+       Signal1<void, InsetCommand *> showCitation;
        ///
-       Signal0<void> showPrint;
+       Signal1<void, string const &> createCitation;
        ///
        Signal0<void> showCopyright;
        ///
        Signal0<void> showCredits;
        ///
-       Signal0<void> showPreferences;
+       Signal1<void, InsetError *> showError;
        ///
        Signal1<void, InsetGraphics *> showGraphics;
        ///
@@ -112,11 +102,31 @@ public:
        ///
        Signal1<void, string const &> createIndex;
        ///
-       Signal1<void, InsetBibKey *> showBibkey;
+       Signal1<void, InsetInfo *> showInfo;
        ///
-       Signal1<void, InsetCommand *> showCitation;
+       Signal0<void> showLayoutDocument;
        ///
-       Signal1<void, string const &> createCitation;
+       Signal0<void> showLayoutParagraph;
+       ///
+       Signal0<void> showLogFile;
+       ///
+       Signal0<void> showPreamble;
+       ///
+       Signal0<void> showPreferences;
+       ///
+       Signal0<void> showPrint;
+       ///
+       Signal1<void, InsetCommand *> showRef;
+       ///
+       Signal1<void, string const &> createRef;
+       ///
+       Signal1<void, InsetTabular *> showTabular;
+       ///
+       Signal1<void, InsetTabular *> updateTabular;
+       ///
+       Signal1<void, InsetTabular *> hideTabular;
+       ///
+       Signal0<void> showTabularCreate;
        ///
        Signal1<void, InsetCommand *> showTOC;
        ///
@@ -126,9 +136,7 @@ public:
        ///
        Signal1<void, string const &> createUrl;
        ///
-       Signal1<void, InsetBibtex *> showBibtex;
-       ///
-       Signal1<void, InsetInfo *> showInfo;
+       Signal0<void> updateCharacter;  // allow update as cursor moves
        //@}
 private:
        ///