Bug 158065 - Any Fit and Filter plugins cannot be constructed by KstScript
Summary: Any Fit and Filter plugins cannot be constructed by KstScript
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-19 21:26 UTC by Yiwen Mao
Modified: 2008-02-19 21:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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