Jive reference manual
|
#include <jive/gl/DataSet.h>
Public Member Functions | |
virtual void | update (const Properties &globdat, const AppContext &apx)=0 |
virtual void | configure (const Properties &props, const Properties &globdat, const AppContext &apx) |
virtual void | getConfig (const Properties &props) const |
virtual idx_t | rowCount (const AppContext &apx) const |
virtual idx_t | columnCount (const AppContext &apx) const =0 |
virtual idx_t | findColumn (const String &name, const AppContext &apx) const =0 |
virtual ItemSet * | getItems (const AppContext &apx) const =0 |
virtual void | getData (const Matrix &buf, const IdxVector &irows, const IdxVector &jcols, const AppContext &apx) const =0 |
void | getColData (const Vector &buf, idx_t jcol, const AppContext &apx) const |
void | getColData (const Vector &buf, const IdxVector &irows, idx_t jcol, const AppContext &apx) const |
void | getRowData (const Vector &buf, idx_t irow, const AppContext &apx) const |
void | getRowData (const Vector &buf, idx_t irows, const IdxVector &jcols, const AppContext &apx) const |
virtual String | getContext () const |
Public Member Functions inherited from jem::NamedObject | |
NamedObject (const String &name="") | |
virtual String | toString () const |
Returns a short textual description of this object. More... | |
String | getName () const |
Public Member Functions inherited from jem::Object | |
virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
virtual long | hashValue () const |
Returns a hash value for this object. More... | |
virtual bool | equals (const Ref< Object > &obj) const |
Tests whether two objects are equal. More... | |
Ref< Object > | clone () const |
Returns a copy of this object. More... | |
Protected Member Functions | |
DataSet (const String &name="") | |
virtual | ~DataSet () |
Protected Member Functions inherited from jem::NamedObject | |
virtual | ~NamedObject () |
Protected Member Functions inherited from jem::Collectable | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from jem::NamedObject | |
static String | makeContext (const String &kind, const String &name) |
Static Public Member Functions inherited from jem::Object | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Protected Attributes inherited from jem::NamedObject | |
String | myName_ |
|
explicitprotected |
|
protectedvirtual |
|
pure virtual |
Implemented in jive::gl::TableData, and jive::gl::VectorData.
|
virtual |
Reimplemented in jive::gl::TableData, and jive::gl::VectorData.
|
virtual |
Reimplemented in jive::gl::TableData, and jive::gl::VectorData.
|
virtual |
Reimplemented in jive::gl::TableData, and jive::gl::VectorData.
|
pure virtual |
Implemented in jive::gl::TableData, and jive::gl::VectorData.
|
pure virtual |
Implemented in jive::gl::TableData, and jive::gl::VectorData.
|
pure virtual |
Implemented in jive::gl::TableData, and jive::gl::VectorData.
|
pure virtual |
Implemented in jive::gl::TableData, and jive::gl::VectorData.
void jive::gl::DataSet::getColData | ( | const Vector & | buf, |
idx_t | jcol, | ||
const AppContext & | apx | ||
) | const |
void jive::gl::DataSet::getColData | ( | const Vector & | buf, |
const IdxVector & | irows, | ||
idx_t | jcol, | ||
const AppContext & | apx | ||
) | const |
void jive::gl::DataSet::getRowData | ( | const Vector & | buf, |
idx_t | irow, | ||
const AppContext & | apx | ||
) | const |
void jive::gl::DataSet::getRowData | ( | const Vector & | buf, |
idx_t | irows, | ||
const IdxVector & | jcols, | ||
const AppContext & | apx | ||
) | const |
|
virtual |
Reimplemented from jem::NamedObject.