QseGraphCheckButton Class Reference

#include <qsegraphcheckbutton.h>

Inheritance diagram for QseGraphCheckButton:

Inheritance graph
[legend]
Collaboration diagram for QseGraphCheckButton:

Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Private Attributes

QseGraphControllerm_Controller
int m_Row
int m_Col


Detailed Description

Definition at line 8 of file qsegraphcheckbutton.h.


Constructor & Destructor Documentation

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 }


Member Data Documentation

Definition at line 16 of file qsegraphcheckbutton.h.

Definition at line 17 of file qsegraphcheckbutton.h.

Definition at line 18 of file qsegraphcheckbutton.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