]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
Fix xforms menus display problems
[lyx.git] / src / frontends / Dialogs.h
index 60e60b10fc5c20f4d1b8a3fff9173def71906412..03b988b8a716c12f0bbfaa0b7f1ee05b76d83c4b 100644 (file)
@@ -29,14 +29,14 @@ class DialogBase;
 // Maybe this should be a UIFunc modelled on LyXFunc
 class LyXView;
 
+class InsetGraphics;
 class InsetBibKey;
 class InsetBibtex;
-class InsetCitation;
+class InsetError;
 class InsetInclude;
-class InsetIndex;
 class InsetInfo;
 class InsetTabular;
-class InsetUrl;
+class InsetCommand;
 
 using std::vector;
 
@@ -72,56 +72,71 @@ 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;
+       /// Do we really have to push this?
+       Signal1<void, vector<string> const &> SetDocumentClassChoice;
        ///
-       Signal0<void> showLogFile;
+       Signal1<void, InsetBibKey *> showBibkey;
        ///
-       Signal1<void, InsetTabular *> showTabular;
+       Signal1<void, InsetBibtex *> showBibtex;
        ///
-       Signal1<void, InsetTabular *> updateTabular;
+       Signal0<void> showCharacter;
        ///
-       Signal1<void, InsetTabular *> hideTabular;
+       Signal1<void, InsetCommand *> showCitation;
        ///
-       Signal0<void> showTabularCreate;
+       Signal1<void, string const &> createCitation;
        ///
-       Signal0<void> showCharacter;
+       Signal0<void> showCopyright;
        ///
-       Signal0<void> updateCharacter;  // allow update as cursor moves
+       Signal0<void> showCredits;
        ///
-       Signal0<void> showParagraph;
+       Signal1<void, InsetError *> showError;
        ///
-       Signal0<void> showDocument;
-       /// Do we really have to push this?
-       Signal1<void, vector<string> const &> SetDocumentClassChoice;
+       Signal1<void, InsetGraphics *> showGraphics;
        ///
-       Signal0<void> showPrint;
+       Signal1<void, InsetInclude *> showInclude;
        ///
-       Signal0<void> showCopyright;
+       Signal1<void, InsetCommand *> showIndex;
        ///
-       Signal0<void> showCredits;
+       Signal1<void, string const &> createIndex;
+       ///
+       Signal1<void, InsetInfo *> showInfo;
+       ///
+       Signal0<void> showLayoutDocument;
+       ///
+       Signal0<void> showLayoutParagraph;
+       ///
+       Signal0<void> showLogFile;
+       ///
+       Signal0<void> showPreamble;
        ///
        Signal0<void> showPreferences;
        ///
-       Signal1<void, InsetInclude *> showInclude;
+       Signal0<void> showPrint;
        ///
-       Signal1<void, InsetIndex *> showIndex;
+       Signal1<void, InsetCommand *> showRef;
        ///
-       Signal1<void, InsetBibKey *> showBibkey;
+       Signal1<void, string const &> createRef;
        ///
-       Signal1<void, InsetCitation *> showCitation;
+       Signal1<void, InsetTabular *> showTabular;
        ///
-       Signal1<void, string const &> createCitation;
+       Signal1<void, InsetTabular *> updateTabular;
        ///
-       Signal1<void, InsetUrl *> showUrl;
+       Signal1<void, InsetTabular *> hideTabular;
        ///
-       Signal1<void, string const &> createUrl;
+       Signal0<void> showTabularCreate;
        ///
-       Signal1<void, InsetBibtex *> showBibtex;
+       Signal1<void, InsetCommand *> showTOC;
        ///
-       Signal1<void, InsetInfo *> showInfo;
+       Signal1<void, string const &> createTOC;
+       ///
+       Signal1<void, InsetCommand *> showUrl;
+       ///
+       Signal1<void, string const &> createUrl;
+       ///
+       Signal0<void> updateCharacter;  // allow update as cursor moves
        //@}
 private:
        ///