lyx_mirror/src/mathed
Michael Schmitt 0703d88b00 * src/mathed/InsetMath.h: "implement" plaintext() which will become
a virtual method soon in InsetBase


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17216 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-16 09:08:38 +00:00
..
BUGS
ChangeLog
InsetFormulaMacro.C
InsetFormulaMacro.h
InsetMath.C
InsetMath.h * src/mathed/InsetMath.h: "implement" plaintext() which will become 2007-02-16 09:08:38 +00:00
InsetMathAMSArray.C
InsetMathAMSArray.h
InsetMathArray.C
InsetMathArray.h
InsetMathBig.C
InsetMathBig.h
InsetMathBinom.C
InsetMathBinom.h Prepare for independent decoration drawing. 2007-01-20 00:55:24 +00:00
InsetMathBoldSymbol.C
InsetMathBoldSymbol.h
InsetMathBox.C
InsetMathBox.h
InsetMathBoxed.C
InsetMathBoxed.h
InsetMathBrace.C
InsetMathBrace.h
InsetMathCases.C
InsetMathCases.h
InsetMathChar.C
InsetMathChar.h
InsetMathColor.C
InsetMathColor.h
InsetMathCommand.C
InsetMathCommand.h
InsetMathComment.C
InsetMathComment.h
InsetMathDecoration.C
InsetMathDecoration.h
InsetMathDelim.C
InsetMathDelim.h
InsetMathDFrac.C
InsetMathDFrac.h
InsetMathDiff.C
InsetMathDiff.h
InsetMathDim.C
InsetMathDim.h
InsetMathDots.C
InsetMathDots.h
InsetMathEnv.C
InsetMathEnv.h
InsetMathExFunc.C
InsetMathExFunc.h
InsetMathExInt.C
InsetMathExInt.h
InsetMathFBox.C
InsetMathFBox.h
InsetMathFont.C
InsetMathFont.h
InsetMathFontOld.C
InsetMathFontOld.h
InsetMathFrac.C
InsetMathFrac.h
InsetMathFracBase.C
InsetMathFracBase.h
InsetMathFrameBox.C
InsetMathFrameBox.h
InsetMathGrid.C Persistent-selection (and fix bug 3162) 2007-02-02 03:10:15 +00:00
InsetMathGrid.h Prepare for independent decoration drawing. 2007-01-20 00:55:24 +00:00
InsetMathHull.C Persistent-selection (and fix bug 3162) 2007-02-02 03:10:15 +00:00
InsetMathHull.h * insets/insetbase.h (textString): Simplify the signature 2007-01-19 16:23:13 +00:00
InsetMathKern.C
InsetMathKern.h
InsetMathLefteqn.C
InsetMathLefteqn.h
InsetMathLim.C
InsetMathLim.h
InsetMathMacro.C
InsetMathMacro.h Prepare for independent decoration drawing. 2007-01-20 00:55:24 +00:00
InsetMathMakebox.C
InsetMathMakebox.h
InsetMathMatrix.C
InsetMathMatrix.h
InsetMathMBox.C
InsetMathMBox.h
InsetMathNest.C A better fix for bug 3194 (see rev. 17027). 2007-02-02 20:23:56 +00:00
InsetMathNest.h Prepare for independent decoration drawing. 2007-01-20 00:55:24 +00:00
InsetMathNumber.C
InsetMathNumber.h
InsetMathOverset.C
InsetMathOverset.h
InsetMathPar.C
InsetMathPar.h
InsetMathPhantom.C
InsetMathPhantom.h
InsetMathRef.C rename label for prettyref inset to fix bug 1134 2007-02-12 02:15:04 +00:00
InsetMathRef.h
InsetMathRoot.C
InsetMathRoot.h
InsetMathScript.C
InsetMathScript.h
InsetMathSize.C
InsetMathSize.h
InsetMathSpace.C
InsetMathSpace.h
InsetMathSplit.C
InsetMathSplit.h
InsetMathSqrt.C
InsetMathSqrt.h
InsetMathStackrel.C
InsetMathStackrel.h
InsetMathString.C
InsetMathString.h
InsetMathSubstack.C
InsetMathSubstack.h
InsetMathSymbol.C
InsetMathSymbol.h
InsetMathTabular.C
InsetMathTabular.h
InsetMathTFrac.C
InsetMathTFrac.h
InsetMathUnderset.C
InsetMathUnderset.h
InsetMathUnknown.C
InsetMathUnknown.h
InsetMathXArrow.C
InsetMathXArrow.h
InsetMathXYArrow.C
InsetMathXYArrow.h
InsetMathXYMatrix.C
InsetMathXYMatrix.h
Makefile.am
MathAtom.C
MathAtom.h
MathAutoCorrect.C
MathAutoCorrect.h
MathData.C
MathData.h
MathExtern.C Pass input data to a CAS program through a file instead of piping it to stdin 2007-01-16 18:10:10 +00:00
MathExtern.h
MathFactory.C
MathFactory.h
MathGridInfo.h
MathMacroArgument.C
MathMacroArgument.h
MathMacroTable.C
MathMacroTable.h
MathMacroTemplate.C
MathMacroTemplate.h
MathParser.C Avoid recursive loop and let it crash "normally" (bug 3189). 2007-01-31 17:59:48 +00:00
MathParser.h
MathReplace.h
MathStream.C
MathStream.h
MathSupport.C
MathSupport.h
pch.h
README
texify
TextPainter.C
TextPainter.h

Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]'


Inset hierarchy:

                                   MathInset
                                (abstract base)

                         /            |               \

              Dim                  Char               Symbol, Space, ...
         (thing that need       (for things formerly
          the width_/ascent_     known as characters)
          /descent_ cache)

          /             \

       Nest              Dots,  Func, ...
  (for thing with
   nested content)

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

 Array    Hull
         (base for eqnarray/align/...)