From e6e83a62727ca41402973092c8b2138ce1cff035 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 26 Jun 2008 21:42:39 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25392 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index f21054dd3a..1e88906c3d 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2163,6 +2163,15 @@ void LyXAction::init() * \endvar */ { LFUN_DIALOG_SHOW, "dialog-show", NoBuffer, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_DIALOG_SHOW_NEW_INSET + * \li Action: Shows hidden dialog or create new one for a given inset settings etc. + * \li Notion: Internally uses #LFUN_DIALOG_SHOW with processed data for a given inset. + * \li Syntax: dialog-show-new-inset [] + * \li Params: See #LFUN_DIALOG_SHOW . + * \li Origin: leeming, 25 Feb 2003 + * \endvar + */ { LFUN_DIALOG_SHOW_NEW_INSET, "dialog-show-new-inset", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_DIALOG_UPDATE @@ -2193,6 +2202,14 @@ void LyXAction::init() * \endvar */ { LFUN_DIALOG_TOGGLE, "dialog-toggle", NoBuffer, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_DIALOG_DISCONNECT_INSET + * \li Action: Closes opened connection to opened inset. + * \li Notion: Connection is used for apply functions. + * \li Syntax: dialog-disconnect-inset + * \li Origin: leeming, 25 Feb 2003 + * \endvar + */ { LFUN_DIALOG_DISCONNECT_INSET, "dialog-disconnect-inset", Noop, Edit }, { LFUN_MOUSE_PRESS, "", ReadOnly, Hidden }, -- 2.39.2