#include <qsegraphcheckbutton.h>


Public Member Functions | |
| QseGraphCheckButton (QseGraphController *ctrl, int row, int col) | |
Private Attributes | |
| QseGraphController * | m_Controller |
| int | m_Row |
| int | m_Col |
Definition at line 8 of file qsegraphcheckbutton.h.
| QseGraphCheckButton::QseGraphCheckButton | ( | QseGraphController * | ctrl, | |
| int | row, | |||
| int | col | |||
| ) |
Definition at line 4 of file qsegraphcheckbutton.cpp.
00005 : QCheckBox(NULL), 00006 m_Controller(ctrl), 00007 m_Row(row), 00008 m_Col(col) 00009 { 00010 connect(this, SIGNAL(clicked()), ctrl, SLOT(columnsSelectionChanged())); 00011 }
Definition at line 16 of file qsegraphcheckbutton.h.
int QseGraphCheckButton::m_Row [private] |
Definition at line 17 of file qsegraphcheckbutton.h.
int QseGraphCheckButton::m_Col [private] |
Definition at line 18 of file qsegraphcheckbutton.h.
1.5.5