]> git.lyx.org Git - features.git/commitdiff
* Doxy
authorPavel Sanda <sanda@lyx.org>
Tue, 24 Jun 2008 23:07:38 +0000 (23:07 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 24 Jun 2008 23:07:38 +0000 (23:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25383 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp
src/frontends/qt4/GuiView.cpp

index e73b1d7d91dd1aa5de1092ec5c546be5d34c85af..810b2a1dd0d5abc73a718fc578cd09a2cb11a230 100644 (file)
@@ -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 <NAME> [<DATA>]
+ * \li Params: <NAME>: 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|<SPECIAL> \n
+               <SPECIAL>: latexlog|vclog \n
+               <DATA>: 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 },
 /*!
index 8e7513f63cf51a5d99c2a8c5f0202a1fbc112f6c..e1087141ed956165c4e7381f46dd10f8fab8dbe4 100644 (file)
@@ -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",