Bug 157273 - Vectors created by using KstScripts are not displayed in Data Manager
Summary: Vectors created by using KstScripts are not displayed in Data Manager
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-06 19:07 UTC by Yiwen Mao
Modified: 2008-02-07 22:02 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-06 19:07:56 UTC
Version:           1.6.0 (using KDE 3.5.3)
OS:                Linux

Vectors created by using KstScripts are not shown in Data Manager.

e.g Define a new vector in kst terminal:
var x = new Vector();
x.tagName = "x_vec";
x.resize(100);
//initialize the vector x
for(var i=0; i<100; i++){x[i] = Math.random();}

Now, I can view the vector named as x_vec by choosing View Vector Values in Data menu, but the x_vec is not shown in Data Manager.
Comment 1 Yiwen Mao 2008-02-06 23:51:27 UTC
Matrices constructed by KstScript do not appear in Data Manger.
Comment 2 Andrew Walker 2008-02-07 22:02:21 UTC
SVN commit 772126 by arwalker:

BUG:157273 Add AVectors to the data manager

 M  +87 -3     kstdatamanager_i.cpp  
 M  +2 -0      kstdatamanager_i.h  


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