Simplify image creation with a new factory function: newImage().
commit867e03b97b220b555d9be062aa0143b426befb33
authoryounes <younes@a592a061-630c-0410-9148-cb99ea01b6c8>
Fri, 19 Sep 2008 12:01:01 +0000 (19 12:01 +0000)
committeryounes <younes@a592a061-630c-0410-9148-cb99ea01b6c8>
Fri, 19 Sep 2008 12:01:01 +0000 (19 12:01 +0000)
tree17edfed8a973cdd057489797504be97a3e115052
parent699ac5b41fe02099a32cb2118cc6bbb516882c1d
Simplify image creation with a new factory function: newImage().

GraphicsImage: now a pure virtual interface.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26457 a592a061-630c-0410-9148-cb99ea01b6c8
development/scons/scons_manifest.py
src/Makefile.am
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiImage.cpp
src/frontends/qt4/GuiImage.h
src/graphics/GraphicsCacheItem.cpp
src/graphics/GraphicsImage.cpp [deleted file]
src/graphics/GraphicsImage.h