QseGraphRadioButton Class Reference

#include <qsegraphradiobutton.h>

Inheritance diagram for QseGraphRadioButton:

Inheritance graph
[legend]
Collaboration diagram for QseGraphRadioButton:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 QseGraphRadioButton (QseGraphController *ctrl, int row, int col)

Private Attributes

QseGraphControllerm_Controller
int m_Row
int m_Col


Detailed Description

Definition at line 8 of file qsegraphradiobutton.h.


Constructor & Destructor Documentation

QseGraphRadioButton::QseGraphRadioButton ( QseGraphController ctrl,
int  row,
int  col 
)

Definition at line 4 of file qsegraphradiobutton.cpp.

00005   : QRadioButton(NULL),
00006     m_Controller(ctrl),
00007     m_Row(row),
00008     m_Col(col)
00009 {
00010   connect(this, SIGNAL(clicked()), ctrl, SLOT(columnsSelectionChanged()));
00011 }


Member Data Documentation

Definition at line 16 of file qsegraphradiobutton.h.

Definition at line 17 of file qsegraphradiobutton.h.

Definition at line 18 of file qsegraphradiobutton.h.


The documentation for this class was generated from the following files:

Generated on Fri May 2 16:26:42 2008 for QSE by  doxygen 1.5.5