[Kst] branches/work/kst/portto4/kst/src/libkstmath
George Staikos
staikos at kde.org
Fri Jun 1 02:35:50 CEST 2007
SVN commit 670303 by staikos:
add an object factory that can be used to make objects independent of the
document. However it only works for data objects. I don't want to go too far
with this until the .kst file structure is finalized
M +3 -1 CMakeLists.txt
A objectfactory.cpp [License: GPL (v2+)]
A objectfactory.h [License: GPL (v2+)]
--- branches/work/kst/portto4/kst/src/libkstmath/CMakeLists.txt #670302:670303
@@ -36,7 +36,9 @@
eparse-eh.cpp
eparse.c
psdcalculator.cpp
- escan.c )
+ escan.c
+ objectfactory.cpp
+ )
kde4_automoc(${kstmath_LIB_SRCS})
More information about the Kst
mailing list