André Pönitz a3f60ae91e forward search in math insets. ugly. seems to work. don't ask why.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3279 a592a061-630c-0410-9148-cb99ea01b6c8
2002-01-03 09:41:26 +00:00
..
2001-12-11 17:47:27 +00:00
2001-12-18 12:21:33 +00:00
2001-12-18 12:21:33 +00:00
2001-11-16 09:55:37 +00:00
2001-12-18 12:21:33 +00:00
2001-11-09 10:44:24 +00:00
2001-11-09 10:44:24 +00:00
2001-12-12 14:05:38 +00:00
2001-12-12 14:05:38 +00:00
2001-12-18 12:21:33 +00:00
2001-12-18 12:21:33 +00:00
2001-11-09 14:23:44 +00:00
2001-11-09 14:23:44 +00:00
2001-12-18 12:21:33 +00:00
2001-11-12 18:00:20 +00:00
2001-11-16 11:24:55 +00:00
2001-12-12 14:05:38 +00:00
2001-12-12 14:05:38 +00:00
2001-12-10 14:35:54 +00:00
2001-12-18 15:29:23 +00:00
2001-12-05 17:50:18 +00:00
2001-08-28 13:34:04 +00:00

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    Hull
         (base for eqnarray/align/...)



There are only two "real LyXInsets" in here:

Formula       - containing a pointer to a  MathHullInset 
FormulaMacro  - containing a pointer to a  MathMacroTemplate