[Kst] [Bug 96445] New: add changing data file support to the dcop
interface
Nicolas Brisset
nicolas.brisset at eurocopter.com
Thu Jan 6 15:53:40 CET 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=96445
Summary: add changing data file support to the dcop interface
Product: kst
Version: unspecified
Platform: unspecified
OS/Version: Solaris
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: kst kde org
ReportedBy: nicolas.brisset eurocopter com
Version: 1.1.0_dr1 (using KDE 3.3.0, compiled sources)
Compiler: gcc version 3.3.2
OS: SunOS (sun4u) release 5.8
I have started investigating possible uses of the dcop interface for kst scripting and one thing I would want to use does not seem to be implemented yet, namely the ability to change the datafile for a given vector or series of vectors.
To be more precise, I would have the use of:
1) a function that changes the datafile for one vector: bool changeDataFileOneVector(QString objectName, QString filename)
2) a function that changes the datafile for all vectors from a first file (file1) to another file (file2): bool changeDataFileAllVectors(QString currentFilename, QString newFilename)
More information about the Kst
mailing list