59 Iterator begin(); |
59 Iterator begin(); |
60 Iterator end(); |
60 Iterator end(); |
61 void init (Qt::Orientation orient); |
61 void init (Qt::Orientation orient); |
62 bool isChecked (int n) const; |
62 bool isChecked (int n) const; |
63 void rowBreak(); |
63 void rowBreak(); |
64 void setCurrentRow (uint row); |
64 void setCurrentRow (int row); |
65 void setValue (int val); |
65 void setValue (int val); |
66 int value() const; |
66 int value() const; |
67 |
67 |
68 QRadioButton* operator[] (uint n) const; |
68 QRadioButton* operator[] (int n) const; |
69 RadioGroup& operator<< (QRadioButton* button); |
69 RadioGroup& operator<< (QRadioButton* button); |
70 RadioGroup& operator<< (const char* entry); |
70 RadioGroup& operator<< (const char* entry); |
71 |
71 |
72 signals: |
72 signals: |
73 void buttonPressed (int btn); |
73 void buttonPressed (int btn); |