classiARSTable.html

iARSTable Class Reference

#include <iARSControls.h>

Inheritance diagram for iARSTable:

classiARSTable.png iARSControlElement List of all members.

Public Member Functions

 iARSTable (QWidget *p, const char *n)
 The default constructor.
 iARSTable (QWidget *p, const char *n, int size, double min, double max, QString binding)
 Contructor.
void setValue (XmlRpc::XmlRpcValue)
 Provide setValue Interface as defined in iARSControlElement.

Detailed Description

The iARSTable object draws graphs similar to the array object from pd. It uses the Qwt library, supports autoscaling and multiple graphs.


Constructor & Destructor Documentation

iARSTable::iARSTable QWidget *  parent,
const char *  name,
int  size,
double  ymin,
double  ymax,
QString  binding
 

Contructor.

The overwritten constructor

Parameters:
parent The parent widget the table will be placed in
name The name of the table
size The x axis size of the table
ymin The scale of the y axis
ymax The scale of the y axis
binding The pd binding

Member Function Documentation

void iARSTable::setValue XmlRpc::XmlRpcValue  value  )  [virtual]
 

Provide setValue Interface as defined in iARSControlElement.

Called when pd changes the value of the table.

Parameters:
value A list of values of the same size of the array

Implements iARSControlElement.


The documentation for this class was generated from the following files:
Generated on Thu Nov 25 15:57:07 2004 for iARS(internetAudioRenderingSystem) by  doxygen 1.3.9.1