mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
781db21b32
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2660 a592a061-630c-0410-9148-cb99ea01b6c8 |
||
---|---|---|
.. | ||
.cvsignore | ||
array.C | ||
array.h | ||
BUGS | ||
ChangeLog | ||
formula.C | ||
formula.h | ||
formulabase.C | ||
formulabase.h | ||
formulamacro.C | ||
formulamacro.h | ||
Makefile.am | ||
math_arrayinset.C | ||
math_arrayinset.h | ||
math_binominset.C | ||
math_binominset.h | ||
math_charinset.C | ||
math_charinset.h | ||
math_cursor.C | ||
math_cursor.h | ||
math_decorationinset.C | ||
math_decorationinset.h | ||
math_defs.h | ||
math_deliminset.C | ||
math_deliminset.h | ||
math_diminset.C | ||
math_diminset.h | ||
math_dotsinset.C | ||
math_dotsinset.h | ||
math_factory.C | ||
math_factory.h | ||
math_fracbase.C | ||
math_fracbase.h | ||
math_fracinset.C | ||
math_fracinset.h | ||
math_funcinset.C | ||
math_funcinset.h | ||
math_funcliminset.C | ||
math_funcliminset.h | ||
math_gridinset.C | ||
math_gridinset.h | ||
math_hash.C | ||
math_inset.C | ||
math_inset.h | ||
math_kerninset.C | ||
math_kerninset.h | ||
math_macro.C | ||
math_macro.h | ||
math_macroarg.C | ||
math_macroarg.h | ||
math_macrotable.C | ||
math_macrotable.h | ||
math_macrotemplate.C | ||
math_macrotemplate.h | ||
math_matrixinset.C | ||
math_matrixinset.h | ||
math_nestinset.C | ||
math_nestinset.h | ||
math_notinset.C | ||
math_notinset.h | ||
math_parser.C | ||
math_parser.h | ||
math_rootinset.C | ||
math_rootinset.h | ||
math_scriptinset.C | ||
math_scriptinset.h | ||
math_sizeinset.C | ||
math_sizeinset.h | ||
math_spaceinset.C | ||
math_spaceinset.h | ||
math_specialcharinset.C | ||
math_specialcharinset.h | ||
math_sqrtinset.C | ||
math_sqrtinset.h | ||
math_stackrelinset.C | ||
math_stackrelinset.h | ||
math_symbolinset.C | ||
math_symbolinset.h | ||
README | ||
support.C | ||
support.h | ||
symbol_def.h | ||
texify | ||
xarray.C | ||
xarray.h |
Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]' Inset hierarchy: MathInset (abstract base) / | \ Dim Char MacroArg (thing that need (for things formerly the width_/ascent_ known as characters) /descent_ cache) / \ Nest Dots Func Space Symbol Bigop Noglyph (for thing with nested content) | \ Grid Decoration Delim Frac Macro Root Script Sqrt / \ Array "Matrix" (base for eqnarray/align/...) There are only two "real LyXInsets" in here: Formula - containing a pointer to a MathMatrixInset (a misnomer...) FormulaMacro - containing a pointer to a MathMacroTemplate