Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

VectorDataSource Class Reference

#include <VectorDataSource.h>

Inheritance diagram for VectorDataSource:

DataSource List of all members.

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

Constructor & Destructor Documentation

VectorDataSource::VectorDataSource vector< double > *  passedTime = 0,
vector< double > *  passedData = 0
 


Member Function Documentation

QString VectorDataSource::cell int  row,
int  col
const [virtual]
 

Implements DataSource.

void VectorDataSource::connectToTable bool  conn  ) 
 

void VectorDataSource::establishRowColNumbers  ) 
 

int VectorDataSource::numCols  )  const [inline, virtual]
 

Implements DataSource.

int VectorDataSource::numRows  )  const [inline, virtual]
 

Implements DataSource.

void VectorDataSource::setCell int  row,
int  col,
const QString &  text
[virtual]
 

Implements DataSource.


Member Data Documentation

bool VectorDataSource::connectedToTable [private]
 

vector<double>* VectorDataSource::data [private]
 

int VectorDataSource::nCols [private]
 

int VectorDataSource::nRows [private]
 

vector<double>* VectorDataSource::time [private]
 


The documentation for this class was generated from the following files:
Generated on Fri Mar 25 19:47:05 2005 for LabPlot by doxygen 1.3.6