mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
ebe6d25126
use brute force for to determine "best" position when doing cursor up/down (will be sped up a bit again soonish...) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3153 a592a061-630c-0410-9148-cb99ea01b6c8
38 lines
958 B
Plaintext
38 lines
958 B
Plaintext
|
|
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
|