classiARSControlElement.html
iARSControlElement Class Reference
The base class for all control elements. More...
#include <iARSControlElement.h>
Inheritance diagram for iARSControlElement:

Signals | |
| void | valueChanged (QString, XmlRpc::XmlRpcValue) |
| Signal for integer and integer array values. | |
Public Member Functions | |
| iARSControlElement () | |
| Default constructor. | |
| iARSControlElement (QWidget *parent, QString name) | |
| Constructor. | |
| QString | getBinding () |
| Access method for binding. | |
| XmlRpc::XmlRpcValue | getValue () |
| Access to the value. | |
| virtual void | setValue (XmlRpc::XmlRpcValue)=0 |
| pure virtual function for setting the Value of the control | |
Protected Attributes | |
| XmlRpc::XmlRpcValue | value |
| QString | binding |
| The binding reference. | |
Detailed Description
The base class for all control elements.
The documentation for this class was generated from the following files:
- iARSControlElement.h
- moc_iARSControlElement.cpp
Generated on Thu Nov 25 15:57:06 2004 for iARS(internetAudioRenderingSystem) by

