mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 18:43:37 +00:00
2b3bd7b5f4
At this point, there are no simple TextClass objects in the main LyX code, and it is impossible to create them, since the TextClass constructor is protected. Only LayoutFile and DocumentClass objects can be constructed, and for the most part these are constructed only by their respective containers: BaseClassList and DocumentClassBundle. There is an exception: LayoutFile does have a public default constructor, but if anyone knows how to make it go away, please do. There will be one or two more commits along these lines, but these will be simple renamings. For example, BaseClassList should be LayoutFileList. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23343 a592a061-630c-0410-9148-cb99ea01b6c8 |
||
---|---|---|
.. | ||
boost.cpp | ||
Context.cpp | ||
Context.h | ||
Font.cpp | ||
Font.h | ||
gettext.cpp | ||
lengthcommon.cpp | ||
Makefile.am | ||
math.cpp | ||
Parser.cpp | ||
Parser.h | ||
pch.h | ||
preamble.cpp | ||
Spacing.h | ||
table.cpp | ||
test-insets.tex | ||
test-structure.tex | ||
test.ltx | ||
tex2lyx.cpp | ||
tex2lyx.h | ||
tex2lyx.man | ||
text.cpp |