An object that represents a data file that is understood by Kst.
Inherits: Object
Collection class: DataSourceCollection
DataSource ( url [, type] )
isValidField ( field )
fieldList ( )
reset ( )
matrixList ( )
samplesPerFrame ( field )
frameCount ( [field] )
setConfiguration ( setting, setting )
configuration ( setting )
units ( field )
string url - The filename or URL to load.
string type - The name of the data source plugin to use. [OPTIONAL]
string field - A field name to check for.
string field - A field name to get the number of samples per frame for. This is the same for every field in some sources, but different in others.
string field - An optional field name to get the number of frames for. This is the same for every field in some sources, but different in others. [OPTIONAL]
string setting - Gives the setting name to set the value of.
string setting - Gives the value of the setting.
string setting - Gives the setting name to retrive the value of.
string field - Gives the field name to retrieve the units of.
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team