]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
some fixes to prev patch
[lyx.git] / src / frontends / Dialogs.h
index 60e60b10fc5c20f4d1b8a3fff9173def71906412..df2715107f5b7bae593e86bfc51850db08347e98 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 InsetInclude;
 class InsetIndex;
 class InsetInfo;
 class InsetTabular;
-class InsetUrl;
+class InsetCommand;
 
 using std::vector;
 
@@ -105,17 +105,23 @@ public:
        ///
        Signal0<void> showPreferences;
        ///
+       Signal1<void, InsetGraphics *> showGraphics;
+       ///
        Signal1<void, InsetInclude *> showInclude;
        ///
        Signal1<void, InsetIndex *> showIndex;
        ///
        Signal1<void, InsetBibKey *> showBibkey;
        ///
-       Signal1<void, InsetCitation *> showCitation;
+       Signal1<void, InsetCommand *> showCitation;
        ///
        Signal1<void, string const &> createCitation;
        ///
-       Signal1<void, InsetUrl *> showUrl;
+       Signal1<void, InsetCommand *> showTOC;
+       ///
+       Signal1<void, string const &> createTOC;
+       ///
+       Signal1<void, InsetCommand *> showUrl;
        ///
        Signal1<void, string const &> createUrl;
        ///