The global Kst object. Accessed as Kst, this cannot be reinstantiated.
loadScript ( fileName )
resetInterpreter ( )
waitForUpdate ( )
purge ( )
advance ( )
back ( )
writeHistory ( filename )
clearHistory ( )
addToOutput ( output )
autoWriteHistory ( filename [, append] )
forceRepaint ( )
string fileName - The file to load the script from.
Purges unused objects in Kst. The has the same behavior as the purge button in the data manager.
string filename - The name of the file to save the command history to.
string output - String to add to the output.
string filename - The name of the file to save commands to automatically. Entering a blank filename will stop the saving of commands.
boolean append - If true and the file already exists then commands will be appended to the existing file. [OPTIONAL]
The list of all loaded data sources.
The list of all scalars in Kst.
The list of all strings in Kst.
The list of all vectors in Kst.
The list of all matrices in Kst.
The list of all Kst windows in this process.
The list of all data objects in Kst.
A reference to the Kst color sequence in its current state.
The list of all extensions Kst can find installed on the system.
An object that provides access to the current Kst document along with various utility functions.
A reference to the plugin management subsystem of Kst.
A reference to the Kst GUI. This is implemented using KJSEmbed. The GUI is dynamic and may change between releases or even while Kst is running.
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team