QCamComboBox Class Reference

Handle a QComboBox like a QCamRadioBox. More...

#include <QCamComboBox.hpp>

List of all members.

Public Slots

void update (int value)
 set the state of the radiobox.

Signals

void change (int value)
 send when a checkbox is checked.

Public Member Functions

 QCamComboBox (const char *label, QWidget *parent, int numOfbutton, int valueList[], const char *labelList[]=NULL)


Detailed Description

Handle a QComboBox like a QCamRadioBox.


Constructor & Destructor Documentation

QCamComboBox::QCamComboBox ( const char *  label,
QWidget *  parent,
int  numOfbutton,
int  valueList[],
const char *  labelList[] = NULL 
)

Parameters:
label  label of the box
numOfbutton  num of buttons
valueList  value assossiated to the button bye signal change()
labelList  labels of the buttons


Member Function Documentation

void QCamComboBox::update ( int  value  )  [slot]

set the state of the radiobox.

The given value must be one of the valueList.


The documentation for this class was generated from the following files:
Generated on Sat Oct 27 09:21:07 2007 for QastroCam by  doxygen 1.5.1