From 07af8fecb531007abdc1e6462e46934b86965ebf Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 24 Jun 2008 23:07:38 +0000 Subject: [PATCH] * Doxy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25383 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 16 ++++++++++++++++ src/frontends/qt4/GuiView.cpp | 2 ++ 2 files changed, 18 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index e73b1d7d91..810b2a1dd0 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2146,6 +2146,22 @@ void LyXAction::init() * \endvar */ { LFUN_CLOSE_TAB_GROUP, "close-tab-group", ReadOnly, Buffer }, +/*! + * \var lyx::FuncCode lyx::LFUN_DIALOG_SHOW + * \li Action: Show dialog for a given function/inset settings etc. + * \li Syntax: dialog-show [] + * \li Params: : aboutlyx|bibitem|bibtex|box|branch|changes|character|citation| + document|errorlist|ert|external|file|findreplace|float|graphics| + include|index|info|nomenclature|label|log|mathdelimiter|mathmatrix| + note|paragraph|prefs|print|ref|sendto|space|spellchecker|symbols| + tabular|tabularcreate|thesaurus|texinfo|toc|href|view-source|vspace| + wrap|listings| \n + : latexlog|vclog \n + : data, usually settings for the given dialog. Use debug mode for the + details. + * \li Origin: leeming, 17 Jun 2003 + * \endvar + */ { LFUN_DIALOG_SHOW, "dialog-show", NoBuffer, Edit }, { LFUN_DIALOG_SHOW_NEW_INSET, "dialog-show-new-inset", Noop, Edit }, /*! diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 8e7513f63c..e1087141ed 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -2107,6 +2107,8 @@ namespace { // This list should be kept in sync with the list of insets in // src/insets/Inset.cpp. I.e., if a dialog goes with an inset, the // dialog should have the same name as the inset. +// Changes should be also recorded in LFUN_DIALOG_SHOW doxygen +// docs in LyXAction.cpp. char const * const dialognames[] = { "aboutlyx", "bibitem", "bibtex", "box", "branch", "changes", "character", -- 2.39.2