]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/README
Get rid of lyxstring, remove usage of STRCONV.
[lyx.git] / src / mathed / README
index 8f6b5afe6da2fa9185966d5142b6052ee77fc160..d2ad10a30996b0a4fbf4e7eae70abfaa10a72e08 100644 (file)
@@ -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) 
+         (thing that need       (for things formerly
+          the width_/ascent_     known as characters)
           /descent_ cache)
-        
+
           /             \
 
-       Nest              Dots  Func  Space  Symbol
-  (for thing with      
-   nested content)     
+       Nest              Dots  Func  Space  Symbol Bigop Noglyph
+  (for thing with
+   nested content)
 
         |         \
 
@@ -26,12 +26,12 @@ 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...)
+Formula       - containing a pointer to a  MathHullInset
 FormulaMacro  - containing a pointer to a  MathMacroTemplate