[Kst] branches/work/kst/portto4/kst/src

Mike mike at staikos.net
Tue Nov 11 18:38:07 CET 2008


I just had a quick peek and in SampleDataSource there is a sample for
each, the Scalar is FrameCount and the String is Filename.

That should help get started.

Mike

Barth Netterfield wrote:
> On November 11, 2008, Brisset, Nicolas wrote:
>   
>> However, I have just taken a quick look at the sample datasource and I
>> did not see how scalars and strings can be associated to a vector. I
>> found global vector/scalar/matrix/string lists, but that is not at
>> object-level, is it? It seems the metadata system has been changed and
>> the sampledatasource is not enough to get started. I'll have to look at
>> datasource.{h,cpp} where it seems there is more (fieldScalars...). I'll
>> let you know.
>>     
>
> In datasource.h see:
>
>     virtual QStringList fieldScalars(const QString& field);
>     virtual int readFieldScalars(QList<double> &v, const QString& field, bool 
> init);
>
>     virtual QStringList fieldStrings(const QString& field);
>     virtual int readFieldStrings(QStringList &v, const QString& field, bool 
> init);
>
> Re-implement these for scalars and strings associated with a vector field.
> _______________________________________________
> Kst mailing list
> Kst at kde.org
> https://mail.kde.org/mailman/listinfo/kst
>   



More information about the Kst mailing list