QseGraphColumnsDelegate Class Reference

#include <qsegraphcolumnsdelegate.h>

Inheritance diagram for QseGraphColumnsDelegate:

Inheritance graph
[legend]
Collaboration diagram for QseGraphColumnsDelegate:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 QseGraphColumnsDelegate (QObject *parent=0)
void paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const


Detailed Description

Definition at line 6 of file qsegraphcolumnsdelegate.h.


Constructor & Destructor Documentation

QseGraphColumnsDelegate::QseGraphColumnsDelegate ( QObject parent = 0  ) 

Definition at line 5 of file qsegraphcolumnsdelegate.cpp.

00006   : QItemDelegate(parent)
00007 {
00008 }


Member Function Documentation

void QseGraphColumnsDelegate::paint ( QPainter *  painter,
const QStyleOptionViewItem &  option,
const QModelIndex &  index 
) const

Definition at line 10 of file qsegraphcolumnsdelegate.cpp.

00013 {
00014 //   printf("Paint row %d, col %d\n", index.row(), index.column());
00015   QItemDelegate::paint(painter, option, index);
00016 }


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