]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
major GUII cleanup + Baruchs patch + Angus's patch + removed a couple of generated...
[lyx.git] / src / frontends / Dialogs.h
index 6d3ac5c90652cad761fa103bacb3ce4cf6976719..a01394b0be5c0c4c75913b1d1f6c61e3c636a8d6 100644 (file)
@@ -91,8 +91,6 @@ public:
        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;
        ///
@@ -104,6 +102,8 @@ public:
        ///
        Signal0<void> showPreferences;
        ///
+       Signal0<void> showLayoutDocument;
+       ///
        Signal1<void, InsetGraphics *> showGraphics;
        ///
        Signal1<void, InsetInclude *> showInclude;
@@ -118,6 +118,10 @@ public:
        ///
        Signal1<void, string const &> createCitation;
        ///
+       Signal1<void, InsetCommand *> showRef;
+       ///
+       Signal1<void, string const &> createRef;
+       ///
        Signal1<void, InsetCommand *> showTOC;
        ///
        Signal1<void, string const &> createTOC;