X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FREADME;h=788181b361ba7a30baab883c816c6ffe6def1d91;hb=c1173eb11c5f218cd459924eb44276445c499069;hp=caf9498e1ec8e5919301fe3a2d41e74fd233b017;hpb=d6f2a2313ab2e58a0c9dcf5de88e8ad89732560e;p=lyx.git diff --git a/src/mathed/README b/src/mathed/README index caf9498e1e..788181b361 100644 --- a/src/mathed/README +++ b/src/mathed/README @@ -3,22 +3,22 @@ Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]' Inset hierarchy: - - MathInset + + MathInset (abstract base) - / | \ + / | \ - Dim Char MacroArg - (thing that need (for things formerly - the width_/ascent_ known as characters) + Dim Char Symbol, Space, ... + (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) + Nest Dots, Func, ... + (for thing with + nested content) | \ @@ -26,12 +26,6 @@ Inset hierarchy: / \ - Array "Matrix" + Array Hull (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