[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Jul 28 23:12:56 CEST 2004


CVS commit by staikos: 

another unimplemented feature - the plugin can say if the field list is
complete or not


  M +5 -0      kstdatasource.cpp   1.27
  M +4 -0      kstdatasource.h   1.12


--- kdeextragear-2/kst/kst/kstdatasource.cpp  #1.26:1.27
@@ -373,3 +373,8 @@ QGuardedPtr<QWidget> KstDataSource::conf
 }
 
+
+bool KstDataSource::fieldListIsComplete() const {
+  return true;
+}
+
 // vim: ts=2 sw=2 et

--- kdeextragear-2/kst/kst/kstdatasource.h  #1.11:1.12
@@ -95,4 +95,8 @@ public:
   virtual QGuardedPtr<QWidget> configWidget() const;
 
+  /** Returns true if the field list is complete, therefore the user should
+      not be able to edit the field combobox.  Default is true. */
+  virtual bool fieldListIsComplete() const;
+
 protected:
   virtual void virtual_hook(int id, void *data);





More information about the Kst mailing list