classiARSButton.html

iARSButton Class Reference

#include <iARSControls.h>

Inheritance diagram for iARSButton:

classiARSButton.png iARSControlElement List of all members.

Public Slots

void clicked ()
 slot for the button (changes state)

Public Member Functions

 iARSButton ()
 Default constructor.
 iARSButton (QWidget *, const char *, QString, bool)
 Contructor.
void setValue (XmlRpc::XmlRpcValue)
 Provide setValue Interface as defined in iARSControlElement.

Detailed Description

The button class implements a simple Qt Push button. It can be used as toggle (onOff) or push button (trigger)


Constructor & Destructor Documentation

iARSButton::iARSButton QWidget *  parent,
const char *  name,
QString  binding,
bool  toggle
 

Contructor.

The constructor

Parameters:
parent The parent widget the slid will be placed in
name The Name of the Slider (this will be the Label)
binding The pd binding
toggle Whether the button is a toggle (OnOff) button or a simple Push button (trigger)

Member Function Documentation

void iARSButton::clicked  )  [slot]
 

slot for the button (changes state)

Signal from Button for changed status Emit the signal for the Plugin Widget to control the Pd via Pdcomm

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

Provide setValue Interface as defined in iARSControlElement.

Slot for feedback. Called when pd changes the value of the button

Parameters:
value The value the button should be set to.

Implements iARSControlElement.


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