#include <jive/gl/DataSource.h>
|
| | DataSource (double value=0.0) |
| |
| | DataSource (const DataSource &rhs) |
| |
| DataSource & | operator= (const DataSource &rhs) |
| |
| void | init (double value) |
| |
| void | init (const Ref< DataSet > &dataSet, const String &colName) |
| |
| void | init (const String &spec, const Properties &dataSets) |
| |
| void | configure (const String &name, const Properties &props, const Properties &dataSets) |
| |
| void | getConfig (const String &name, const Properties &props) const |
| |
| String | toString () const |
| |
| ItemSet * | getItems (const AppContext &apx) const |
| |
| DataSet * | getDataSet () const |
| |
| void | getData (const Vector &buf, const Properties &globdat, const String &context, const AppContext &apx) const |
| |
| void | getData (const Vector &buf, const IdxVector &iitems, const Properties &globdat, const String &context, const AppContext &apx) const |
| |
| jive::gl::DataSource::DataSource |
( |
double |
value = 0.0 | ) |
|
|
explicit |
| jive::gl::DataSource::DataSource |
( |
const DataSource & |
rhs | ) |
|
| void jive::gl::DataSource::init |
( |
double |
value | ) |
|
| void jive::gl::DataSource::init |
( |
const Ref< DataSet > & |
dataSet, |
|
|
const String & |
colName |
|
) |
| |
| void jive::gl::DataSource::init |
( |
const String & |
spec, |
|
|
const Properties & |
dataSets |
|
) |
| |
| void jive::gl::DataSource::getConfig |
( |
const String & |
name, |
|
|
const Properties & |
props |
|
) |
| const |
| String jive::gl::DataSource::toString |
( |
| ) |
const |
| DataSet * jive::gl::DataSource::getDataSet |
( |
| ) |
const |
| void jive::gl::DataSource::getData |
( |
const Vector & |
buf, |
|
|
const Properties & |
globdat, |
|
|
const String & |
context, |
|
|
const AppContext & |
apx |
|
) |
| const |
| void jive::gl::DataSource::getData |
( |
const Vector & |
buf, |
|
|
const IdxVector & |
iitems, |
|
|
const Properties & |
globdat, |
|
|
const String & |
context, |
|
|
const AppContext & |
apx |
|
) |
| const |