lyx_mirror/src/frontends
Richard Heck a01cb111a0 Change the interface to a paragraph's layout. We still store a LayoutPtr, but now privately, and make a Layout const & available to clients.
The need for a LayoutPtr arises from the fact that (a) we do not want to give our clients a Layout &, since we do not want them to be able to change our Layout; but (b) we also need to be able to change which layout is ours. So we cannot store a Layout const &. Or so it seems to the compiler.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23522 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-06 21:31:27 +00:00
..
qt4 Change the interface to a paragraph's layout. We still store a LayoutPtr, but now privately, and make a Layout const & available to clients. 2008-03-06 21:31:27 +00:00
tests getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
alert.h shuffle stuff around 2007-11-13 23:21:29 +00:00
Application.h doc update. 2008-02-19 12:42:49 +00:00
Clipboard.h * Support for graphics pasting (with most code in the frontend's GuiClipboard) 2008-02-03 10:43:03 +00:00
Delegates.h Some more cleanup of LyXView: 2007-11-21 22:48:13 +00:00
FontLoader.h Splitup Font in saner bits: 2007-10-28 18:51:54 +00:00
FontMetrics.h remove #includes; cosmetics 2007-11-13 23:00:36 +00:00
KeyModifier.h consolidate showDialog() incarnations 2007-11-18 00:39:15 +00:00
KeySymbol.h
LyXView.h * bug fix to only do paragraph redraws, not fullscreen 2008-02-29 09:18:46 +00:00
Makefile.am The core is now clean enough that we don't need the NoGuiFontLoader/Metrics anymore... 2008-02-07 09:12:19 +00:00
mouse_state.h
Painter.h remove unneeded default argument value 2007-11-23 21:49:58 +00:00
Selection.h remove #includes; cosmetics 2007-11-13 23:00:36 +00:00
WorkArea.h Push latest Andre's changes toward their true direction: 2007-11-13 09:52:28 +00:00
WorkAreaManager.cpp make WorkArea a pure interface, move all implementation to GuiWorkArea 2007-11-12 22:15:51 +00:00
WorkAreaManager.h make WorkArea a pure interface, move all implementation to GuiWorkArea 2007-11-12 22:15:51 +00:00