#include <VectorDataSource.h>
Inheritance diagram for VectorDataSource:
Public Member Functions | |
VectorDataSource (vector< double > *passedTime=0, vector< double > *passedData=0) | |
QString | cell (int row, int col) const |
void | setCell (int row, int col, const QString &text) |
int | numRows () const |
int | numCols () const |
void | establishRowColNumbers () |
void | connectToTable (bool conn) |
Private Attributes | |
int | nRows |
int | nCols |
vector< double > * | time |
vector< double > * | data |
bool | connectedToTable |
|
|
|
Implements DataSource. |
|
|
|
|
|
Implements DataSource. |
|
Implements DataSource. |
|
Implements DataSource. |
|
|
|
|
|
|
|
|
|
|