[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Dec 16 00:12:35 CET 2003
CVS commit by staikos:
Basic plan for the filtered vector object, which is a vector that is filtered.
A kstfilteredvector.cpp 1.1 [GPL (v2+)]
A kstfilteredvector.h 1.1 [GPL (v2+)]
M +1 -0 Makefile.am 1.54
M +1 -0 filterlisteditor.ui 1.9
M +1 -1 filterlisteditor.ui.h 1.8
--- kdeextragear-2/kst/kst/Makefile.am #1.53:1.54
@@ -59,4 +59,5 @@
kstvcurve.cpp \
kstvector.cpp \
+ kstfilteredvector.cpp \
kstview.cpp \
genterStacks.cpp \
--- kdeextragear-2/kst/kst/filterlisteditor.ui #1.8:1.9
@@ -491,4 +491,5 @@
<include location="local" impldecl="in implementation">plugincollection.h</include>
<include location="local" impldecl="in implementation">kstvector.h</include>
+ <include location="local" impldecl="in implementation">kstfilteredvector.h</include>
<include location="local" impldecl="in implementation">kstdatacollection.h</include>
<include location="global" impldecl="in implementation">kmessagebox.h</include>
--- kdeextragear-2/kst/kst/filterlisteditor.ui.h #1.7:1.8
@@ -131,5 +131,5 @@ void FilterListEditor::applyToVectors()
KstVectorPtr v = *KST::vectorList.findTag(cli->text(0));
if (v) {
- //v->filters().append(set);
+ KstFilteredVectorPtr fv = new KstFilteredVector(v, set);
}
}
More information about the Kst
mailing list