mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Add comment for InsetLayout::lyxtype_.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24140 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
54c930ca2f
commit
60ef4c5bd9
@ -1075,6 +1075,7 @@ void LyXAction::init()
|
||||
is dissolved. For example "dissolve" entry in the charstyles
|
||||
sub-menu should only dissolve the charstyle inset, even if the
|
||||
cursor is inside several nested insets of different type.
|
||||
For values see #lyx::InsetLayout::lyxtype_ .
|
||||
* \li Author: JSpitz, 7 Aug 2006
|
||||
* \endvar
|
||||
*/
|
||||
|
@ -78,7 +78,11 @@ public:
|
||||
private:
|
||||
///
|
||||
docstring name_;
|
||||
///
|
||||
/**
|
||||
* This is only used (at present) to decide where to put them on the menus.
|
||||
* Values are 'charstyle', 'custom' (things that by default look like a
|
||||
* footnote), 'element' (docbook), 'standard'.
|
||||
*/
|
||||
std::string lyxtype_;
|
||||
///
|
||||
docstring labelstring_;
|
||||
|
Loading…
Reference in New Issue
Block a user