[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Mon Dec 8 07:12:46 CET 2003


CVS commit by staikos: 

committing initial filter files (incomplete)


  A            filterlisteditor.ui   1.1
  A            kstfilter.cpp   1.1 [GPL (v2+)]
  A            kstfilter.desktop   1.1
  A            kstfilter.h   1.1 [GPL (v2+)]
  M +2 -0      .cvsignore   1.12
  M +3 -1      Makefile.am   1.51
  M +4 -0      kstdatacollection.h   1.5


--- kdeextragear-2/kst/kst/.cvsignore  #1.11:1.12
@@ -57,2 +57,4 @@
 kstsettingsdlg.cpp
 kstsettingsdlg.h
+filterlisteditor.h
+filterlisteditor.cpp

--- kdeextragear-2/kst/kst/Makefile.am  #1.50:1.51
@@ -54,4 +54,5 @@
         kstrvector.cpp \
         kstpoint.cpp \
+        kstfilter.cpp \
         kstmouse.cpp \
         kstlabel.cpp \
@@ -62,4 +63,5 @@
         ksthistogram.cpp \
         fftsg_h.c \
+        filterlisteditor.ui \
         scalarselector.ui \
         vectorselector.ui \
@@ -99,5 +101,5 @@
 KDE_ICON = kst
 
-services_DATA = kstplugin.desktop kstdatasourceplugin.desktop
+services_DATA = kstplugin.desktop kstdatasourceplugin.desktop kstfilter.desktop
 servicesdir = $(kde_servicetypesdir)/kst
 

--- kdeextragear-2/kst/kst/kstdatacollection.h  #1.4:1.5
@@ -21,4 +21,5 @@
 #include "kstvector.h"
 #include "kstscalar.h"
+#include "kstfilter.h"
 #include "kstdataobject.h"
 #include "kstdatasource.h"
@@ -38,4 +39,7 @@ namespace KST {
   /** The list of data objects which are in use */
   extern KstDataObjectList dataObjectList;
+
+  /** The list of filter which are in loaded */
+  extern KstFilterList filterList;
 
   /** check that a tag has not been used by any other tags */





More information about the Kst mailing list