#include <IdWidgets.qt.hh>
Signals | |
| void | clicked (int id) |
Public Member Functions | |
| IdRadioButton (int id, QWidget *parent=0) | |
| IdRadioButton (int id, const QString &text, QWidget *parent=0) | |
| ~IdRadioButton () | |
Private Slots | |
| void | emitClicked () |
Private Attributes | |
| int | id |
Definition at line 64 of file IdWidgets.qt.hh.
| IdRadioButton::IdRadioButton | ( | int | id, | |
| QWidget * | parent = 0 | |||
| ) |
Definition at line 67 of file IdWidgets.qt.cc.
| IdRadioButton::IdRadioButton | ( | int | id, | |
| const QString & | text, | |||
| QWidget * | parent = 0 | |||
| ) |
Definition at line 74 of file IdWidgets.qt.cc.
| IdRadioButton::~IdRadioButton | ( | ) |
Definition at line 82 of file IdWidgets.qt.cc.
| void IdRadioButton::clicked | ( | int | id | ) | [signal] |
| void IdRadioButton::emitClicked | ( | ) | [private, slot] |
Definition at line 88 of file IdWidgets.qt.cc.
int IdRadioButton::id [private] |
Definition at line 84 of file IdWidgets.qt.hh.
1.5.8