Bug 158065

Summary: Any Fit and Filter plugins cannot be constructed by KstScript
Product: [Applications] kst Reporter: Yiwen Mao <yiwenv>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Yiwen Mao 2008-02-19 21:26:45 UTC
Version:           1.6.0 (using KDE 4.0.1KDE 3.5.6)
Installed from:    0UnspecifiedUnspecified
OS:                Linux

Problem: any function that classified as fit and filter in DataManager cannot be created by KstScript.

e.g
to Create a High pass filter in an external terminal
kst> p = new Plugin(Kst.pluginManager.modules["High pass filter"]);
Results error message on screen:
Error: TypeError: Type error
Comment 1 Andrew Walker 2008-02-19 21:32:57 UTC
SVN commit 777143 by arwalker:

BUG:158065 Allow user to give either the name (e.g. kstfit_sinusoid_unweighted) or the readable name (e.g. Fit sinusoid) when creating a plugin

 M  +1 -1      bind_pluginmodulecollection.cpp  
 M  +1 -0      classindex.xml  


WebSVN link: http://websvn.kde.org/?view=rev&revision=777143