Bug 151564 - no constructor of PluginManager in Kstscript
Summary: no constructor of PluginManager in Kstscript
Status: RESOLVED NOT A BUG
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.4.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-30 14:53 UTC by andrea zonca
Modified: 2007-10-30 22:50 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 andrea zonca 2007-10-30 14:53:37 UTC
Version:           1.4.0 (using KDE KDE 3.5.7)
Installed from:    SuSE RPMs
OS:                Linux

When trying to instantiate a PluginManager object from KSTscript console internal to KST using:
kst> x= new  PluginManager()
the answer is:
Error: ReferenceError: Can't find variable: PluginManager
while for example Plugin() works correctly
in the documentation at http://kst.kde.org/kstscript/docs/PluginManager.html PluginManager should have a constructor.
Comment 1 Andrew Walker 2007-10-30 18:54:33 UTC
I believe this is a problem with the website documentation.

The plugin manager can be accessed using:

Kst.pluginManager
Comment 2 Andrew Walker 2007-10-30 22:50:57 UTC
PluginManager should be accessed via the Kst object.